Skip to content

v5.3.0

Latest

Choose a tag to compare

@dbux-auto-merge-pr dbux-auto-merge-pr released this 03 Sep 08:05
· 34 commits to main since this release
c3ea71c

@db-ux/ngx-core-components

5.3.0

Minor Changes

  • feat: introduce control-panel shell architecture (deprecates DBPage, DBHeader, DBBrand, DBNavigation, DBNavigationItem) - see commit eafd85b:

    • New DBShell component (deprecates DBPage)
    • New DBControlPanelDesktop and DBControlPanelMobile (deprecates DBHeader)
    • New DBControlPanelBrand (deprecates DBBrand)
    • New DBControlPanelNavigation (deprecates DBNavigation)
    • New DBControlPanelNavigationItem (deprecates DBNavigationItem)
    • New DBControlPanelNavigationItemGroup for sub-navigation
    • New DBShellContent component for main content area
    • New DBShellSubNavigation for secondary navigation panels
    • New DBControlPanelMeta, DBControlPanelActions1, DBControlPanelActions2 slot components
    • New DBControlPanelFlatIcon for collapsed icon-only navigation
  • feat: add logo token variables - see commit eafd85b:

    • Providing --db-logo-url, --db-logo-aspect-ratio, --db-logo-url-short, and --db-logo-aspect-ratio-short tokens.

Patch Changes

  • fix(DBSelect): keep the user's selection when validation runs on input - see commit 86d0feb:

    • A browser dispatches input and change for a select in separate tasks. DBSelect validated synchronously on input, which changed internal state and triggered a re-render while the controlled value was still the previous one. Because React re-applies the value on every commit of a select, that re-render discarded the selection before change was dispatched — so controlled required selects never received the new value. Validation now runs once the value has been propagated.
  • fix(DBSwitch): icon no longer bleeds through a closed popover - see commit 6d4deb5


@db-ux/react-core-components

5.3.0

Minor Changes

  • feat: introduce control-panel shell architecture (deprecates DBPage, DBHeader, DBBrand, DBNavigation, DBNavigationItem) - see commit eafd85b:

    • New DBShell component (deprecates DBPage)
    • New DBControlPanelDesktop and DBControlPanelMobile (deprecates DBHeader)
    • New DBControlPanelBrand (deprecates DBBrand)
    • New DBControlPanelNavigation (deprecates DBNavigation)
    • New DBControlPanelNavigationItem (deprecates DBNavigationItem)
    • New DBControlPanelNavigationItemGroup for sub-navigation
    • New DBShellContent component for main content area
    • New DBShellSubNavigation for secondary navigation panels
    • New DBControlPanelMeta, DBControlPanelActions1, DBControlPanelActions2 slot components
    • New DBControlPanelFlatIcon for collapsed icon-only navigation
  • feat: add logo token variables - see commit eafd85b:

    • Providing --db-logo-url, --db-logo-aspect-ratio, --db-logo-url-short, and --db-logo-aspect-ratio-short tokens.

Patch Changes

  • fix(DBSelect): keep the user's selection when validation runs on input - see commit 86d0feb:

    • A browser dispatches input and change for a select in separate tasks. DBSelect validated synchronously on input, which changed internal state and triggered a re-render while the controlled value was still the previous one. Because React re-applies the value on every commit of a select, that re-render discarded the selection before change was dispatched — so controlled required selects never received the new value. Validation now runs once the value has been propagated.
  • fix(DBSwitch): icon no longer bleeds through a closed popover - see commit 6d4deb5


@db-ux/wc-core-components

5.3.0

Minor Changes

  • feat: introduce control-panel shell architecture (deprecates DBPage, DBHeader, DBBrand, DBNavigation, DBNavigationItem) - see commit eafd85b:

    • New DBShell component (deprecates DBPage)
    • New DBControlPanelDesktop and DBControlPanelMobile (deprecates DBHeader)
    • New DBControlPanelBrand (deprecates DBBrand)
    • New DBControlPanelNavigation (deprecates DBNavigation)
    • New DBControlPanelNavigationItem (deprecates DBNavigationItem)
    • New DBControlPanelNavigationItemGroup for sub-navigation
    • New DBShellContent component for main content area
    • New DBShellSubNavigation for secondary navigation panels
    • New DBControlPanelMeta, DBControlPanelActions1, DBControlPanelActions2 slot components
    • New DBControlPanelFlatIcon for collapsed icon-only navigation
  • feat: add logo token variables - see commit eafd85b:

    • Providing --db-logo-url, --db-logo-aspect-ratio, --db-logo-url-short, and --db-logo-aspect-ratio-short tokens.

