Change log v0.45.4 (2025-12-02)
  • Fix: File upload error type export fix
v0.45.3 (2025-11-25)
  • Fix: Callout action slot handling
  • Fix: Callout styling fix
  • Fix: Snackbar styling fix and examples
  • Fix: Changed Input component custom border and background css properties to more generic, shortcut values can be used for the border and background color
    • example: --dds-input-background-color: var(--dds-brand-500); must be replaced with --dds-input-background: var(--dds-brand-500);
    • example: --dds-input-border-color: var(--dds-brand-500); must be replaced with --dds-input-border: 1px solidvar(--dds-brand-500);
v0.45.2 (2025-11-24)
  • Fix: React event export intellisense fix
v0.45.0 (2025-11-20) v0.44.10 (2025-11-20)
  • Fix: File input per file filesize error handling
v0.44.9 (2025-11-20) v0.44.8 (2025-11-19)
  • Fix: Synchronize file input events
v0.44.7 (2025-11-19)
  • Fix: Datepicker and calendar maxDate and minDate handling
v0.44.6 (2025-11-19)
  • Fix: Relative font export path handling
v0.44.5 (2025-11-18)
  • Fix: Datepicker binding data handling
v0.44.4 (2025-11-17)
  • Fix: File input file changes event type and props
v0.44.3 (2025-11-17)
  • Feat: File input file changes can be canceled in the dds-file-change event
v0.44.2 (2025-11-14)
  • Fix: Stack component default display is block
v0.44.1 (2025-11-13)
  • Fix: Calendar and Datepicker attributes handling
v0.44.0 (2025-11-13) v0.43.3 (2025-11-12)
  • Fix: Combobox selection change event values
v0.43.2 (2025-10-30)
  • Improvement: Optimized bundle sizes a bit more
  • New Timpicker features here
  • New Spinner features here
v0.43.1 (2025-10-29)
  • Feat: Added new import paths, check the import docs for more information

The import paths have changed from v0.43.0. You no longer need to use the dist folder in your import paths. Check the import docs for the new import paths. Use the subpath imports like dap-design-system/components and dap-design-system/icons instead of paths that include /dist/. For the styles, you have to use the subpath imports like dap-design-system/styles/light.theme.css and dap-design-system/styles/components.native.css instead of paths that include /dist/.

v0.42.0 (2025-10-28) v0.41.0 (2025-10-27) v0.40.3 (2025-10-21)
  • Improvement: Automatic inverted focus color handling in buttons/links
v0.40.1 (2025-10-20)
  • Fix: Combobox / Select component custom 'open' indicator icon
v0.39.20 (2025-10-16)
  • Improvement: Add automatic target="_blank" handling to link components, for better screenreader support
  • Fix: Removed unecessary typography "bodyAs" attribute if not used
v0.39.19 (2025-10-14)
  • Fix: Tooltip wrong arrowstyle on autoamtic arrange
  • Fix: File input list item "showFileSize" attribute fix
v0.39.17 (2025-10-14)
  • Fix: File input list item event emit
v0.39.16 (2025-10-13)
  • Feat: Added file input list item options
v0.39.13 (2025-09-24)
  • Fix: Callout component border color mismatch
v0.39.11 (2025-09-16)
  • Fix: File input error message amount fix
  • Chore: Removed console logs
v0.39.10 (2025-09-15)
  • Fix: Combobox automatically opens on certain frameworks fix
v0.39.7 (2025-09-10)
  • Fix: File input size error message file size fix bytes to mb
v0.39.6 (2025-09-09)
  • Fix: File input more verbose error messages
  • Fix: File input error message props
v0.39.3 (2025-08-27)
  • Fix: Combobox clear icon position
  • Timepicker: translations
v0.39.2 (2025-08-27)
  • Fix: Form components info button positions
  • Fix: Feedback component positions
  • Feat: Sidenav component size variants xs, sm, xl
v0.39.0 (2025-08-27)
  • Feat: Timepicker component
  • Fix: Combobox and Select initial and controlled value handling
v0.38.32
  • Fix: Datepicker datetime validation, more strict
  • Fix: Combobbox and Select component manual value triggers
  • Fix: Label info icon wrong position
  • Feat: SideNav size variants
