Skip to content

Releases: navikt/aksel

[email protected]

05 May 12:43
4ac8d81
Compare
Choose a tag to compare

@navikt/ds-css

  • Darkside: Update Chips.Toggle hover-border. (#3738)

@navikt/ds-react

  • Chat: Add 'toptextHeadingLevel'-prop to allow changing h-level based on semantics. (#3739)

@navikt/aksel-icons

  • Icons: New icon 'Cpu'. (#3740)

[email protected]

05 May 12:42
f787e91
Compare
Choose a tag to compare

@navikt/ds-css

  • Combobox: Use option-value as id instead of label. (#3735)

@navikt/ds-react

  • Combobox: Use option-value as id instead of label. (#3735)
  • Timeline: Add placement-prop for periods for more fine-grained control over Popover-placement. (#3736)

[email protected]

24 Apr 13:31
4178ec2
Compare
Choose a tag to compare

@navikt/ds-react

  • Darkside: Using Page-component would always give errors when using new Theme-component. (208adb8)
  • Darkside: <Theme />-component no longer defaults to light-theme className when no theme is provided. (#3720)

@navikt/ds-tokens

  • Darkside: Update global 'meta-purple' color. (#3703)

@navikt/ds-css

  • Combobox: Singleselect selected value now uses the complete input-width when possible. (#3734)
  • Darkside: Togglegroup now has bg-input background. (#3715)
  • Combobox: Fix wrapping issue when ToggleListButton is hidden (#3727)

[email protected]

24 Apr 13:31
d5893bf
Compare
Choose a tag to compare

@navikt/ds-react

  • Darkside: Throw error if invalid Box-props are used with new Theme instead of warnings. (#3697)

@navikt/ds-css

  • Table: Disabled expansion-rows now has same hover-effect as other rows. (#3702)

[email protected]

24 Apr 13:30
6e9b0e9
Compare
Choose a tag to compare

@navikt/ds-react

  • Datepicker: Fixed a bug where while ranged datepicker, setting from to undefined while to were defined did not allow selecting new dates. (#3655)
  • List: aria-label and aria-labelledby is forwarded to list-element. (#3626)

@navikt/ds-css

  • Modal: Updated animations for reduced movement. (#3671)
  • Darkside: Synced padding with Figma. (#3651)
  • Darkside: Removed stacking backgrounds with transparency in Combobox. (e769eed)
  • ExpansionCard: Fixed bug where @media print would hide header content. (#3634)

[email protected]

06 Mar 09:08
2473bf4
Compare
Choose a tag to compare

@navikt/ds-react

  • React 19: Resolve unknown-type in Slot. (#3627)

@navikt/ds-css

  • Darkside: All classNames are now starts with .aksel instead of .navds. (#3586)

[email protected]

06 Mar 09:07
a98bfb7
Compare
Choose a tag to compare

@navikt/aksel

  • CLI: Added primitives migration to new space-tokens. Run npx @navikt/aksel migration primitive-spacing to start migrating now. This update is supported for old and new (darkside) system. (#3597)
  • CLI: Added js/ts migration to new space-tokens. Run npx @navikt/aksel migration token-spacing-js to start migrating now. This update is supported for old and new (darkside) system. (#3597)

[email protected]

06 Mar 09:06
78fc16c
Compare
Choose a tag to compare

@navikt/ds-react

  • Datepicker: Fixed regression where some fromDate/toDate instances lead to that date ending up as disabled. (#3602)
  • DatePicker: Refactored locally to support react-day-picker v9. No external API has been changed. (#3525)
  • MonthPicker: Refactored locally and no longer depends on react-day-picker v9. No external API has been changed. (#3525)
  • Dependencies: react-day-picker bumped to v9.5.0. (#3525)
  • Dependencies: date-fns bumped to ^4.0.0. (#3525)
  • Darkside: Added 'arrow' back to Tooltip. (#3589)

@navikt/ds-tokens

  • Darkside: 💄 Bumped bg-raised token to neutral-200 in darkmode. (441d8b7)

@navikt/ds-css

  • Darkside: Changed outline-offset for tabpanel from -4px to -3px. (06fecf2)
  • DatePicker: Updated date.css to support react-day-picker v9. (#3525)
  • Darkside: Added 'arrow' back to Tooltip. (#3589)

@navikt/aksel-icons

Icons: 🎉 New icons LineHeight, SpaceHorizontal and SpaceVertical. (#3587)

[email protected]

06 Mar 09:05
09c44ed
Compare
Choose a tag to compare

@navikt/ds-react

  • Darkside: Added support for ConfirmationpPanel, Linkpanel, Panel and Dropdown. Note that all of these will be deprecated in the future. (#3581)

@navikt/ds-tailwind

  • Tailwind: Added darkside-support with import @navikt/ds-tailwind/darkside-tw3. (#3580)

@navikt/ds-css

  • Darkside: Added support for ConfirmationpPanel, Linkpanel, Panel and Dropdown. Note that all of these will be deprecated in the future. (#3581)

@navikt/aksel-icons

  • Icons: 🎉 New icons ExpandVertical and QuestionmarkCircle (#3583)

[email protected]

06 Mar 09:04
af39cbd
Compare
Choose a tag to compare

@navikt/ds-react

  • Box: Added export for BoxNew. (8576400)
  • Theme: theme-prop is now optional. (f269311)
  • List: Marked title, headingTag and description properties as deprecated. These will not be supported in future versions and should be migrated from when possible. (#3537)
  • Table: Updated sorting icons for ascending and descending. (#3536)