Releases: user-interviews/ui-design-system
Releases · user-interviews/ui-design-system
Release v7.1.0
make Card size prop optional (#1359)
Release v7.0.0
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
Update Heading CSS modules to not collide (#1354)
Release v6.5.0
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
Fix typos on missing variables (#1349)
Release v6.4.0
- 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
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
Pin [email protected] (#1332) https://github.com/user-interviews/ui-design-system/security/dependabot/136
Release v6.1.0
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
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.