- Fix: File upload error type export fix
- 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);
- example:
- Fix: React event export intellisense fix
- Feat: Progress component
- Fix: File input per file filesize error handling
- Fix: New CSS parts for the Select component, and Live CSS editor for the styles
- Fix: Synchronize file input events
- Fix: Datepicker and calendar maxDate and minDate handling
- Fix: Relative font export path handling
- Fix: Datepicker binding data handling
- Fix: File input file changes event type and props
- Feat: File input file changes can be canceled in the
dds-file-changeevent
- Fix: Stack component default display is
block
- Fix: Calendar and Datepicker attributes handling
- Feat: Datepicker range selection
- Fix: Combobox selection change event values
- Improvement: Optimized bundle sizes a bit more
- New Timpicker features here
- New Spinner features here
- 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/.
- Feat: Added Combobox multiselect option
- Feat: Added Chip component
- Improvement: Automatic inverted focus color handling in buttons/links
- Fix: Combobox / Select component custom 'open' indicator icon
- Improvement: Add automatic target="_blank" handling to link components, for better screenreader support
- Fix: Removed unecessary typography "bodyAs" attribute if not used
- Fix: Tooltip wrong arrowstyle on autoamtic arrange
- Fix: File input list item "showFileSize" attribute fix
- Fix: File input list item event emit
- Feat: Added file input list item options
- Fix: Callout component border color mismatch
- Fix: File input error message amount fix
- Chore: Removed console logs
- Fix: Combobox automatically opens on certain frameworks fix
- Fix: File input size error message file size fix bytes to mb
- Fix: File input more verbose error messages
- Fix: File input error message props
- Fix: Combobox clear icon position
- Timepicker: translations
- Fix: Form components info button positions
- Fix: Feedback component positions
- Feat: Sidenav component size variants xs, sm, xl
- Feat: Timepicker component
- Fix: Combobox and Select initial and controlled value handling
- Fix: Datepicker datetime validation, more strict
- Fix: Combobbox and Select component manual value triggers
- Fix: Label info icon wrong position
- Feat: SideNav size variants
- Fix: Combobox clear function fix
- Feat: Choice fields readonly handling
- Fix: Input component postfix render
- Fix: Combobox, Datepicker readonly styles
- Feat: Datatable empty and table loading state options
- Fix:Modal and Tray cancelable event handling
- Fix: Command focus out scroll fix
- Fix: Dropdown list option small size wrap fix
- Search component default value handling
- Fix: Accordion focus ring
- Fix: Breadcrumb focus ring and inverted colors
- Fix: Official banner focus colors
- Fix: Number input thousand separator handling
- Docs: Add improved docs
- Feat: Skeleton component
- Fix: Icons and divider default aria hidden
- Docs: Checkbox, Radio, Switch advanced docs
- Feat: Navigation menu component beta
- Docs: Lot of new docs
- 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
- Fix: Edit icon export type
- Refactor button component, add new docs
- Refactor badge component, add new docs
- Refactor accordion component, add new docs
- Refactor avatar component, add new docs
- 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
- Feat: Add new button style 'subtle-quiet'
- Fix: DAP Badge styles, variants, sizes
- Fix: SideNavItem component, remove click handler because it causes page reload
- Feat: Add Official Government Website Banner accordion component
- Fix: Tooltip "status" role
- Fix: Checkbox colors
- Fix: Card component style references and variables
- Fix: Avatar default display prop
- Fix: Modal component Safari browser sizing
- Fix: Number input export type
- Fix: Modal aria hidden typo
- Datepicker manual input handling
- Fix: Modal hidden on close state
- Fix: Fix number input keyboard handling
- Fix: Fix datapicker manual input handling
- Add correct aria roles to feedbacks
- Fix: Add missing focus handling to interactive components
- Fix: Add aria-hidden to the calendar icon
- 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
- Fix: Remove default browser outline from icons
- Fix: Datepicker init value handling
- Fix: Command item export type
- Fix: Command component initial focus and click focus handling
- Fix: Unnecessary input zindex on focus
- Fix: Missing combobox autocomplete attribute
- Fix: global.d.ts example
- Fix: Select and combobox change event
- Fix: Input change event
- Fix: Number input component fixes, default values, docs
- Feat: Added new customizable number input component, docs here
- Feat: Added typography custom css properties
- Fix: Custom event type fixes
- Fix: File input accessibility improvements
- Fix: File input event type fixes
- Fix: Remove unnecessary code from modal
- Fix: Modal scroll lock fix
- 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
falseto disable - Fix: Content switcher base component changed to button
- Fix: Calendar and Breadcrumb item export
- Feat: Custom css props to all components, read the docs for more information
- Chore: Depracate 'inverted' bool props, added variant props
- Fix subtle button styles
- Toggle button component
- Rating component
- Fix popup close on scroll
- Accordion default styles
- Feat: Rating component
- Fix: Add noPadding prop to cards
- Feat:
nonelist item style
- Fix: Hide Accordion content area if closed
- Fix: Stack reverse direction styles
- Fix event types export
- Fix Timeline type export
- Button Subtle-neutral variant
- Radio button css utils
- Fix typography color inheritance
- Fix Search icon size
- Fix: Checkbox position and sizing
- Feat: Button inverted variants
- Fix: Build missing types
- 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
- Feat: Card CSS utils. Read the docs for more information
- Docs: Fix Callout component docs
- Fix: Fix Callout close button position
- 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
- Feature: Timeline component
- Fix: remove css reset to separate file, read the docs for more information
- Fix: Add missing button props to default modal footer buttons (disabled, danger, hide etc...)
- Fix: Custom modal footer buttons click event not working
- Fix: Removed too strict li/ul style reset
- Feature: Checkbox and Switch
backgroundvariants - Fix: Keep border on
backgroundvariant 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