Skip to content

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

v4.0.2

17 Oct 14:30
395f8d6

Choose a tag to compare

@db-ux/core-stylelint

4.0.2

version bump


@db-ux/core-migration

4.0.2

version bump


@db-ux/core-foundations

4.0.2

Patch Changes

  • chore: update instructions files for better copilot outputs - see commit e4bc905:

    • fix: add some missing variables
  • fix(tailwind): add individual color theme files for all color variants - see commit e8d58bd:

    • Create separate CSS files for each color
    • Move colors.css to colors/ subdirectory with adaptive theme
    • Add colors/index.css that imports all color variants
    • Update theme/index.css to import from colors/index.css
      • burgundy
      • critical
      • cyan
      • green
      • informational
      • light-green
      • neutral
      • orange
      • pink
      • red
      • successful
      • turquoise
      • violet
      • warning
      • yellow

@db-ux/core-components

4.0.2

Patch Changes

  • chore: update instructions files for better copilot outputs - see commit e4bc905:

    • fix: add some missing variables
  • fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - see commit 34c78df

  • Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - see commit 2a02263


@db-ux/agent-cli

4.0.2

Patch Changes

  • chore: update instructions files for better copilot outputs - see commit e4bc905:
    • fix: add some missing variables

v4.0.1-1

16 Oct 06:23
540218c

Choose a tag to compare

v4.0.1-1 Pre-release
Pre-release

What's Changed

  • refactor(switch): aligned figma code docs by @mfranzke in #5239
  • docs: Rename variant names: removing 'Label' for data-input components by @leape in #5198
  • chore: update _instructions.md files for better copilot outputs by @nmerget in #5197
  • fix: set border- and label-color for in/valid state of select, textarea, custom select and input by @michaelmkraus in #4258
  • fix(docs): spelling of 'Closable' in notification.json by @mfranzke in #5273

Full Changelog: v4.0.1...v4.0.1-1

v4.0.1-0

16 Oct 05:30
540218c

Choose a tag to compare

v4.0.1-0 Pre-release
Pre-release

What's Changed

  • refactor(switch): aligned figma code docs by @mfranzke in #5239
  • docs: Rename variant names: removing 'Label' for data-input components by @leape in #5198
  • chore: update _instructions.md files for better copilot outputs by @nmerget in #5197
  • fix: set border- and label-color for in/valid state of select, textarea, custom select and input by @michaelmkraus in #4258

Full Changelog: v4.0.1...v4.0.1-0

v4.0.1

15 Oct 13:46
2568dc3

Choose a tag to compare

@db-ux/core-foundations

4.0.1

Patch Changes


@db-ux/core-stylelint

4.0.1

version bump


@db-ux/core-migration

4.0.1

version bump


@db-ux/core-components

4.0.1

version bump


@db-ux/agent-cli

4.0.1

version bump

v4.0.0

14 Oct 14:55
138055c

Choose a tag to compare

@db-ux/core-components

4.0.0

Major Changes

  • feat: Switch stable rework - see commit cb2deb0:

    • BREAKING CHANGE: remove emphasis property
    • introduce validation (invalid and valid)
    • configurable label position
  • BREAKING CHANGE: refactor(Custom Select): renamed ariaListLabel property to listLabel - see commit 966d5ad


@db-ux/core-stylelint

4.0.0

version bump


@db-ux/core-migration

4.0.0

version bump


@db-ux/core-foundations

4.0.0

version bump


@db-ux/agent-cli

4.0.0

version bump

v3.1.20

13 Oct 06:14
15ff5cf

Choose a tag to compare

@db-ux/core-components

3.1.20

Patch Changes

  • fix(input): iOS Safari VoiceOver bug for types date, datetime-local, week, month, time and color - see commit 2ca96c8

@db-ux/core-stylelint

3.1.20

version bump


@db-ux/core-migration

3.1.20

version bump


@db-ux/core-foundations

3.1.20

version bump


@db-ux/agent-cli

3.1.20

version bump

v3.1.19

10 Oct 07:03
95540ee

Choose a tag to compare

@db-ux/core-foundations

3.1.19

Patch Changes


@db-ux/core-stylelint

3.1.19

version bump


@db-ux/core-migration

3.1.19

version bump


@db-ux/core-components

3.1.19

version bump


@db-ux/agent-cli

3.1.19

version bump

v3.1.18

09 Oct 06:47
ffbf2c5

Choose a tag to compare

@db-ux/core-foundations

3.1.18

Patch Changes

  • enabled @db-ux/agent-cli for every package - see commit 0233048:
    • auto-generate/auto-update .github/copilot-instructions.md, to ensure GitHub Copilot uses DB UX Components for code generation

@db-ux/core-components

3.1.18

