Skip to content

Releases: bcgov/design-system

@bcgov/[email protected]

19 Sep 21:29
c7f0960
Compare
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/[email protected]

19 Sep 21:28
e31ab31
Compare
Choose a tag to compare

npm

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

Changelog

0.3.1

Added

  • Added AlertDialog, Dialog, and Modal components.

@bcgov/[email protected]

19 Sep 21:26
2809f52
Compare
Choose a tag to compare

npm

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

Changelog

0.3.0

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

  • CheckboxGroup/Checkbox
  • RadioGroup/Radio

This release uses:

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

Component changes since v0.2.0:

  • Switch component gets prefers-reduced-motion handling to turn off animation for users that prefer reduced motion.
  • Switch component cursor styling applies to children text in addition to visual switch component.

@bcgov/[email protected]

12 Sep 23:33
Compare
Choose a tag to compare

npm

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

Changelog

0.2.3

Changed

  • Switch component gets prefers-reduced-motion handling to turn off animation for users that prefer reduced motion.
  • Switch component cursor styling applies to children text in addition to visual switch component.

Added

  • Added RadioGroup/Radio components.

@bcgov/[email protected]

11 Sep 23:51
fd199fa
Compare
Choose a tag to compare

npm

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

Changelog

0.2.2

Added

  • Added CheckboxGroup/Checkbox components.

@bcgov/[email protected]

28 Aug 15:42
22ac1f3
Compare
Choose a tag to compare

@bcgov/[email protected]

28 Aug 15:40
34dca0f
Compare
Choose a tag to compare

npm

This version was published to npm with public access, but is unavailable for installation for unknown reasons. Please use v0.2.1.

Changelog

0.2.0

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

  • ButtonGroup
  • InlineAlert
  • Switch

This release uses:

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

No component changes from v0.1.4.

@bcgov/[email protected]

27 Aug 18:56
41a9f13
Compare
Choose a tag to compare

npm

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

Changelog

0.1.4

Changed

  • Use react-aria-components v1.3.3.
  • Use @bcgov/design-tokens v3.1.1.
  • InlineAlert close button is adjusted so it doesn't cause its container to stretch when there's only a single line of text in the alert.
  • Select component list item vertical padding is updated, making lists slightly taller.

@bcgov/[email protected]

23 Aug 20:07
64f31d4
Compare
Choose a tag to compare

npm

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

Changelog

3.1.1

Changed

  • surface.color.tertiary.default is fixed so it gets alpha channel data (#FFFFFF corrected to #FFFFFF00)

@bcgov/[email protected]

22 Aug 19:17
d735bbb
Compare
Choose a tag to compare

npm

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

Changelog

3.1.0

Added

  • Comments added to tokens to document intended usage
  • layout.padding.hair added to match layout.margin.hair
  • New color tokens added:
    • surface.color.primary.default
    • surface.color.primary.hover
    • surface.color.primary.pressed
    • surface.color.primary.disabled
    • surface.color.secondary.default
    • surface.color.secondary.hover
    • surface.color.secondary.pressed
    • surface.color.secondary.disabled
    • surface.color.tertiary.default
    • surface.color.tertiary.hover
    • surface.color.tertiary.pressed
    • surface.color.tertiary.disabled