Skip to main content

Changelog

@overdose/components

3.1.0

Minor Changes

  • 83d91ab30: Make InputPassword themable

3.0.0

Minor Changes

  • 3191afcce: Allow changing colour of checkbox tick icon
  • db54b5a51: fix: isRetainInputValueSearch loop

Patch Changes

2.10.0

Minor Changes

  • b038cdc65: fixed bug in Select component related to retainInputValue

2.9.0

Minor Changes

  • de190d2ac: Fix password visibility toggle

2.8.0

Minor Changes

  • f57d5a2b0: Cleanup dev dependencies

2.7.0

Minor Changes

  • 5a6047ca0: export SwitchProps type
  • 5a6047ca0: export InputNumberProps type

2.6.0

Minor Changes

  • 760b287e1: Fix InputNumber aria-label

2.5.0

Minor Changes

  • 3c1042f2a: Add "use client" mark

2.4.0

Minor Changes

  • fd6d88fb6: Expose Drawer prop types

2.3.0

Minor Changes

  • cd08928e4: Add custom component props to NotificationProvider

2.2.0

Minor Changes

  • 5fcca1d7a: implemented unmountOnExit prop in Drawer component and fixed arrowIcon in Select

2.1.0

Minor Changes

  • 4443effab: patch: fixed label active styles in input and select components

2.0.2

Patch Changes

  • 46304623d: Fix autoFocus prop

2.0.1

Patch Changes

  • 76d0e2e0f: export Tooltip type declarations

2.0.0

Major Changes

  • cf17fd99e: updated storywrapper to support harvester package

Patch Changes

1.18.0

Minor Changes

  • 608e4e297: Export Calendar component

Patch Changes

  • 608e4e297: Migrate from yarn to pnpm
  • Updated dependencies [608e4e297]

1.17.0

Minor Changes

  • ff1943136: Added 'isAutocompleteEnabled' prop for the AutoComplete component
  • c1db279ce: Export usePrevious hook
  • 09b57191b: Added button icon alignment functionality, updated documentation
  • 66c15a506: Added FocusLock logic to the Portal component
  • e41a07626: Remaned files "TextArea" to "Textarea"
  • b8cfe8f75: Removed "overflow:hidden" from Filler wrapper
  • b043fd660: extended ThemableComponentProps with DetailedHTMLProps
  • 54a024f33: Added 'embed-button' value to the 'mode' prop, updated documentation
  • e8fc22253: Added some style variables for the button loading spinner to make it themable
  • b6ccdc09a: Fixed input height for iOS devices
  • 448be5353: Fix AccordionItem height doesn’t recalculate on children change
  • a1569dbec: Fixed accessibility issue by adding 'title' prop to the focusable element of the radio button
  • 32851062a: Added 'Link markup' section to the Select component documentation
  • ce6b7b99a: Fixed tests error
  • fe3bf80a4: Removed [object Object] from output in breadcrumbs html

1.16.0

Minor Changes

  • 9f9d9e5e3: Accordion - add specific css variable for control :focus-visible
  • a6ffb86a6: Remove keyboard focus on items within a collapsed Accordion
  • 8be686e64: Add bodyLarge variant to Typography component
  • d62d8b30e: Fixed error with complex childre format and incorrect value selection, fixed multiselect for tagged input, fixed search functionality
  • 2dc999734: Typography - add support for additional tags strong, b, i, and em
  • b12c42842: Button - update focus outline color to use the correct css variable
  • 531ee1e87: Updated Tabs to keep all dom elements and use css instead of component injection, updated theme vars, added loader to component export
  • 7bb6fd888: enable button label to be hidden while loading

1.15.1

Patch Changes

  • 2ea5aa9d1: Switch global with globalThis

1.15.0

Minor Changes

  • 15a7a2f2d: - remove Button unset: all
    • fix StoryWrapper AppProvider import
  • 00cccf83f: Add type safety to theme props

Patch Changes

  • b73349142: Fix sonar issues

1.14.0

Minor Changes

  • 3eacd0962: accessibility improvements

1.13.0

Minor Changes

  • 62c1ba0e6: Fix icons alignment on switch component
  • a1fec3a97: - Add rollup build step
    • Fix type errors
    • Fix import errors
    • Fix circular dependencies
    • Refactor .css to .scss
    • Bump typescript version
  • a1fec3a97: Update usage documentation
  • ff1fc9550: Improvements to Breadcrumbs types and styles
  • 9482b441e: Fixed issue with removed portal when modal is nested

1.12.0

Minor Changes

  • a007d79f: Fixed issue with removed portal when modal is nested

1.11.0

Minor Changes

  • 7a549daa: Updated portal and all dependant components

Patch Changes

  • 7a549daa: updated select box portal usage

1.10.0

Minor Changes

  • ea88731e: Updated portal and all dependant components

1.9.0

Minor Changes

  • 733d4596: Critical update to checkbox component

1.8.0

Minor Changes

  • 71016c8b: Fixed issue when defaultValue in useUncontrolled was not updated

1.7.0

Minor Changes

  • e9cfbe79: Updated readme and theming documentation

1.6.0

Minor Changes

  • 71d89e37: Major input component refactor, updated input, radio, checkbox, select tests
  • 71d89e37: Updated radio button component accessibility issues and duplicate labels

1.5.0

Minor Changes

  • 4fd95224: Major input component refactor, updated input, radio, checkbox, select tests

1.4.0

Minor Changes

  • 4bca012f: Refactorred Portal, updated drawer component, updated tests
  • 4bca012f: Fixed Drawer incorrect component prop type

1.3.0

Minor Changes

  • 6fe53d2d: Refactorred Portal, updated drawer component, updated tests

1.2.0

Minor Changes

  • 8e2ff0fd: Following components have been refactorred: Accordion, Badge, Alert, Avatar, BackToTop, Button, Breadcrumbs. ClassNames prop has been renamed to theme, classes have been simplified.
  • 46db2219: Added support for changing Drawer component Element Type via "component" prop

1.1.0

Minor Changes

  • 798cfe79: Mapped component based variables to final figma global export, updated typography variables and styling, updated postcss config

1.0.0

Major Changes

  • 29f48b0e: Mapped component based variables to final figma global export, updated typography variables and styling, updated postcss config

0.0.6

Patch Changes

  • ded5bbac: Remove unused dependencies
  • ded5bbac: Fix types
  • ded5bbac: Added missing lodash.get dependency

0.0.5

Patch Changes

  • 021b3013: Remove unused dependencies
  • 021b3013: Fix types

0.0.4

Patch Changes

  • 0c661cca: patch

0.0.3

Patch Changes

  • 9fb25e3c: Patch

0.0.2

Patch Changes

  • c3ad356bd: patch

0.0.1

Patch Changes

  • 866d1bb02: Initial version