Patch Changes

  • fix(DBTabs): ensure navigation arrows appear correctly on window resize - see commit 4e65e00:

    • This update resolves an issue where navigation arrows in DBTabs would not appear or update correctly when the window was resized. The component now properly responds to resize events, ensuring arrows are always shown or hidden as needed.
  • fix(select): jumping placeholder for label above - see commit 7ed8d22

  • enabled @db-ux/agent-cli for every package - see commit 0233048:

    • auto-generate/auto-update .github/copilot-instructions.md, to ensure GitHub Copilot uses DB UX Components for code generation

@db-ux/agent-cli

3.1.18

Patch Changes

  • enabled @db-ux/agent-cli for every package - see commit 0233048:
    • auto-generate/auto-update .github/copilot-instructions.md, to ensure GitHub Copilot uses DB UX Components for code generation

@db-ux/core-stylelint

3.1.18

version bump


@db-ux/core-migration

3.1.18

version bump

v3.1.17

02 Oct 17:34
f0ef994

Choose a tag to compare

@db-ux/core-components

3.1.17

Patch Changes

  • 0c20c00: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
  • 0c20c00: refactor: enabling hidden HTML attribute in every context in which we need to set overwriting styling declarations (display)

@db-ux/v-core-components

3.1.17

Patch Changes

  • 0c20c00: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
  • 0c20c00: refactor: enabling hidden HTML attribute in every context in which we need to set overwriting styling declarations (display)
  • Updated dependencies [0c20c00]
  • Updated dependencies [0c20c00]

@db-ux/wc-core-components

3.1.17

Patch Changes

  • 0c20c00: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
  • 0c20c00: refactor: enabling hidden HTML attribute in every context in which we need to set overwriting styling declarations (display)
  • Updated dependencies [0c20c00]
  • Updated dependencies [0c20c00]

@db-ux/react-core-components

3.1.17

Patch Changes

  • 0c20c00: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
  • 0c20c00: refactor: enabling hidden HTML attribute in every context in which we need to set overwriting styling declarations (display)
  • Updated dependencies [0c20c00]
  • Updated dependencies [0c20c00]

@db-ux/ngx-core-components

3.1.17

Patch Changes

  • 0c20c00: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
  • 0c20c00: refactor: enabling hidden HTML attribute in every context in which we need to set overwriting styling declarations (display)
  • Updated dependencies [0c20c00]
  • Updated dependencies [0c20c00]

@db-ux/core-stylelint

3.1.17

version bump


@db-ux/core-migration

3.1.17

version bump


@db-ux/core-foundations

3.1.17

version bump

v3.1.16

01 Oct 14:43
ce29f90

Choose a tag to compare

@db-ux/core-components

3.1.16

Patch Changes

  • a28eb71: fix(custom-select): keyboard navigation for option groups in single-select mode:
    • Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
    • Now, all options are accessible via keyboard regardless of group boundaries.
  • a28eb71: fix: JS framework core-components packages are missing @db-ux dependencies

@db-ux/v-core-components

3.1.16

Patch Changes

  • a28eb71: fix(custom-select): keyboard navigation for option groups in single-select mode:
    • Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
    • Now, all options are accessible via keyboard regardless of group boundaries.
  • a28eb71: fix: JS framework core-components packages are missing @db-ux dependencies
  • Updated dependencies [a28eb71]
  • Updated dependencies [a28eb71]

@db-ux/wc-core-components

3.1.16

Patch Changes

  • a28eb71: fix(custom-select): keyboard navigation for option groups in single-select mode:
    • Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
    • Now, all options are accessible via keyboard regardless of group boundaries.
  • a28eb71: fix: JS framework core-components packages are missing @db-ux dependencies
  • Updated dependencies [a28eb71]
  • Updated dependencies [a28eb71]

@db-ux/react-core-components

3.1.16

Patch Changes

  • a28eb71: fix(custom-select): keyboard navigation for option groups in single-select mode:
    • Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
    • Now, all options are accessible via keyboard regardless of group boundaries.
  • a28eb71: fix: JS framework core-components packages are missing @db-ux dependencies
  • Updated dependencies [a28eb71]
  • Updated dependencies [a28eb71]

@db-ux/ngx-core-components

3.1.16

Patch Changes

  • a28eb71: fix(custom-select): keyboard navigation for option groups in single-select mode:
    • Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
    • Now, all options are accessible via keyboard regardless of group boundaries.
  • a28eb71: fix: JS framework core-components packages are missing @db-ux dependencies
  • Updated dependencies [a28eb71]
  • Updated dependencies [a28eb71]

@db-ux/core-stylelint

3.1.16

version bump


@db-ux/core-migration

3.1.16

version bump


@db-ux/core-foundations

3.1.16

version bump