Patch Changes

  • fix(DBSelect): keep the user's selection when validation runs on input - see commit 86d0feb:

    • A browser dispatches input and change for a select in separate tasks. DBSelect validated synchronously on input, which changed internal state and triggered a re-render while the controlled value was still the previous one. Because React re-applies the value on every commit of a select, that re-render discarded the selection before change was dispatched — so controlled required selects never received the new value. Validation now runs once the value has been propagated.
  • fix(DBSwitch): icon no longer bleeds through a closed popover - see commit 6d4deb5


@db-ux/v-core-components

5.3.0

Minor Changes

  • feat: introduce control-panel shell architecture (deprecates DBPage, DBHeader, DBBrand, DBNavigation, DBNavigationItem) - see commit eafd85b:

    • New DBShell component (deprecates DBPage)
    • New DBControlPanelDesktop and DBControlPanelMobile (deprecates DBHeader)
    • New DBControlPanelBrand (deprecates DBBrand)
    • New DBControlPanelNavigation (deprecates DBNavigation)
    • New DBControlPanelNavigationItem (deprecates DBNavigationItem)
    • New DBControlPanelNavigationItemGroup for sub-navigation
    • New DBShellContent component for main content area
    • New DBShellSubNavigation for secondary navigation panels
    • New DBControlPanelMeta, DBControlPanelActions1, DBControlPanelActions2 slot components
    • New DBControlPanelFlatIcon for collapsed icon-only navigation
  • feat: add logo token variables - see commit eafd85b:

    • Providing --db-logo-url, --db-logo-aspect-ratio, --db-logo-url-short, and --db-logo-aspect-ratio-short tokens.

Patch Changes

  • fix(DBSelect): keep the user's selection when validation runs on input - see commit 86d0feb:

    • A browser dispatches input and change for a select in separate tasks. DBSelect validated synchronously on input, which changed internal state and triggered a re-render while the controlled value was still the previous one. Because React re-applies the value on every commit of a select, that re-render discarded the selection before change was dispatched — so controlled required selects never received the new value. Validation now runs once the value has been propagated.
  • fix(DBSwitch): icon no longer bleeds through a closed popover - see commit 6d4deb5


@db-ux/core-components

5.3.0

Minor Changes

  • feat: introduce control-panel shell architecture (deprecates DBPage, DBHeader, DBBrand, DBNavigation, DBNavigationItem) - see commit eafd85b:

    • New DBShell component (deprecates DBPage)
    • New DBControlPanelDesktop and DBControlPanelMobile (deprecates DBHeader)
    • New DBControlPanelBrand (deprecates DBBrand)
    • New DBControlPanelNavigation (deprecates DBNavigation)
    • New DBControlPanelNavigationItem (deprecates DBNavigationItem)
    • New DBControlPanelNavigationItemGroup for sub-navigation
    • New DBShellContent component for main content area
    • New DBShellSubNavigation for secondary navigation panels
    • New DBControlPanelMeta, DBControlPanelActions1, DBControlPanelActions2 slot components
    • New DBControlPanelFlatIcon for collapsed icon-only navigation
  • feat: add logo token variables - see commit eafd85b:

    • Providing --db-logo-url, --db-logo-aspect-ratio, --db-logo-url-short, and --db-logo-aspect-ratio-short tokens.

Patch Changes


@db-ux/core-eslint-plugin

5.3.0

Minor Changes

  • feat: add control-panel-mobile-burger-menu-label-required rule to recommended preset, replacing header-burger-menu-label-required for the new control-panel architecture - see commit eafd85b:
    • The legacy header-burger-menu-label-required rule remains available for consumers still using DBHeader.

@db-ux/core-foundations

5.3.0

Minor Changes

  • feat: add logo token variables - see commit eafd85b:
    • Providing --db-logo-url, --db-logo-aspect-ratio, --db-logo-url-short, and --db-logo-aspect-ratio-short tokens.

@db-ux/core-vite-plugin

5.3.0

version bump


@db-ux/core-stylelint

5.3.0

version bump


@db-ux/core-postcss-plugin

5.3.0

version bump


@db-ux/mcp-server

5.3.0

version bump


@db-ux/agent-cli

5.3.0

version bump