Releases: db-ux-design-system/core-web
v4.11.0
@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
propertyNameparameter to allgetBooleanAsStringcalls 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
propertyNameparameter to allgetBooleanAsStringcalls 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
propertyNameparameter to allgetBooleanAsStringcalls 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
propertyNameparameter to allgetBooleanAsStringcalls 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
@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
@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
defineCustomElementsexample inREADME- 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
Merge branch 'main' into fix-react-esm-import-extensions
v4.10.0
@db-ux/ngx-core-components
4.10.0
Minor Changes
-
feat(
DBAccordionItem): addopenprop 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 to100%). 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): addopenprop 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 to100%). 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): addopenprop 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 to100%). 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): addopenprop 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 to100%). 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): addopenprop 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 to100%). 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
@db-ux/ngx-core-components
4.9.1
Patch Changes
-
fix(switch): use
2lhunit and addmin-inline-sizeto 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
2lhunit and addmin-inline-sizeto 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
2lhunit and addmin-inline-sizeto 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
2lhunit and addmin-inline-sizeto 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
2lhunit and addmin-inline-sizeto 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.cssand other*relative.cssfiles - 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
test(switch): restore correct screen-reader snapshot for DBSwitch def…
v4.9.0
@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
textproperty to components that previously only supported children for their label, like e.g.DBTooltip. - refactor: allow
textproperty and components children to be used in parallel in components. Previously,textand children were mutually exclusive. - refactor(
DBRadio,DBCheckbox,DBSwitch):labelandchildrencan now be used together. Previously they were mutually exclusive. - fix(
DBTag): changed render order ofchildrenandtextto align with design (children rendered before text).
- feat: add
@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
textproperty to components that previously only supported children for their label, like e.g.DBTooltip. - refactor: allow
textproperty and components children to be used in parallel in components. Previously,textand children were mutually exclusive. - refactor(
DBRadio,DBCheckbox,DBSwitch):labelandchildrencan now be used together. Previously they were mutually exclusive. - fix(
DBTag): changed render order ofchildrenandtextto align with design (children rendered before text).
- feat: add
@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
textproperty to components that previously only supported children for their label, like e.g.DBTooltip. - refactor: allow
textproperty and components children to be used in parallel in components. Previously,textand children were mutually exclusive. - refactor(
DBRadio,DBCheckbox,DBSwitch):labelandchildrencan now be used together. Previously they were mutually exclusive. - fix(
DBTag): changed render order ofchildrenandtextto align with design (children rendered before text).
- feat: add
@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
textproperty to components that previously only supported children for their label, like e.g.DBTooltip. - refactor: allow
textproperty and components children to be used in parallel in components. Previously,textand children were mutually exclusive. - refactor(
DBRadio,DBCheckbox,DBSwitch):labelandchildrencan now be used together. Previously they were mutually exclusive. - fix(
DBTag): changed render order ofchildrenandtextto align with design (children rendered before text).
- feat: add
@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
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
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 checkerby @mfranzke in #6751
Full Changelog: v4.9.0-0...v4.9.0-1