v0.38.31
  • Fix: Combobox clear function fix
v0.38.30
  • Feat: Choice fields readonly handling
  • Fix: Input component postfix render
v0.38.29
  • Fix: Combobox, Datepicker readonly styles
  • Feat: Datatable empty and table loading state options
v0.38.22
  • Fix:Modal and Tray cancelable event handling
v0.38.21
  • Fix: Command focus out scroll fix
v0.38.20
  • Fix: Dropdown list option small size wrap fix
v0.38.17
  • Search component default value handling
v0.38.16
  • Fix: Accordion focus ring
  • Fix: Breadcrumb focus ring and inverted colors
  • Fix: Official banner focus colors
V0.38.2 (2025-08-01) V0.38.1 (2025-07-08)
  • Fix: Number input thousand separator handling
  • Docs: Add improved docs
V0.38.0 (2025-07-07)
  • Feat: Skeleton component
  • Fix: Icons and divider default aria hidden
  • Docs: Checkbox, Radio, Switch advanced docs
V0.37.0 (2025-07-01)
  • Feat: Navigation menu component beta
  • Docs: Lot of new docs
V0.36.10 (2025-06-23)
  • Fix: Tray component invisible blank space on the page sides
  • Fix: Radio group controlled value handling
  • Fix: IconButton icon size Fix
  • Fix: Divider collison with Tailwind fix
  • Fix: Callout component lot of new custom css properties
V0.36.9 (2025-06-22)
  • Fix: Edit icon export type
V0.36.8 (2025-06-22)
  • Refactor button component, add new docs
  • Refactor badge component, add new docs
  • Refactor accordion component, add new docs
  • Refactor avatar component, add new docs
V0.36.7 (2025-06-19)
  • Fix: Radio button screenreader fix on Firefox
  • Modal: wrong aria-label condition
  • Fully refactored Calendar component
  • Refactored File input component, new events, better error handlling, new props
  • Button: subtle-quiet-inverted variant
  • DAP badge color fixes, larger variant
V0.36.5 (2025-06-12)
  • Feat: Add new button style 'subtle-quiet'
  • Fix: DAP Badge styles, variants, sizes
V0.36.3 (2025-06-11)
  • Fix: SideNavItem component, remove click handler because it causes page reload
V0.36.0 (2025-06-10)
  • Feat: Add Official Government Website Banner accordion component
V0.35.27 (2025-06-06)
  • Fix: Tooltip "status" role
V0.35.22 (2025-05-21)
  • Fix: Checkbox colors
  • Fix: Card component style references and variables
  • Fix: Avatar default display prop
V0.35.21 (2025-05-07)
  • Fix: Modal component Safari browser sizing
V0.35.20 (2025-05-05)
  • Fix: Number input export type
V0.35.18 (2025-05-05)
  • Fix: Modal aria hidden typo
  • Datepicker manual input handling
V0.35.17 (2025-04-29)
  • Fix: Modal hidden on close state
V0.35.16 (2025-04-29)
  • Fix: Fix number input keyboard handling
  • Fix: Fix datapicker manual input handling
V0.35.15 (2025-04-29)
  • Add correct aria roles to feedbacks
V0.35.12 (2025-04-28)
  • Fix: Add missing focus handling to interactive components
V0.35.11 (2025-04-28)
  • Fix: Add aria-hidden to the calendar icon
V0.35.10 (2025-04-24)
  • Fix: Lot of accessibility fixes
  • Removed unnecessary aria attributes
  • Fixed Tab component aria attributes
  • Fix: Dialog component focus handling
  • Fix: Tray component focus handling
  • Fix: Fix aria-expanded attribute on button
V0.35.8 (2025-04-24)
  • Fix: Remove default browser outline from icons
V0.35.7 (2025-04-24)
  • Fix: Datepicker init value handling
V0.35.6 (2025-04-23)
  • Fix: Command item export type
V0.35.5 (2025-04-22)
  • Fix: Command component initial focus and click focus handling
V0.35.4 (2025-04-22)
  • Fix: Unnecessary input zindex on focus
