Skip to content

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

v4.11.0

09 Jun 12:00
96a2ea8

Choose a tag to compare

@db-ux/ngx-core-components

4.11.0

Minor Changes

  • feat: add DBTable, DBTableHead, DBTableBody, DBTableFooter, DBTableRow, DBTableHeaderCell, and DBTableDataCell components - see commit f64b6e0

Patch Changes

  • fix: Add missing propertyName parameter to all getBooleanAsString calls across components for consistent string-based boolean parsing. - see commit 6c11be5

  • fix: Remove unwanted whitespace characters from rendered output to prevent layout shifts - see commit a0f23a4


@db-ux/react-core-components

4.11.0

Minor Changes

  • feat: add DBTable, DBTableHead, DBTableBody, DBTableFooter, DBTableRow, DBTableHeaderCell, and DBTableDataCell components - see commit f64b6e0

Patch Changes

  • fix: Add missing propertyName parameter to all getBooleanAsString calls across components for consistent string-based boolean parsing. - see commit 6c11be5

  • fix: Remove unwanted whitespace characters from rendered output to prevent layout shifts - see commit a0f23a4


@db-ux/wc-core-components

4.11.0

Minor Changes

  • feat: add DBTable, DBTableHead, DBTableBody, DBTableFooter, DBTableRow, DBTableHeaderCell, and DBTableDataCell components - see commit f64b6e0

Patch Changes

  • fix: Add missing propertyName parameter to all getBooleanAsString calls across components for consistent string-based boolean parsing. - see commit 6c11be5

  • fix: Remove unwanted whitespace characters from rendered output to prevent layout shifts - see commit a0f23a4


@db-ux/v-core-components

4.11.0

Minor Changes

  • feat: add DBTable, DBTableHead, DBTableBody, DBTableFooter, DBTableRow, DBTableHeaderCell, and DBTableDataCell components - see commit f64b6e0

Patch Changes

  • fix: Add missing propertyName parameter to all getBooleanAsString calls across components for consistent string-based boolean parsing. - see commit 6c11be5

  • fix: Remove unwanted whitespace characters from rendered output to prevent layout shifts - see commit a0f23a4


@db-ux/core-components

4.11.0

Minor Changes

  • feat: add DBTable, DBTableHead, DBTableBody, DBTableFooter, DBTableRow, DBTableHeaderCell, and DBTableDataCell components - see commit f64b6e0

Patch Changes

  • fix: Remove unwanted whitespace characters from rendered output to prevent layout shifts - see commit a0f23a4

@db-ux/core-foundations

4.11.0

Minor Changes

  • feat: add DBTable, DBTableHead, DBTableBody, DBTableFooter, DBTableRow, DBTableHeaderCell, and DBTableDataCell components - see commit f64b6e0

@db-ux/core-vite-plugin

4.11.0

version bump


@db-ux/core-stylelint

4.11.0

version bump


@db-ux/core-postcss-plugin

4.11.0

version bump


@db-ux/core-migration

4.11.0

version bump


@db-ux/mcp-server

4.11.0

version bump


@db-ux/core-eslint-plugin

4.11.0

version bump


@db-ux/agent-cli

4.11.0

version bump

v4.10.2

08 Jun 08:25
95c1dc4

Choose a tag to compare

@db-ux/core-foundations

4.10.2

Patch Changes

  • refactor: replaced external fallback icon font as inline base64 to ensure it loads with CSS even when the font file cannot be fetched, preventing layout shifts. - see commit 8a6b622

  • fix: ensure that the icon fallback is displayed as a rectangle - see commit 6ebc636


@db-ux/core-vite-plugin

4.10.2

version bump


@db-ux/core-stylelint

4.10.2

version bump


@db-ux/core-postcss-plugin

4.10.2

version bump


@db-ux/core-migration

4.10.2

version bump


@db-ux/mcp-server

4.10.2

version bump


@db-ux/core-eslint-plugin

4.10.2

version bump


@db-ux/core-components

4.10.2

version bump


@db-ux/agent-cli

4.10.2

version bump


@db-ux/v-core-components

4.10.2

version bump


@db-ux/wc-core-components

4.10.2

version bump


@db-ux/react-core-components

4.10.2

version bump


@db-ux/ngx-core-components

4.10.2

version bump

v4.10.1

02 Jun 10:18
d943e34

Choose a tag to compare

@db-ux/ngx-core-components

4.10.1

Patch Changes

  • refactor: simplify cursor-pointer SCSS mixin for inputs and fix tab-item hover/active states - see commit 17af11f

@db-ux/react-core-components

4.10.1

Patch Changes

  • refactor: simplify cursor-pointer SCSS mixin for inputs and fix tab-item hover/active states - see commit 17af11f

@db-ux/wc-core-components

4.10.1

Patch Changes

  • refactor: enhanced imports matrix and adjusted import path for defineCustomElements example in README - see commit da9e96a

  • refactor: simplify cursor-pointer SCSS mixin for inputs and fix tab-item hover/active states - see commit 17af11f


