Skip to content

Releases: canonical/react-components

v0.17.1

24 May 15:14
Compare
Choose a tag to compare

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

06 May 11:22
Compare
Choose a tag to compare

v0.17.0

🚀 Features

  • Add Checkbox and Radio components (#441)
  • Add content prop to CodeSnippetBlock (#434)

🔨 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

12 Apr 13:38
Compare
Choose a tag to compare

v0.16.3

  • Update tooltip component to use new "is-detached" utility class (#426)
  • Remove custom SearchAndFilter styling (#424)

🔨 Maintenance

  • Add registry URL to release script (#432)
  • Prepare release 0.16.3 (#431)
  • Add automatic publish to npm workflow (#428)
  • Update dependency vanilla-framework to v2.28.0 (#430)
  • Add release drafter config (#427)
  • Remove custom css (#425)
  • Update dependency vanilla-framework to v2.27.0 (#412)

v0.16.2

22 Mar 11:27
Compare
Choose a tag to compare

0.16.2 - 2021-03-22

Changed

  • Remove unneeded p-table--sortable, update class name of p-table--expanding
  • Remove aria-sort from tables when they are not sortable
  • Updated Vanilla to 2.26.0

v0.16.1

02 Mar 14:41
Compare
Choose a tag to compare

0.16.1 - 2021-03-02

Changed

  • Updated Vanilla to 2.25.1
  • Added support for aria-pressed in the ContextualMenu button

v0.16.0

17 Feb 12:03
Compare
Choose a tag to compare

0.16.0 - 2021-02-17

Added

  • Added new CodeSnippet component, the Code component is considered deprecated.

Changed

  • Updated ActionButton to use is-processing classname instead of deprecated is-active.
  • Updated Vanilla to 2.24.0

Deprecated

  • Code component is deprecated. Use CodeSnippet component or inline <code> instead.

Removed

  • Removed p-action-button class from ActionButton, as this is not a separate pattern in Vanilla. If any additional classname needs to be provided for custom styling it can be added via className prop.

0.15.0

02 Feb 06:05
Compare
Choose a tag to compare

Added

  • Added classNames prop to Icon component.

Changed

  • Removed custom styling from Spinner component.
  • Migrated Modal to TypeScript. The close and title props are now optional, and the title and close button are not shown if the props aren't provided. Added a buttonRow 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

19 Jan 22:59
Compare
Choose a tag to compare

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

18 Nov 19:03
Compare
Choose a tag to compare

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

04 Nov 13:39
Compare
Choose a tag to compare

Changed

  • Replaced uuid with nanoid.
  • Decouple ContextualMenu from SearchAndFilter
  • Remove CSSTransition component/dep
  • Make Vanilla Framework a peer dependency