Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Release candidate v0.19.0 (#327)
* feat: add security modal from fe-lib * refactor: AppStatus - change icon for failed, error state * chore: version bump * chore: menu with modification from select picker * fix: recalculate text truncation logic on re-renders * package lock version bump * chore: version bump * feat: DeploymentConfigDiff - DeploymentConfigDiffNavigation - add support for tabs - DeploymentConfigDiff.utils - add manifest data utils - DeploymentConfigDiffMain - add support for error screen * chore: version bump * feat: add support for install app version id for helm security * chore: version bump * feat: add support for icon button * feat: add negative grey variant * chore: add docs for icon button * feat: show aria label on hover of icon button * chore: bump common lib * feat: add support for image name in execution details api * fix: hover and active for border less neutral and negative grey * chore: version bump * chore: version bump * fix: pseudo state for border less neutral button * refactor: DeploymentConfigDiffNavigation - tab config - navlink to button conversion * chore: version bump * chore: version bump * feat: add support for bitnami chart hidden field * chore: bump version for microcap * feat: add toast manager service * refactor: upgrade react toastify to v9 * chores: icon added in container registry dropdown * fix: styling and type * fix: remove the update available variant * feat: update typing and add default for title * chore: bump version * version bump * fix: specificity for min width in text button * feat: update the min width for button to 64px * fix: min width for button and code clean up * feat: add support for persistant progress bar * chore: bump version * fix: padding specificity for text button * feat: add support for other hidden types * fix: replace close button with icon button * chore: add documentation * chore: add comments * fix: styling for progress bar override * feat: add support for v2 api in vulnerabilities.tsx * fix: height for progress bar * chore: bump version * version bump * chore: update loading * remove optional check * chore: version bump * refactor: replace react toastify with ToastManager.showToast * fix: use onMouseEnter instead to calculate isTextTruncated * chore: version bump * feat: add isToastActive, dismissToast and fix close btn styling * feat: useForm hook * chore: version bump * fix: TagDetails - isPropagateDisabled prop not being used -> added logic to disable propagate change if it is true * fix: use deepEquals from rjsf utils * version bump * chore: version bump * version bump * versioln bump * feat: DeleteComponent - add delete loading and showError in case of error * chore: version bump * fix: truncate toast title on 2 line, update close icon hover state * fix: update the gap for button large * fix: review comments * fix: version comparator by sort order * feat: version bump to 0.3.4 * feat: version bump * fix: DeploymentConfigDiffNavigation - replace custom tab with StyledRadioGroup * feat: add common tooltip content constant & sorting by version in chart selector * feat: TabGroup - add xl size variant, add description support; StatusFilterButton - UI update; Drawer - onClose prop support * chore: version bump * fix: review comments * fix: use in operator only after Object.hasOwn check * feat: merge calls for vulnerability card * refactor: CustomInput - handleOnBlur -> onBlur rename * refactor: Delete Component - deprecate 'setDeleting' * feat: useForm - onFocus, formState, validationMode & documentation with logic refactor * chore: version bump * chore: version bump * feat: add support to disable keybindings in LogResizeButton * chore: version bump * feat: add support for shortcut key combo * feat: StatusFilterButton - add pop-up menu for filters when valid filter count > 4 * chore: version bump * feat: move sidebar and scan-result api to fe-lib * feat: add fallback in execution details api * feat: add null check for execution details api result * feat: TabGroup - tabType 'block' * chore: version bump * chore: version bump * fix: tooltip on hover of fullscreen button * feat: add support to expand all log accordians * fix: remove derived state * chore: wrap array.every operation in useMemo * feat: add support for shortcut key combo tooltip as prop * fix: action defines icon * feat: add support for platform based shortcut combos * chore: version bump * fix: useForm - code logic fix * fix: useForm - dirtyFields and touchedFields logic fix * fix: use react-keybind for logs resize button & expand all logs accordion * fix: StatusFilterButtonComponent - css move from base.scss, TabGroup - remove iconType prop, handling via mixins * feat: add support for extensible shortcut for LogResizeButton * chore: remove unneeded css * chore: update dependency for vite * chore: version bump * feat: remove filter button from fe-common * refactor: TabGroup - refactored Tab Content into helper functions * refactor: TabGroup - getTabIcon function refactor * chore: version bump * chore: move styling of LogResizeButton to common * fix: remove ref logic inside shortcut handlers * chore: version bump * chore: rename prop in LogResizeButton * fix: use dc__no-border instead of dc__transparent on log resize button * fix: redirect on previous url on closing create devtro n app modal * chore: version bump * fix: review comments * fix: js doc comments & logic in tooltip * feat: remove env id prop from image accordion * chore: version bump * chore: drop optional typing from tooltip props * feat: add column for policy in security modal * fix: close icon override * fix: TabGroup: onClick preventDefault when tab is in active state * fix: RJSF - parseSchemaHiddenType logic fix * fix: TabGroup: onClick preventDefault when tab is in active state * fix: update icons in security modal * fix: TabGroup: onClick null check --------- Co-authored-by: arunjaindev <[email protected]> Co-authored-by: Rohit Raj <[email protected]> Co-authored-by: shivani170 <[email protected]> Co-authored-by: Amrit Borah <[email protected]> Co-authored-by: Eshank Vaish <[email protected]> Co-authored-by: Arun Jain <[email protected]> Co-authored-by: Amrit Kashyap Borah <[email protected]> Co-authored-by: Shivani Bhatt <[email protected]> Co-authored-by: Arun Jain <[email protected]>
- Loading branch information