Skip to content

Releases: canonical/react-components

0.8.0

16 Jul 04:24
eb740fa
Compare
Choose a tag to compare

Added

  • Added titleElement prop to Accordion component to allow rendering title headings for accordion tabs.
  • Tooltip component.

Changed

  • Migrated project to TypeScript.

0.7.0

24 Apr 07:36
Compare
Choose a tag to compare

Changed

  • Renamed the Loader component to Spinner. #36
  • Update the wrapping element of Spinner to allow it to be used in paragraphs. #111

0.6.0

02 Apr 04:17
Compare
Choose a tag to compare

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

01 Apr 01:57
Compare
Choose a tag to compare

Changed

  • Upgrade Vanilla Framework to 2.9.0.
  • Added click event props to Accordion.

0.4.0

12 Mar 03:00
Compare
Choose a tag to compare

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

21 Jan 14:42
389f38a
Compare
Choose a tag to compare
  • Added empty state to MainTable component.

0.3.0

10 Dec 01:25
Compare
Choose a tag to compare

Added

  • The Button component now supports is-dense.
  • User supplied Button classes are now inserted after those added by the component.

0.2.2

05 Dec 00:43
Compare
Choose a tag to compare

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

07 Nov 06:12
4d49168
Compare
Choose a tag to compare

Changed

  • Correctly pass click events to buttons.

0.2.0

06 Nov 04:16
60948d9
Compare
Choose a tag to compare

Added

  • Built docs for GitHub pages.
  • ./run script.
  • Renovate config.