@db-ux/v-core-components

4.10.1

Patch Changes

  • refactor: simplify cursor-pointer SCSS mixin for inputs and fix tab-item hover/active states - see commit 17af11f

@db-ux/core-components

4.10.1

Patch Changes

  • refactor: simplify cursor-pointer SCSS mixin for inputs and fix tab-item hover/active states - see commit 17af11f

@db-ux/core-foundations

4.10.1

Patch Changes

  • refactor: simplify cursor-pointer SCSS mixin for inputs and fix tab-item hover/active states - see commit 17af11f

@db-ux/core-vite-plugin

4.10.1

version bump


@db-ux/core-stylelint

4.10.1

version bump


@db-ux/core-postcss-plugin

4.10.1

version bump


@db-ux/core-migration

4.10.1

version bump


@db-ux/mcp-server

4.10.1

version bump


@db-ux/core-eslint-plugin

4.10.1

version bump


@db-ux/agent-cli

4.10.1

version bump

v4.10.0-esm

02 Jun 09:12
f121fc3

Choose a tag to compare

v4.10.0-esm Pre-release
Pre-release
Merge branch 'main' into fix-react-esm-import-extensions

v4.10.0

01 Jun 11:47
b12ac4d

Choose a tag to compare

@db-ux/ngx-core-components

4.10.0

Minor Changes

  • feat(DBAccordionItem): add open prop to control the expanded state of an accordion item programmatically. - see commit 8e7c85d

  • refactor(form components): replace hard 25ch label width limit with customizable CSS variable --db-label-max-size (defaults to 100%). To restore the previous behavior, set --db-label-max-size: 25ch; in your project styles. - see commit 08b1234


@db-ux/react-core-components

4.10.0

Minor Changes

  • feat(DBAccordionItem): add open prop to control the expanded state of an accordion item programmatically. - see commit 8e7c85d

  • refactor(form components): replace hard 25ch label width limit with customizable CSS variable --db-label-max-size (defaults to 100%). To restore the previous behavior, set --db-label-max-size: 25ch; in your project styles. - see commit 08b1234


@db-ux/wc-core-components

4.10.0

Minor Changes

  • feat(DBAccordionItem): add open prop to control the expanded state of an accordion item programmatically. - see commit 8e7c85d

  • refactor(form components): replace hard 25ch label width limit with customizable CSS variable --db-label-max-size (defaults to 100%). To restore the previous behavior, set --db-label-max-size: 25ch; in your project styles. - see commit 08b1234

  • feat: add bundled output (bundle/) so the web-components package can be consumed directly via a single script import without a bundler. - see commit 8e7c85d


@db-ux/v-core-components

4.10.0

Minor Changes

  • feat(DBAccordionItem): add open prop to control the expanded state of an accordion item programmatically. - see commit 8e7c85d

  • refactor(form components): replace hard 25ch label width limit with customizable CSS variable --db-label-max-size (defaults to 100%). To restore the previous behavior, set --db-label-max-size: 25ch; in your project styles. - see commit 08b1234


@db-ux/core-components

4.10.0

Minor Changes

  • feat(DBAccordionItem): add open prop to control the expanded state of an accordion item programmatically. - see commit 8e7c85d

  • refactor(form components): replace hard 25ch label width limit with customizable CSS variable --db-label-max-size (defaults to 100%). To restore the previous behavior, set --db-label-max-size: 25ch; in your project styles. - see commit 08b1234


@db-ux/core-vite-plugin

4.10.0

version bump


@db-ux/core-stylelint

4.10.0

version bump


@db-ux/core-postcss-plugin

4.10.0

version bump


@db-ux/core-migration

4.10.0

version bump


@db-ux/mcp-server

4.10.0

version bump


@db-ux/core-foundations

4.10.0

version bump


@db-ux/core-eslint-plugin

4.10.0

version bump


@db-ux/agent-cli

4.10.0

version bump

v4.9.1

22 May 14:02
a098e59

Choose a tag to compare

@db-ux/ngx-core-components

4.9.1

Patch Changes

  • fix(switch): use 2lh unit and add min-inline-size to prevent track from shrinking - see commit 78c9fde

  • fix(notification): remove empty grid gap when icon is hidden - see commit 96f94c6


@db-ux/react-core-components

4.9.1

Patch Changes

  • fix(switch): use 2lh unit and add min-inline-size to prevent track from shrinking - see commit 78c9fde

  • fix(notification): remove empty grid gap when icon is hidden - see commit 96f94c6


@db-ux/wc-core-components

4.9.1

Patch Changes

  • fix(switch): use 2lh unit and add min-inline-size to prevent track from shrinking - see commit 78c9fde

  • fix(notification): remove empty grid gap when icon is hidden - see commit 96f94c6


@db-ux/v-core-components

4.9.1

