Releases: canonical/react-components
Releases · canonical/react-components
0.14.2
0.14.2 - 2020-11-18
Changed
- Bug fixes for Search and Filter
- Added instructions for developing using this lib as a local dependency750306
0.14.1
Changed
- Replaced
uuid
withnanoid
. - Decouple ContextualMenu from SearchAndFilter
- Remove CSSTransition component/dep
- Make Vanilla Framework a peer dependency
0.14.0
0.14.0 - 2020-10-27
Added
Changed
- Updated expanding MainTable to use aria-hidden instead of .u-hide utility class
- Updated Vanilla framework to version 2.19.2
- Added
positionElementClassName
prop to allow class names to be passed to the position element for the Tooltip component. - Bug fixes to Search and Filter component
Removed
- Removed custom styling for u-hide utility in ModularTable (as this is currently fixed upstream in Vanilla)
0.13.0
0.12.0
0.11.1
0.11.0
0.11.0 - 2020-09-23
Changed
- BUGFIX: The SearchBox styling has been fixed and the component no longer shows up as ForwardRef.
- Vanilla has been updated to 2.19.0.
- ModularTable has updated the
columns.accessor
prop to be either a string or getter function. - ContextualMenu has been rebuilt with many new features (ported from maas-ui).
0.10.0
Added
- Added Slider component.
- Added a takeFocus prop to Input, Select and Textarea which sets the focus to the input on first render.
Changed
- Updated the caution, error, success and help props for Input, Select and Textarea to be of type
node
. - Update Chip to be dismissible inside a text input and make them truncatable.
- Updated to Vanilla 2.16.0.
- Storybook stories updated to use Controls.
- Storybook theme updated with Vanilla colours.
- CRA replaced with manual setup.
0.9.0
Added
- Added Slider component.
- Added a takeFocus prop to Input, Select and Textarea which sets the focus to the input on first render.
Changed
- Updated the caution, error, success and help props for Input, Select and Textarea to be of type
node
. - Update Chip to be dismissible inside a text input and make them truncatable.
- Updated to Vanilla 2.16.0.
- Storybook stories updated to use Controls.
- Storybook theme updated with Vanilla colours.
- CRA replaced with manual setup.