Releases: db-ux-design-system/core-web
v4.6.0
@db-ux/ngx-core-components
4.6.0
Minor Changes
- refactor: exclude whitelabel-theme from default bundle to reduce size and to align with "how to import a theme" - see commit f272967
Patch Changes
-
fix: issue with tailwind duplicating some classes by using
@themeinline - see commit 92de4e6 -
fix(number input): prevent from clearing on intermediate decimal entry - see commit aa85967:
- fix(input,textarea): allow using
undefinedasvalue
- fix(input,textarea): allow using
@db-ux/react-core-components
4.6.0
Minor Changes
- refactor: exclude whitelabel-theme from default bundle to reduce size and to align with "how to import a theme" - see commit f272967
Patch Changes
-
fix: issue with tailwind duplicating some classes by using
@themeinline - see commit 92de4e6 -
docs(vite): mentioning version 8 configuration in
README.mdfile - see commit 4c5fc92 -
fix(number input): prevent from clearing on intermediate decimal entry - see commit aa85967:
- fix(input,textarea): allow using
undefinedasvalue
- fix(input,textarea): allow using
@db-ux/wc-core-components
4.6.0
Minor Changes
- refactor: exclude whitelabel-theme from default bundle to reduce size and to align with "how to import a theme" - see commit f272967
Patch Changes
-
fix: issue with tailwind duplicating some classes by using
@themeinline - see commit 92de4e6 -
docs(vite): mentioning version 8 configuration in
README.mdfile - see commit 4c5fc92 -
fix(number input): prevent from clearing on intermediate decimal entry - see commit aa85967:
- fix(input,textarea): allow using
undefinedasvalue
- fix(input,textarea): allow using
@db-ux/v-core-components
4.6.0
Minor Changes
- refactor: exclude whitelabel-theme from default bundle to reduce size and to align with "how to import a theme" - see commit f272967
Patch Changes
-
fix: issue with tailwind duplicating some classes by using
@themeinline - see commit 92de4e6 -
docs(vite): mentioning version 8 configuration in
README.mdfile - see commit 4c5fc92 -
fix(number input): prevent from clearing on intermediate decimal entry - see commit aa85967:
- fix(input,textarea): allow using
undefinedasvalue
- fix(input,textarea): allow using
@db-ux/core-components
4.6.0
Minor Changes
- refactor: exclude whitelabel-theme from default bundle to reduce size and to align with "how to import a theme" - see commit f272967
Patch Changes
-
fix: issue with tailwind duplicating some classes by using
@themeinline - see commit 92de4e6 -
fix: the drawer ignored custom
max-widthandmax-heightproperties due to internalmin-widthoverrides. Additionally, resolved a bug where nested fixed-position elements (like DBCustomSelect dropdowns) were incorrectly positioned while the drawer was open. - see commit d40e651 -
docs(vite): mentioning version 8 configuration in
README.mdfile - see commit 4c5fc92 -
fix(number input): prevent from clearing on intermediate decimal entry - see commit aa85967:
- fix(input,textarea): allow using
undefinedasvalue
- fix(input,textarea): allow using
@db-ux/core-foundations
4.6.0
Minor Changes
- refactor: exclude whitelabel-theme from default bundle to reduce size and to align with "how to import a theme" - see commit f272967
Patch Changes
- fix: issue with tailwind duplicating some classes by using
@themeinline - see commit 92de4e6
@db-ux/mcp-server
4.6.0
Minor Changes
- Extract MCP server into standalone package (
@db-ux/mcp-server) with its own versioning, CHANGELOG, and agent rules. - see commit 71919aa:- The server can now be installed and invoked independently via
npx --yes @db-ux/mcp-server.
- The server can now be installed and invoked independently via
@db-ux/core-postcss-plugin
4.6.0
Minor Changes
- First publish for
@db-ux/core-postcss-plugin- see commit aae0316
@db-ux/core-vite-plugin
4.6.0
Minor Changes
- feat: add vite-plugin to resolve CSS automatically based on detected components and styles - see commit 5b1b2d8
@db-ux/core-stylelint
4.6.0
version bump
@db-ux/core-migration
4.6.0
version bump
@db-ux/core-eslint-plugin
4.6.0
version bump
@db-ux/agent-cli
4.6.0
version bump
v4.5.4-postcss2
auto update snapshots (#6449) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.5.4-tailwind-inline
fix: resolve tailwind theme issues by using inline declarations
v4.5.4-postcss
feat: update CSS imports to use layers and add PostCSS configuration
v4.5.4-strict-npmrc
v4.5.4-mcp-server-migrate-tool-test-1
fix(release): add mcp-server to npm publish pipeline
v4.5.4-mcp-server-migrate-tool-test
chore(mcp-server): include mcp-server in monorepo build and build-out…
v4.5.4-table
auto update snapshots (#6388) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.5.4-mcp-server
What's Changed
Adds the MCP-server to the Design System. The Model Context Protocol (MCP) enables AI agents to interact with the Design System.
Full Changelog: v4.5.4-mcp...v4.5.4-mcp-server
v4.5.4
@db-ux/ngx-core-components
4.5.4
Patch Changes
-
refactor: Enhance the accessibility of the navigation components by adding missing WAI-ARIA attributes (
aria-controls,aria-label,aria-haspopup) for better screen reader support. - see commit f040188 -
fix: adjusted
@mediaqueries (removedscreenfrom combined queries) to avoid broken layouts when printing - see commit 0960eb6 -
fix(switch): removed obsolete gap towards label in
smallvariant - see commit 40bad01
@db-ux/react-core-components
4.5.4
Patch Changes
-
refactor: Enhance the accessibility of the navigation components by adding missing WAI-ARIA attributes (
aria-controls,aria-label,aria-haspopup) for better screen reader support. - see commit f040188 -
fix: adjusted
@mediaqueries (removedscreenfrom combined queries) to avoid broken layouts when printing - see commit 0960eb6 -
fix(switch): removed obsolete gap towards label in
smallvariant - see commit 40bad01
@db-ux/wc-core-components
4.5.4
Patch Changes
-
refactor: Enhance the accessibility of the navigation components by adding missing WAI-ARIA attributes (
aria-controls,aria-label,aria-haspopup) for better screen reader support. - see commit f040188 -
fix: adjusted
@mediaqueries (removedscreenfrom combined queries) to avoid broken layouts when printing - see commit 0960eb6 -
fix(switch): removed obsolete gap towards label in
smallvariant - see commit 40bad01
@db-ux/v-core-components
4.5.4
Patch Changes
-
refactor: Enhance the accessibility of the navigation components by adding missing WAI-ARIA attributes (
aria-controls,aria-label,aria-haspopup) for better screen reader support. - see commit f040188 -
fix: adjusted
@mediaqueries (removedscreenfrom combined queries) to avoid broken layouts when printing - see commit 0960eb6 -
fix(switch): removed obsolete gap towards label in
smallvariant - see commit 40bad01
@db-ux/core-components
4.5.4
Patch Changes
-
refactor: Enhance the accessibility of the navigation components by adding missing WAI-ARIA attributes (
aria-controls,aria-label,aria-haspopup) for better screen reader support. - see commit f040188 -
fix: adjusted
@mediaqueries (removedscreenfrom combined queries) to avoid broken layouts when printing - see commit 0960eb6 -
fix(switch): removed obsolete gap towards label in
smallvariant - see commit 40bad01
@db-ux/core-foundations
4.5.4
Patch Changes
- fix: adjusted
@mediaqueries (removedscreenfrom combined queries) to avoid broken layouts when printing - see commit 0960eb6
@db-ux/core-stylelint
4.5.4
version bump
@db-ux/core-migration
4.5.4
version bump
@db-ux/core-eslint-plugin
4.5.4
version bump
@db-ux/agent-cli
4.5.4
version bump