Skip to content

Releases: canonical/react-components

v0.37.2

24 Jun 14:59
f5bcdf2
Compare
Choose a tag to compare

v0.37.2

🔨 Maintenance

  • Tabs: Migrate tests to testing library (#785)
  • Prepare 0.37.2 (#793)
  • chore(deps): update dependency vanilla-framework to v3.6.0 (#788)
  • Fix storybook docs (#791)

v0.37.1

07 Jun 02:21
7406145
Compare
Choose a tag to compare

v0.37.1

  • Fix the Navigation types when generating links. (#786)
  • Export the Theme enum as a value, not type. (#783)

🔨 Maintenance

  • Prepare 0.37.1 release (#787)

v0.37.0

03 Jun 14:32
Compare
Choose a tag to compare

v0.37.0

🚀 Features

  • Add the Vanilla Label component. (#724)
  • Add Navigation component (#767)

🐛 Bug Fixes

  • List: uneven middot spacing (#777)
  • MainTable: Use conditional operator in onClick (#772)

🔨 Maintenance

  • Prepare 0.37.0 release (#782)
  • chore(deps): update all non-major dependencies (#780)
  • chore(deps): update dependency vanilla-framework to v3.4.0 (#779)
  • chore(deps): update all non-major dependencies (#770)
  • chore(deps): update actions/labeler action to v4 (#771)
  • chore(deps): update actions/upload-artifact action to v3 (#781)

v0.36.0

28 Apr 11:55
cebee5f
Compare
Choose a tag to compare

v0.36.0

🚀 Features

🔨 Maintenance

Full Changelog: v0.35.0...v0.36.0

v0.35.0

20 Apr 14:32
Compare
Choose a tag to compare

v0.35.0

🚀 Features

  • Allow custom help text class via helpClassName in Input component (#761)
  • Tooltip on click remains open until dismissed (#763)

v0.34.2

13 Apr 11:47
Compare
Choose a tag to compare

v0.34.2

🔨 Maintenance

  • Update to Vanilla 3.2.0 and prepare 0.34.2 by @bartaz in #758

Full Changelog: v0.34.1...v0.34.2

v0.34.1

12 Apr 09:46
357fc23
Compare
Choose a tag to compare

v0.34.1

🐛 Bug Fixes

  • align input help text for checkbox & radio (#751)

🔨 Maintenance

  • update actions/checkout action to v3 (#747)
  • update all non-major dependencies (#746)
  • Bump minimist from 1.2.5 to 1.2.6 (#745)

Improved tooltip accessibility (#755)

  • child elements now have a correct description attached via aria-describedby
  • better focus handling (allowing to click elements within the tooltip and shifting focus via tab key appropriately)

Before

Tooltip with broken focus management
Tooltip not allowing to click links within

After

Tooltip with working focus management and hover allowing clicking links inside of the tooltip
Improved focus management and hover allowing clicking links inside of the tooltip

v0.34.0

29 Mar 03:51
58e05bb
Compare
Choose a tag to compare

v0.34.0

🚀 Features

  • Improvements to the chip component. (#741)
  • Add error and help aria labels to form fields (#728)
  • Add aria-current to Pagination Item (#742)

🔨 Maintenance

  • Update PUBLISH-NPM-PACKAGE.md (#734)

v0.33.0

21 Mar 08:38
01c63a2
Compare
Choose a tag to compare

v0.33.0

🚀 Features

  • Allow customisation of specific headers, rows and cells in ModularTable (#723)
  • Add missing props spreading for Chip, CodeSnippet, ModularTable and SearchBox (#727)

🐛 Bug Fixes

  • Spinner renders text twice (#730)

🔨 Maintenance

  • Update all non-major dependencies (#719)
  • Update actions/setup-node action to v3 (#720)

v0.32.0

01 Mar 11:26
Compare
Choose a tag to compare

v0.32.0

🚀 Features

  • feat: add inline prop support to checkbox & radio (#714)
  • Add switch component (#713)
  • feat: expose react hooks (#709)
  • Add data-heading as default to responsive columns (#708)

🔨 Maintenance

  • Prepare release 0.32.0 (#721)
  • Update dependency vanilla-framework to v3.1.1 (#718)
  • Add a class name and required to checkbox and radio button labels. (#717)
  • test: add eslint-plugin-testing-library (#715)
  • Refactor: add useId hook (#706)
  • Add @testing-library/react (#704)
  • Add aria attributes to spinner (#703)

Full Changelog: v0.31.0...v0.32.0