Hopp til innhold

Endringslogg

Versjon 8.17.0

Kode

24. september 2026

@navikt/ds-css

  • New component: Badge, a small badge that communicates updates, presence or a count. (#5096)
  • ExpansionCard: Updated borders and transitions (#5277)

@navikt/ds-react

  • New component: Badge, a small badge that communicates updates, presence or a count. (#5096)
  • Alert: Component is now marked as deprecated. Use GlobalAlert, LocalAlert, InfoCard or InlineMessage instead. (#5256)
  • Combobox: Fix issue deselecting options when uncontrolled (#5259)
  • Select: Prevent from being changed with keyboard when readOnly (#5257)
  • DatePicker: Fix validation-bug in useRangeDatePicker where initial validation could incorrectly assume isValidDate to be false (#5278)
  • OverridableComponent: Add built-in guard against using as and asChild at the same time (#5238)