Releases: canonical/react-components
Releases · canonical/react-components
0.6.0
Added
- Accordion now supports handling expanded sections using external state.
- Added
yarn build-watch
to watch and build files when developing locally.
- Added
yarn link-package
and yarn unlink-package
to improve developing against another project.
0.5.0
Changed
- Upgrade Vanilla Framework to 2.9.0.
- Added click event props to Accordion.
0.4.0
Added
- Added docs for developing and publishing the project.
- Added percy snapshotting.
Changed
- Corrected the aria-multiselectable prop on the accordion.
- Updated SearchBox to be a controlled input when needed.
0.3.1
- Added empty state to MainTable component.
0.3.0
Added
- The Button component now supports is-dense.
- User supplied Button classes are now inserted after those added by the component.
0.2.2
Changed
- Fix issue where notification timeout handler was not called.
- Ensure only required files are included in npm package.
- Remove non-functional
yarn start
script.
0.2.1
Changed
- Correctly pass click events to buttons.
0.2.0
Added
- Built docs for GitHub pages.
- ./run script.
- Renovate config.
0.1.0
Added
- A large number of Vanilla React components.
- Storybook docs.