Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v2.0.0-beta.16 (2025-05-26)
@qtm/css
🐛 Bug Fixes
- fix(Text Input):
&:placeholder
to&::placeholder
selector
🚀 Features
-
feat(tokens): synchronized Tabs
@qtm/tokens
with Figma Tokens 1.5.0 and adapted content to the Tabs component. While these changes do not introduce breaking changes, the "medium vertical" variant has been fixed with larger icons, that could impact the rendering of your project.For Quantum components library maintainers for other stacks, see how we've integrated this change in
tds-web
🛠️ Internal
- chore(components): remove the unofficial Doughnut component
@qtm/react
🛠️ Internal
- chore(components): remove the unofficial Doughnut component
@qtm/react2
🐛 Bug Fixes
- fix(modal): fix modal's close button rendering by using a ghost neutral button
- fix: made properties optional in Grid and SplitButton components
- fix(modal): dynamically adjust modal button size
@qtm/tokens
🐛 Bug Fixes
- fix(tokens): fixed bluegrey 700 and 750 color values, which had been swapped. While these changes do not introduce breaking changes, it is recommended that projects review their usage of bluegrey 700 and 750 to ensure the adjustments in hexadecimal values do not impact contrast, meaning, design, or visual elements.
🚀 Features
-
feat(tokens): synchronized Tabs
@qtm/tokens
with Figma Tokens 1.5.0 and adapted content to the Tabs component. While these changes do not introduce breaking changes, the "medium vertical" variant has been fixed with larger icons, that could impact the rendering of your project.For Quantum components library maintainers for other stacks, see how we've integrated this change in
tds-web
-
feat(tokens): add original Quantum Design Tokens JSON files to
@qtm/tokens
in ajson
directory, and enhance the corresponding README
@qtm/vue
🛠️ Internal
- chore(components): remove the unofficial Doughnut component
@qtm/web-components
🐛 Bug Fixes
- fix(modal): fix modal's close button rendering by using a ghost neutral button
🛠️ Internal
- chore(components): remove the unofficial Doughnut component
@qtm/website
🐛 Bug Fixes
- fix(iconography): improve grid rendering of business icons in Usage section
- fix(vue): change path to load ESM
loader.js
file - fix(header): use
activeId
to handle tabs - fix(iconography): don't force regular icons color and drop useless hover effect
- fix(a11y): drop '>' Markdown paragraphs that are not blockquotes
- fix(css): Toggle Switch with label on right rendering
🚀 Features
- feat(examples): add and setup PurgeCSS for Vite React starter
v2.0.0-beta.15 (2025-04-11)
@qtm/react2
🐛 Bug Fixes
- fix(modal): close icon color
@qtm/website
🐛 Bug Fixes
- fix: syntax highlighting of Foundations' code snippets
- fix(customization): change CSS selector to make the 'High-specificity CSS selectors' example work
- fix(modal): align 'Lorem ipsum' content across packages, and between rendering and code snippets
- fix(header): align code snippets of header title with their rendering for some Header pages
- fix: typos in some alert component examples
- fix: text color and decoration of links contained in alerts in light/dark mode
📝 Documentation
- docs(search): reintroduce search bar
🛠️ Internal
- chore(dark mode): enhance rendering of the page: use of tabs, right syntax highlighting and rewording
v2.0.0-beta.14 (2025-04-07)
@qtm/css
🐛 Bug Fixes
- fix(css): consistency betwwen textarea and textinput
- fix(css): ensure text input height is independent of parent (e.g., grid), and icons are consistently centered
- fix(css): aligh modal header items to the top
@qtm/icons
🚀 Features
- feat(icons): bump icons to 1.6.2
- feat(icons): new ICAO, Generic, and AVS icons
- feat(icons): update icons on March 24, 2025
📦 Other
- new
connected.svg
anddisconnected.svg
- renamed
desequence.svg
totime_off.svg
- modified rendering of a set of icons
@qtm/react2
🐛 Bug Fixes
- fix(react2): add submenu items configuration when usgin the items prop in a menuitemlist
- fix(react2): implement custom icons and update documentation
- fix(react2): icon size by default must not be specified
@qtm/web-components
🛠️ Internal
- refactor(webcomponents): remove dark token in global css file
@qtm/website
🐛 Bug Fixes
- fix(react2): implement custom icons and update documentation
📝 Documentation
- docs(website): Grid className prop replaced by classes in TextInput doc
- docs(website): add supported version in v2
- docs(website): fix documentation for FormLabel
- docs(website): do not use onClick callback for react2 button component. use onClickEvent instead
- docs(website): fix typography component for react2 documentation
- docs(website): fix react2 progress bar documentation
v2.0.0-beta.13 (2025-03-21)
@qtm/react2
🛠️ Internal
- chore(react2): handle esm and cjs export
@qtm/web-components
🐛 Bug Fixes
- fix(web-components): avoid undefined
optionFilter
console error message when initializing multiselect component
@qtm/website
📦 Other
- create the react2 documentation in our dev documentation
v2.0.0-beta.12 (2025-03-07)
@qtm/angular
🛠️ Internal
- test-release-script
@qtm/css
🛠️ Internal
- test-release-script
@qtm/design-token-generator
🛠️ Internal
- test-release-script
@qtm/icons
🛠️ Internal
- test-release-script
@qtm/react
🛠️ Internal
- test-release-script
@qtm/react2
🛠️ Internal
- test-release-script
@qtm/storybook
🛠️ Internal
- test-release-script
@qtm/tailwind-preset
🛠️ Internal
- test-release-script
@qtm/tokens
🛠️ Internal
- test-release-script
@qtm/vue
🛠️ Internal
- test-release-script
@qtm/web-components
🛠️ Internal
- test-release-script
@qtm/website
📝 Documentation
- docs(examples): new Angular 16 project examples with or without Tailwind v3
🛠️ Internal
- test-release-script
angular
🛠️ Internal
- test-release-script
v2.0.0-beta.11 (2025-03-05)
@qtm/react2
🐛 Bug Fixes
- fix(react2): retrocompatibility with react 18
@qtm/vue
🐛 Bug Fixes
- fix(vue): deprecated function applyPolyfills from Stencil (IE support)
@qtm/web-components
🐛 Bug Fixes
- fix(web-components): handle non-existent collapsed ids in menu item list
@qtm/website
📝 Documentation
- docs(configuration): specific
.npmrc
setup for Windows users - docs(header): change title and title color on dark mode
- docs(css): replace remaining
leadingIcon
/trailingIcon
byleftIcon
/rightIcon
v2.0.0-beta.10 (2025-03-03)
@qtm/angular
📝 Documentation
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
📦 Other
- Mise à jour des peerDependencies pour Angular :
- @angular/common: >=16.0.0
- @angular/core: >=16.0.0
@qtm/css
📝 Documentation
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
- docs: bump storybook to v8
- docs(examples): drop CRA examples
@qtm/design-token-generator
📝 Documentation
- docs: bump storybook to v8
- docs(examples): drop CRA examples
@qtm/icons
📝 Documentation
- docs(README): fixed the Artifactory configuration link and use a consistent wording
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
- docs: bump storybook to v8
- docs(examples): drop CRA examples
@qtm/react
📝 Documentation
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
@qtm/react2
📝 Documentation
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
🚀 Features
- feat(react2): add support for react 19
@qtm/storybook
📝 Documentation
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
@qtm/tailwind-preset
📝 Documentation
- docs(README): fixed the Artifactory configuration link and use a consistent wording
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
- docs: bump storybook to v8
- docs(examples): drop CRA examples
@qtm/tokens
📝 Documentation
- docs(README): fixed the Artifactory configuration link and use a consistent wording
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
- docs: bump storybook to v8
- docs(examples): drop CRA examples
@qtm/vue
📝 Documentation
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
@qtm/web-components
📝 Documentation
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
@qtm/website
📝 Documentation
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
- docs: bump storybook to v8
- docs(examples): drop CRA examples
angular
📝 Documentation
- docs(README): fixed the Artifactory configuration link and use a consistent wording
- docs: add ADR for the migration to Turborepo and pnpm
- docs: add for all packages the possibility to use pnpm
- docs: adapt internal documentation to pnpm usage instead of Yarn
v2.0.0-beta.9 (2025-02-20)
@qtm/angular
🚀 Features
- feat: migrate to angular 16
🛠️ Internal
- chore: migrate to turborepo and pnpm
@qtm/css
🛠️ Internal
- chore: migrate to turborepo and pnpm
@qtm/design-token-generator
🛠️ Internal
- chore: migrate to turborepo and pnpm
@qtm/icons
🛠️ Internal
- chore: migrate to turborepo and pnpm
@qtm/react
🛠️ Internal
- chore: migrate to turborepo and pnpm
@qtm/react2
🛠️ Internal
- chore: migrate to turborepo and pnpm