Skip to content

Releases: db-ux-design-system/core-web

v4.6.0

09 Apr 12:27
5274806

Choose a tag to compare

@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 @theme inline - see commit 92de4e6

  • fix(number input): prevent from clearing on intermediate decimal entry - see commit aa85967:

    • fix(input,textarea): allow using undefined as value

@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 @theme inline - see commit 92de4e6

  • docs(vite): mentioning version 8 configuration in README.md file - see commit 4c5fc92

  • fix(number input): prevent from clearing on intermediate decimal entry - see commit aa85967:

    • fix(input,textarea): allow using undefined as value

@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 @theme inline - see commit 92de4e6

  • docs(vite): mentioning version 8 configuration in README.md file - see commit 4c5fc92

  • fix(number input): prevent from clearing on intermediate decimal entry - see commit aa85967:

    • fix(input,textarea): allow using undefined as value

@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 @theme inline - see commit 92de4e6

  • docs(vite): mentioning version 8 configuration in README.md file - see commit 4c5fc92

  • fix(number input): prevent from clearing on intermediate decimal entry - see commit aa85967:

    • fix(input,textarea): allow using undefined as value

@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 @theme inline - see commit 92de4e6

  • fix: the drawer ignored custom max-width and max-height properties due to internal min-width overrides. 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.md file - see commit 4c5fc92

  • fix(number input): prevent from clearing on intermediate decimal entry - see commit aa85967:

    • fix(input,textarea): allow using undefined as value

@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 @theme inline - 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.

@db-ux/core-postcss-plugin

4.6.0

Minor Changes


@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

08 Apr 15:21
6de35db

Choose a tag to compare

v4.5.4-postcss2 Pre-release
Pre-release
auto update snapshots (#6449)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v4.5.4-tailwind-inline

07 Apr 14:19

Choose a tag to compare

Pre-release
fix: resolve tailwind theme issues by using inline declarations

v4.5.4-postcss

08 Apr 05:51

Choose a tag to compare

v4.5.4-postcss Pre-release
Pre-release
feat: update CSS imports to use layers and add PostCSS configuration

v4.5.4-strict-npmrc

06 Apr 06:27

Choose a tag to compare

v4.5.4-strict-npmrc Pre-release
Pre-release

What's Changed

#6425

Full Changelog: v4.5.4...v4.5.4-strict-npmrc

v4.5.4-mcp-server-migrate-tool-test-1

31 Mar 06:23

Choose a tag to compare

Pre-release
fix(release): add mcp-server to npm publish pipeline

v4.5.4-mcp-server-migrate-tool-test

31 Mar 05:14

Choose a tag to compare

Pre-release
chore(mcp-server): include mcp-server in monorepo build and build-out…

v4.5.4-table

25 Mar 15:00
c758ae7

Choose a tag to compare

v4.5.4-table Pre-release
Pre-release
auto update snapshots (#6388)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v4.5.4-mcp-server

25 Mar 10:42
6cda8b3

Choose a tag to compare

v4.5.4-mcp-server Pre-release
Pre-release

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

16 Mar 14:30
e393d22

Choose a tag to compare

@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 @media queries (removed screen from combined queries) to avoid broken layouts when printing - see commit 0960eb6

  • fix(switch): removed obsolete gap towards label in small variant - 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 @media queries (removed screen from combined queries) to avoid broken layouts when printing - see commit 0960eb6

  • fix(switch): removed obsolete gap towards label in small variant - 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 @media queries (removed screen from combined queries) to avoid broken layouts when printing - see commit 0960eb6

  • fix(switch): removed obsolete gap towards label in small variant - 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 @media queries (removed screen from combined queries) to avoid broken layouts when printing - see commit 0960eb6

  • fix(switch): removed obsolete gap towards label in small variant - 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 @media queries (removed screen from combined queries) to avoid broken layouts when printing - see commit 0960eb6

  • fix(switch): removed obsolete gap towards label in small variant - see commit 40bad01


@db-ux/core-foundations

4.5.4

Patch Changes

  • fix: adjusted @media queries (removed screen from 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