V0.35.3 (2025-04-21)
  • Fix: Missing combobox autocomplete attribute
V0.35.2 (2025-04-21)
  • Fix: global.d.ts example
  • Fix: Select and combobox change event
  • Fix: Input change event
V0.35.1 (2025-04-18)
  • Fix: Number input component fixes, default values, docs
V0.35.0 (2025-04-17)
  • Feat: Added new customizable number input component, docs here
V0.34.7 (2025-04-17)
  • Feat: Added typography custom css properties
V0.34.6 (2025-04-14)
  • Fix: Custom event type fixes
V0.34.3 (2025-04-12)
  • Fix: File input accessibility improvements
  • Fix: File input event type fixes
V0.34.2 (2025-04-10)
  • Fix: Remove unnecessary code from modal
V0.34.1 (2025-04-09)
  • Fix: Modal scroll lock fix
V0.34.0 (2025-04-07)
  • Feat: Datatable component
  • Feat: Scroll area component
  • Feat: Command component
  • Feat: Dialog component focus loop option, by default it will loop focus inside the dialog, set false to disable
  • Fix: Content switcher base component changed to button
V0.33.2 (2025-03-31)
  • Fix: Calendar and Breadcrumb item export
v0.33.0 (2025-03-31)
  • Feat: Custom css props to all components, read the docs for more information
V0.32.2 (2025-03-31)
  • Chore: Depracate 'inverted' bool props, added variant props
V0.32.1 (2025-03-25)
  • Fix subtle button styles
V0.32.0 (2025-03-24)
  • Toggle button component
  • Rating component
  • Fix popup close on scroll
  • Accordion default styles
V0.31.0 (2025-03-17)
  • Feat: Rating component
V0.30.5 (2025-03-11)
  • Fix: Add noPadding prop to cards
V0.30.4 (2025-03-11)
  • Feat: none list item style
V0.30.3 (2025-03-10)
  • Fix: Hide Accordion content area if closed
  • Fix: Stack reverse direction styles
V0.30.2 (2025-03-10)
  • Fix event types export
  • Fix Timeline type export
V0.30.1 (2025-03-07)
  • Button Subtle-neutral variant
V0.30.0 (2025-03-07)
  • Radio button css utils
  • Fix typography color inheritance
  • Fix Search icon size
V0.29.1 (2025-03-04)
  • Fix: Checkbox position and sizing
V0.29.0 (2025-03-04)
  • Feat: Button inverted variants
V0.28.0 (2025-03-03)
  • Fix: Build missing types
V0.27.0 (2025-03-03)
  • Feat: Feedback css utils. Read the docs for more information
  • Feat: Divider css utils. Read the docs for more information
  • Feat: Icon css utils. Read the docs for more information
  • Fix: Feedback attribute names
V0.26.0 (2025-02-28)
  • Feat: Card CSS utils. Read the docs for more information
  • Docs: Fix Callout component docs
  • Fix: Fix Callout close button position
V0.25.0 (2025-02-26)
  • Fix: Remove Typography components id if not set
  • Fix: Tooltip accessibility issues
  • Fix: Feedback component text position
  • Feat: Link css utils, Typography utils, Label utils, button utils, checkbox utils. Read the docs for more information
  • Fix: Select double change event fix
V0.24.0 (2025-02-21)
  • Feature: Timeline component
  • Fix: remove css reset to separate file, read the docs for more information
V0.23.2 (2025-02-20)
  • Fix: Add missing button props to default modal footer buttons (disabled, danger, hide etc...)
V0.23.1 (2025-02-19)
  • Fix: Custom modal footer buttons click event not working
V0.23.0 (2025-02-19)
  • Fix: Removed too strict li/ul style reset
  • Feature: Checkbox and Switch background variants
  • Fix: Keep border on background variant checkbox/radio/switch when checked
  • Fix: Checkbox/Radio/Switch control collapses on long labels
  • Feature: Card/List Item can rendered as button with renderAs="button" attribute if interactive
  • Fix: Accordion focus state
  • Fix: Automatic enalbe of header in Modal/Tray if title is provided