Releases: canonical/react-components
Releases · canonical/react-components
v0.17.1
v0.17.1
- Allow using nodes in checkbox and radio labels (#460)
🔨 Maintenance
- Prepare 0.17.1 with Vanilla v2.30.0 (#462)
- Update dependency @types/react to v17.0.6 (#457)
- Update dependency @types/react-table to v7.7.1 (#458)
- Update dependency @testing-library/react-hooks to v5.1.3 (#456)
- Update dependency css-loader to v5.2.5 (#459)
- Update dependency node-sass to v6 (#452)
- Update dependency @types/react-dom to v17.0.5 (#454)
- Update dependency nanoid to v3.1.23 (#455)
- Update dependency @types/node to v14.14.45 (#453)
- Update all non-major dependencies (#450)
v0.17.0
v0.17.0
🚀 Features
🔨 Maintenance
- Release 0.17.0 (#449)
- Update dependency vanilla-framework to v2.29.0 (#448)
- Update dependency stylelint-config-standard to v22 (#447)
- Update all non-major dependencies (#446)
- Update all non-major dependencies (#443)
- Modal accessibility improvements (#445)
- Remove unnecessary p-slider class name (#438)
- Fix reference to a deprecated heading class name (#433)
- Update accordion to new HTML structure (#439)
- Add inline stretch variant to the list (#437)
- Update dependency cypress to v7 (#429)
- Update all non-major dependencies (#408)
- Use chevrons instead of contextual menu icons (#436)
- Update Code component to use CodeSnippet (#435)
v0.16.3
v0.16.2
v0.16.1
v0.16.0
0.16.0 - 2021-02-17
Added
- Added new
CodeSnippet
component, theCode
component is considered deprecated.
Changed
- Updated
ActionButton
to useis-processing
classname instead of deprecatedis-active
. - Updated Vanilla to 2.24.0
Deprecated
Code
component is deprecated. UseCodeSnippet
component or inline<code>
instead.
Removed
- Removed
p-action-button
class fromActionButton
, as this is not a separate pattern in Vanilla. If any additional classname needs to be provided for custom styling it can be added viaclassName
prop.
0.15.0
Added
- Added
classNames
prop to Icon component.
Changed
- Removed custom styling from Spinner component.
- Migrated Modal to TypeScript. The
close
andtitle
props are now optional, and the title and close button are not shown if the props aren't provided. Added abuttonRow
prop to display the modal buttons if provided. - Migrated Tabs to TypeScript. Added
component
prop to allow for setting the element or component to use for the tab.
Removed
- Removed
inline
prop from Spinner component. Any additional spacing for Spinner should be provided by parent wrapper.
0.14.3
Changed
- Removed custom styling from SummaryButton component
- Removed custom styling from ActionButton component
- Improved docs for SearchAndFilter
- Run Percy on CircleCI
- Updated Vanilla to 2.22.0
- Update React (and related dependencies) to v17
- Update dependency node-sass to v5
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