Skip to content

Releases: user-interviews/ui-design-system

Release v7.1.0

19 Nov 23:42
f6b6d0d

Choose a tag to compare

make Card size prop optional (#1359)

Release v7.0.0

19 Nov 20:51
bbb49d6

Choose a tag to compare

Upgrade Storybook@9, [email protected], [email protected] LTS (#1357)

Brings Storybook to 9.x which has a lot of improvements we could be utilizing, but also one further for other upgrades. Also remove dead, unused Figma extension.

```
Storybook 9 improves performance, compatibility, and stability. Its key features include:

    🔋 Storybook Test, a batteries-included testing tool in your Storybook
    🧪 Component testing
    ♿️ Accessibility testing
    🛡️ Test coverage
    🪶 48% lighter bundle
    ⚛️ React Native for device and web
    🏷️ Tags-based story organization
```

Also upgrades to the latest LTS Node and Yarn releases (I have a matching update for the RS after this is cut at 7.0)

Fixes js-yaml dependabots
* https://github.com/user-interviews/ui-design-system/security/dependabot/138
* https://github.com/user-interviews/ui-design-system/security/dependabot/139
* https://github.com/user-interviews/ui-design-system/security/dependabot/140

Release v6.5.1

13 Nov 21:22
48ac746

Choose a tag to compare

Update Heading CSS modules to not collide (#1354)

Release v6.5.0

11 Nov 16:45
45a2564

Choose a tag to compare

Remove legacy Heading sizes (#1352)

Moves to use an enum for all sizes and removed two (xxl and xs) which are no longer in Figma.

Release v6.4.1

06 Nov 15:47
7a657c7

Choose a tag to compare

Fix typos on missing variables (#1349)

Release v6.4.0

05 Nov 18:30
0e256cd

Choose a tag to compare

  • Updates colors variables to match what is in Figma
  • Adds more complete font variables which match what is in Figma
  • Updates Heading to use new variables and introduce new size variables to match the 3 styles that exist in Figma

Release v6.3.0

31 Oct 15:15
0f7f84b

Choose a tag to compare

Bring DS dependencies in sync with RS (#1338)

Noticed that these were not in harmony so did a pre-TDW sweep:

Regular dependencies:
* react-bootstrap: ^2.10.10
* react-currency-input-field: ^3.10.0
* react-select: ^5.10.2

Dev dependencies:
* @babel/core: ^7.28.5
* @babel/eslint-parser: ^7.28.5
* @babel/plugin-transform-object-rest-spread: ^7.28.4
* @babel/plugin-transform-runtime: ^7.28.5,
* @babel/preset-env: ^7.28.5,
* @babel/preset-react: ^7.28.5,
* @babel/preset-typescript: ^7.28.5,
* @babel/runtime: ^7.28.4,
* @eslint/compat: ^1.4.1,
* @fortawesome/fontawesome-svg-core: ^6.7.2,
* @fortawesome/free-brands-svg-icons: ^6.7.2,
* @fortawesome/pro-regular-svg-icons: ^6.7.2,
* @fortawesome/pro-solid-svg-icons: ^6.7.2,
* @fortawesome/react-fontawesome: ^0.2.6,
* @testing-library/dom: ^10.4.1
* @testing-library/react: ^16.3.0
* @typescript-eslint/eslint-plugin: ^8.46.2,
* @typescript-eslint/parser: ^8.46.2

Removed resolutions:
* eslint: ^9.38.0
* sass: ^1.93.2,
* sass-loader: ^16.0.6
* typescript: ^5.9.3,
* webpack: ^5.102.1

Updates `caniuse`

Release v6.2.0

29 Aug 13:41
d501e6e

Choose a tag to compare

Pin [email protected] (#1332)

https://github.com/user-interviews/ui-design-system/security/dependabot/136

Release v6.1.0

24 Jul 16:48
627e02b

Choose a tag to compare

Upgrade `[email protected]` and `[email protected]` (#1330)

Also updates Storybook and the webpack build to latest

Fixes "form-data uses unsafe random function in form-data for choosing boundary"
https://github.com/user-interviews/ui-design-system/security/dependabot/134

Release v6.0.0

14 May 16:30
8b9a4f9

Choose a tag to compare

Upgrades bootstrap to 5.3.6 (#1327)

5.3 introduces some new paradigms under the hood that impact how we consume bootstrap in rails server.  When updating rails server, we will want to proceed with caution.