Patch Changes

  • fix(switch): use 2lh unit and add min-inline-size to prevent track from shrinking - see commit 78c9fde

  • fix(notification): remove empty grid gap when icon is hidden - see commit 96f94c6


@db-ux/core-components

4.9.1

Patch Changes

  • fix(switch): use 2lh unit and add min-inline-size to prevent track from shrinking - see commit 78c9fde

  • fix(notification): remove empty grid gap when icon is hidden - see commit 96f94c6


@db-ux/core-foundations

4.9.1

Patch Changes

  • fix: correct default relative asset base for fonts/icons in build/styles/theme/relative.css and other *relative.css files - see commit f465d98

@db-ux/core-vite-plugin

4.9.1

version bump


@db-ux/core-stylelint

4.9.1

version bump


@db-ux/core-postcss-plugin

4.9.1

version bump


@db-ux/core-migration

4.9.1

version bump


@db-ux/mcp-server

4.9.1

version bump


@db-ux/core-eslint-plugin

4.9.1

version bump


@db-ux/agent-cli

4.9.1

version bump

v4.9.1-esm

22 May 14:20

Choose a tag to compare

v4.9.1-esm Pre-release
Pre-release
test(switch): restore correct screen-reader snapshot for DBSwitch def…

v4.9.0

20 May 13:02
0b51bff

Choose a tag to compare

@db-ux/ngx-core-components

4.9.0

Minor Changes

  • refactor: allow text and children to be used together in components - see commit cecb833:
    • feat: add text property to components that previously only supported children for their label, like e.g. DBTooltip.
    • refactor: allow text property and components children to be used in parallel in components. Previously, text and children were mutually exclusive.
    • refactor(DBRadio, DBCheckbox, DBSwitch): label and children can now be used together. Previously they were mutually exclusive.
    • fix(DBTag): changed render order of children and text to align with design (children rendered before text).

@db-ux/react-core-components

4.9.0

Minor Changes

  • refactor: allow text and children to be used together in components - see commit cecb833:
    • feat: add text property to components that previously only supported children for their label, like e.g. DBTooltip.
    • refactor: allow text property and components children to be used in parallel in components. Previously, text and children were mutually exclusive.
    • refactor(DBRadio, DBCheckbox, DBSwitch): label and children can now be used together. Previously they were mutually exclusive.
    • fix(DBTag): changed render order of children and text to align with design (children rendered before text).

@db-ux/wc-core-components

4.9.0

Minor Changes

  • refactor: allow text and children to be used together in components - see commit cecb833:
    • feat: add text property to components that previously only supported children for their label, like e.g. DBTooltip.
    • refactor: allow text property and components children to be used in parallel in components. Previously, text and children were mutually exclusive.
    • refactor(DBRadio, DBCheckbox, DBSwitch): label and children can now be used together. Previously they were mutually exclusive.
    • fix(DBTag): changed render order of children and text to align with design (children rendered before text).

@db-ux/v-core-components

4.9.0

Minor Changes

  • refactor: allow text and children to be used together in components - see commit cecb833:
    • feat: add text property to components that previously only supported children for their label, like e.g. DBTooltip.
    • refactor: allow text property and components children to be used in parallel in components. Previously, text and children were mutually exclusive.
    • refactor(DBRadio, DBCheckbox, DBSwitch): label and children can now be used together. Previously they were mutually exclusive.
    • fix(DBTag): changed render order of children and text to align with design (children rendered before text).

@db-ux/core-postcss-plugin

4.9.0

Patch Changes

  • fix: color deduplication merging transparent and semi-transparent values with the same hex base into one value - see commit 762297f

@db-ux/core-vite-plugin

4.9.0

version bump


@db-ux/core-stylelint

4.9.0

version bump


@db-ux/core-migration

4.9.0

version bump


@db-ux/mcp-server

4.9.0

version bump


@db-ux/core-foundations

4.9.0

version bump


@db-ux/core-eslint-plugin

4.9.0

version bump


@db-ux/core-components

4.9.0

version bump


@db-ux/agent-cli

4.9.0

version bump

v4.9.0-stencil-bundle

20 May 12:34

Choose a tag to compare

v4.9.0-stencil-bundle Pre-release
Pre-release
Merge remote-tracking branch 'origin/main' into feat-stencil-bundle

# Conflicts:
#	output/angular/CHANGELOG.md
#	output/stencil/CHANGELOG.md
#	output/vue/CHANGELOG.md
#	pnpm-lock.yaml
#	showcases/stencil-showcase/package.json

v4.9.0-1

20 May 11:25
c55de66

Choose a tag to compare

v4.9.0-1 Pre-release
Pre-release

What's Changed

  • chore(deps-dev): bump @types/node from 25.7.0 to 25.8.0 by @dependabot[bot] in #6746
  • fix(pipeline): temporarily deactivate accessibility checker by @mfranzke in #6751

Full Changelog: v4.9.0-0...v4.9.0-1