Skip to content

Releases: bcgov/design-system

@bcgov/design-system-react-components@v0.7.0

09 Apr 18:16
642ea27

Choose a tag to compare

B.C. Design System v0.7.0

This is a milestone release that adds five new components, and includes various enhancements and bugfixes to existing components.

Added

  • TimeField
  • Calendar
  • ProgressBar
  • ProgressCircle
  • Separator

Changed

  • Button: added min-width and min-height as accessibility safeguards, and added visible styling for pressed state
  • DatePicker: separator between format and description slots now properly renders only when both fields are present

This release uses:

  • react-aria-components v1.16.0
  • @bcgov/design-tokens v3.2.0

What's Changed

Full Changelog: https://github.com/bcgov/design-system/compare/@bcgov/design-system-react-components@v0.6.1...@bcgov/design-system-react-components@v0.7.0

@bcgov/design-tokens@v4.0.0

11 Mar 17:46
5735b47

Choose a tag to compare

B.C. Design Tokens v4.0.0

This is a milestone release that adds SCSS as an output format.

There are no changes to token names or values from v3.2.0.

Added

  • Tokens are now available as SCSS variables

Changed

  • Minor formatting changes in output files, due to updates in our build pipeline

This release uses:

  • @tokens-studio/sd-transforms v2.0.3
  • style-dictionary v5.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/bcgov/design-system/compare/@bcgov/design-system-react-components@v0.6.1...@bcgov/design-tokens@v4.0.0

@bcgov/design-system-react-components@v0.6.1

05 Feb 19:53
550b6c9

Choose a tag to compare

B.C. Design System v0.6.1

This is a patch release that fixes a bug in the DatePicker component.

Added

  • DatePicker: added test suite

Changed

  • DatePicker: format helper text now properly shows the default (en-CA) format, unless the component is explicitly configured to use the browser locale

This release uses:

  • react-aria-components v1.14.0
  • @bcgov/design-tokens v3.2.0

What's Changed

Full Changelog: https://github.com/bcgov/design-system/compare/@bcgov/design-system-react-components@v0.6.0...@bcgov/design-system-react-components@v0.6.1

@bcgov/design-system-react-components@v0.6.0

04 Feb 18:25
704d69c

Choose a tag to compare

B.C. Design System v0.6.0

This is a milestone release that adds four new components, and includes enhancements to existing components.

Added

  • ToggleButton and ToggleButtonGroup
  • DatePicker
  • NumberField

Changed

  • InlineAlert: added support for a custom icon, overriding the default set by each variant
  • TextField/TextArea: apply correct styling in disabled state
  • Storybook: reorganised components and made it easier to find full API documentation for React Aria-based components

This release uses:

  • react-aria-components v1.14.0
  • @bcgov/design-tokens v3.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/bcgov/design-system/compare/@bcgov/design-system-react-components@v0.5.2...@bcgov/design-system-react-components@v0.6.0

@bcgov/design-system-react-components@v0.5.2

27 Nov 23:35
49390cf

Choose a tag to compare

B.C. Design System v0.5.2

This is a patch release that brings new options and refinements to the Button component:

  • Added new large and xsmall size variants
  • Adjusted padding on all size variants to scale more consistently
  • Focus ring is now displayed only on keyboard focus, using the data-focus-visible attribute

This release uses:

  • react-aria-components v1.13.0
  • @bcgov/design-tokens v3.2.0

Install or update via npm: https://www.npmjs.com/package/@bcgov/design-system-react-components/v/0.5.2

What's Changed

Full Changelog: https://github.com/bcgov/design-system/compare/@bcgov/design-system-react-components@v0.5.1...@bcgov/design-system-react-components@v0.5.2

@bcgov/design-system-react-components@v0.5.1

06 Feb 00:31
c4949f0

Choose a tag to compare

npm
https://www.npmjs.com/package/@bcgov/design-system-react-components/v/0.5.1

0.5.1
Added
Added Heading, Text and Link components.
This release uses:

react-aria-components v1.6.0
react ^16.14.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom ^16.14.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
Updated below Dev dependencies:

Vite upgraded to 5.4.14
Rollup upgraded to 4.32.1
Cross Spawn upgraded to 7.0.6
Nanoid upgraded to 3.3.8
Storybook upgraded to 8.5.3

What's Changed

Full Changelog: https://github.com/bcgov/design-system/compare/@bcgov/design-system-react-components@v0.5.0...@bcgov/design-system-react-components@v0.5.1

@bcgov/design-tokens@v3.2.0

14 Jan 19:19
891ba5d

Choose a tag to compare

npm

https://www.npmjs.com/package/@bcgov/design-tokens/v/3.2.0

Changelog

3.2.0

Added

  • bcds-layout-border-radius-circular is added with value 9999

Changed

  • bcds-typography-font-weights-italic is removed as its deprecated

@bcgov/design-system-react-components@v0.5.0

14 Jan 19:10
891ba5d

Choose a tag to compare

npm
https://www.npmjs.com/package/@bcgov/design-system-react-components/v/0.5.0

Changelog
0.5.0
This is a milestone release that contains the following new components:

  • Accordion and accordion group
  • Alert Banner
  • Callout

This release uses:

  • react-aria-components v1.5.0
  • @bcgov/design-tokensv3.2.0

Component changes since v0.4.0:

  • Add an alternative chip style to Tag and Tag group component.

What's Changed

New Contributors

Full Changelog: https://github.com/bcgov/design-system/compare/@bcgov/design-system-react-components@v0.4.0...@bcgov/design-system-react-components@v0.5.0

@bcgov/design-system-react-components@v0.4.0

19 Sep 21:29
c7f0960

Choose a tag to compare

npm

https://www.npmjs.com/package/@bcgov/design-system-react-components/v/0.4.0

Changelog

0.4.0

This is a milestone release that contains the following new components:

  • AlertDialog
  • Dialog
  • Modal

This release uses:

  • react-aria-components v1.3.3
  • @bcgov/design-tokensv3.1.1

No component changes since v0.3.0.

@bcgov/design-system-react-components@v0.3.1

19 Sep 21:28
e31ab31

Choose a tag to compare