Skip to content

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

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

v4.5.3

09 Mar 11:03
a57e719

Choose a tag to compare

@db-ux/agent-cli

4.5.3

Patch Changes

  • fix(agent-cli): add pnpm compatibility by following symlinks in node_modules - see commit 28606fd

@db-ux/core-stylelint

4.5.3

Patch Changes

  • fix: issue with border rules not showing error for border-top, border-block-start etc. - see commit 25bf2db

@db-ux/core-migration

4.5.3

version bump


@db-ux/core-foundations

4.5.3

version bump


@db-ux/core-eslint-plugin

4.5.3

version bump


@db-ux/core-components

4.5.3

version bump


@db-ux/v-core-components

4.5.3

version bump


@db-ux/wc-core-components

4.5.3

version bump


@db-ux/react-core-components

4.5.3

version bump


@db-ux/ngx-core-components

4.5.3

version bump

v4.5.2-clean-up-CSS-Custom-Properties

08 Mar 07:31
ce80a3d

Choose a tag to compare

Pre-release

What's Changed

  • refactor: clean-up CSS Custom Properties by @mfranzke in #6264
  • fix: resolve border rule errors for various border properties by @nmerget in #6228

Full Changelog: v4.5.2...v4.5.2-clean-up-CSS-Custom-Properties

v4.5.2

04 Mar 08:17
dfe5b68

Choose a tag to compare

@db-ux/ngx-core-components

4.5.2

Patch Changes

  • fix: issue with wrong size for DBCustomButton using noText property - see commit 1c9ccd4

@db-ux/react-core-components

4.5.2

Patch Changes

  • fix: issue with wrong size for DBCustomButton using noText property - see commit 1c9ccd4

@db-ux/wc-core-components

4.5.2

Patch Changes

  • fix: issue with wrong size for DBCustomButton using noText property - see commit 1c9ccd4

@db-ux/v-core-components

4.5.2

Patch Changes

  • fix: issue with wrong size for DBCustomButton using noText property - see commit 1c9ccd4

@db-ux/core-components

4.5.2

Patch Changes

  • fix: issue with wrong size for DBCustomButton using noText property - see commit 1c9ccd4

@db-ux/core-stylelint

4.5.2

version bump


@db-ux/core-migration

4.5.2

version bump


@db-ux/core-foundations

4.5.2

version bump


@db-ux/core-eslint-plugin

4.5.2

version bump


@db-ux/agent-cli

4.5.2

version bump

v4.5.2-0

03 Mar 06:35
eff2227

Choose a tag to compare

v4.5.2-0 Pre-release
Pre-release

What's Changed

testing the current release process

Full Changelog: v4.5.1...v4.5.2-0

v4.5.2-agent-cli-pnpm-compatibility

02 Mar 18:32
ebd2994

Choose a tag to compare

Pre-release

What's Changed

trying out the work out of PR #5214

Full Changelog: v4.3.0...v4.5.2-agent-cli-pnpm-compatibility

v4.5.1

02 Mar 15:33
06419ea

Choose a tag to compare

@db-ux/ngx-core-components

4.5.1

Patch Changes

  • fix: issue with DBButton noText and width="full" not having fixed size - see commit bc81b40

  • fix: issue with hover state when using DBPopover/Tooltip with animation - see commit bc4801b

  • fix: Add null guard in floating-components.ts to prevent errors when element or parent is null inside tests. - see commit ac50f97

  • fix: issue with DBCustomSelect inside DBDrawer (or other <dialog> based) components, which has a problem with top-layer and focus - see commit 6547ada

  • fix(input type="date"): wrong padding and color for successful and critical state - see commit 4f3db42


@db-ux/react-core-components

4.5.1

Patch Changes

  • fix: issue with DBButton noText and width="full" not having fixed size - see commit bc81b40

  • fix: issue with hover state when using DBPopover/Tooltip with animation - see commit bc4801b

  • fix: Add null guard in floating-components.ts to prevent errors when element or parent is null inside tests. - see commit ac50f97

  • fix: issue with DBCustomSelect inside DBDrawer (or other <dialog> based) components, which has a problem with top-layer and focus - see commit 6547ada

  • fix(input type="date"): wrong padding and color for successful and critical state - see commit 4f3db42


@db-ux/wc-core-components

4.5.1

Patch Changes

  • fix: issue with DBButton noText and width="full" not having fixed size - see commit bc81b40

  • fix: issue with hover state when using DBPopover/Tooltip with animation - see commit bc4801b

  • fix: Add null guard in floating-components.ts to prevent errors when element or parent is null inside tests. - see commit ac50f97

  • fix: issue with DBCustomSelect inside DBDrawer (or other <dialog> based) components, which has a problem with top-layer and focus - see commit 6547ada

  • fix(input type="date"): wrong padding and color for successful and critical state - see commit 4f3db42


@db-ux/v-core-components

4.5.1

Patch Changes

  • fix: issue with DBButton noText and width="full" not having fixed size - see commit bc81b40

  • fix: issue with hover state when using DBPopover/Tooltip with animation - see commit bc4801b

  • fix: Add null guard in floating-components.ts to prevent errors when element or parent is null inside tests. - see commit ac50f97

  • fix: issue with DBCustomSelect inside DBDrawer (or other <dialog> based) components, which has a problem with top-layer and focus - see commit 6547ada

  • fix(input type="date"): wrong padding and color for successful and critical state - see commit 4f3db42


@db-ux/core-components

4.5.1

Patch Changes

  • fix: issue with DBButton noText and width="full" not having fixed size - see commit bc81b40

  • fix: issue with hover state when using DBPopover/Tooltip with animation - see commit bc4801b

  • fix: issue with DBCustomSelect inside DBDrawer (or other <dialog> based) components, which has a problem with top-layer and focus - see commit 6547ada

  • fix(input type="date"): wrong padding and color for successful and critical state - see commit 4f3db42


@db-ux/core-eslint-plugin

4.5.0

Patch Changes


@db-ux/core-foundations

4.5.1

Patch Changes

  • fix: issue with hover state when using DBPopover/Tooltip with animation - see commit bc4801b

@db-ux/core-stylelint

4.5.1

Patch Changes


@db-ux/core-migration

4.5.1

version bump


@db-ux/agent-cli

4.5.1

version bump

v4.5.0

24 Feb 16:00
8c53c8d

Choose a tag to compare

@db-ux/ngx-core-components

4.5.0

Minor Changes

  • feat: add wrap property for possible inline components (badge, button, infotext, tooltip) besides link and navigation-item, which already have the wrap property - see commit c08970c

  • feat: add propOverrides property for components to provide a possibility for avoiding duplicated id property on Angular and Web Components - see commit 9720ebb

  • feat: add DBCustomButton for development to style <a> or <label><input/> children - see commit a50323b


@db-ux/react-core-components

4.5.0

Minor Changes

  • feat: add wrap property for possible inline components (badge, button, infotext, tooltip) besides link and navigation-item, which already have the wrap property - see commit c08970c

  • feat: add propOverrides property for components to provide a possibility for avoiding duplicated id property on Angular and Web Components - see commit 9720ebb

  • feat: add DBCustomButton for development to style <a> or <label><input/> children - see commit a50323b


@db-ux/wc-core-components

4.5.0

Minor Changes

  • feat: add wrap property for possible inline components (badge, button, infotext, tooltip) besides link and navigation-item, which already have the wrap property - see commit c08970c

  • feat: add propOverrides property for components to provide a possibility for avoiding duplicated id property on Angular and Web Components - see commit 9720ebb

  • feat: add DBCustomButton for development to style <a> or <label><input/> children - see commit a50323b


@db-ux/v-core-components

4.5.0

Minor Changes

  • feat: add wrap property for possible inline components (badge, button, infotext, tooltip) besides link and navigation-item, which already have the wrap property - see commit c08970c

  • feat: add propOverrides property for components to provide a possibility for avoiding duplicated id property on Angular and Web Components - see commit 9720ebb

  • feat: add DBCustomButton for development to style <a> or <label><input/> children - see commit a50323b


@db-ux/core-components

4.5.0

Minor Changes

  • feat: add wrap property for possible inline components (badge, button, infotext, tooltip) besides link and navigation-item, which already have the wrap property - see commit c08970c

  • feat: add DBCustomButton for development to style <a> or <label><input/> children - see commit a50323b


@db-ux/core-eslint-plugin

4.5.0

Patch Changes


@db-ux/core-stylelint

4.5.0

Minor Changes

  • feat: add db-ux/use-sizing rule for @db-ux/core-stylelint node package, checking for height, width, block-size etc. - see commit e2ebb4f

@db-ux/core-migration

4.5.0

version bump


@db-ux/core-foundations

4.5.0

version bump


@db-ux/agent-cli

4.5.0

version bump

v4.4.3

19 Feb 07:16
cabec53

Choose a tag to compare

@db-ux/ngx-core-components

4.4.3

Patch Changes

  • fix: icon color for DBTag with semantic property set - see commit 89c4ad7

  • fix: issue with DBCustomSelect not working properly with customValidity="no-validation" - see commit 758ecb9

  • fix: issue with floating-components (tooltip, popover, etc.) inside other absolute or fixed elements - see commit e6d934f


@db-ux/react-core-components

4.4.3

Patch Changes

  • fix: icon color for DBTag with semantic property set - see commit 89c4ad7

  • fix: issue with DBCustomSelect not working properly with customValidity="no-validation" - see commit 758ecb9

  • fix: issue with floating-components (tooltip, popover, etc.) inside other absolute or fixed elements - see commit e6d934f


@db-ux/wc-core-components

4.4.3

Patch Changes

  • fix: icon color for DBTag with semantic property set - see commit 89c4ad7

  • fix: issue with DBCustomSelect not working properly with customValidity="no-validation" - see commit 758ecb9

  • fix: issue with floating-components (tooltip, popover, etc.) inside other absolute or fixed elements - see commit e6d934f


@db-ux/v-core-components

4.4.3

Patch Changes

  • fix: icon color for DBTag with semantic property set - see commit 89c4ad7

  • fix: issue with DBCustomSelect not working properly with customValidity="no-validation" - see commit 758ecb9

  • fix: issue with floating-components (tooltip, popover, etc.) inside other absolute or fixed elements - see commit e6d934f


@db-ux/core-components

4.4.3

Patch Changes

  • fix: icon color for DBTag with semantic property set - see commit 89c4ad7

  • fix: issue with DBCustomSelect not working properly with customValidity="no-validation" - see commit 758ecb9

  • fix: issue with floating-components (tooltip, popover, etc.) inside other absolute or fixed elements - see commit e6d934f


@db-ux/core-stylelint

4.4.3

Patch Changes

  • refactor: added acceptable values (transparent and currentcolor) for border declarations - see commit 4f58e98

@db-ux/core-migration

4.4.3

version bump


@db-ux/core-foundations

4.4.3

version bump


@db-ux/agent-cli

4.4.3

version bump

v4.4.2-eslint-plugin2

13 Feb 09:50

Choose a tag to compare

v4.4.2-eslint-plugin2 Pre-release
Pre-release
fix: issue with test