Releases: navikt/aksel
Releases · navikt/aksel
[email protected]
[email protected]
[email protected]
@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
[email protected]
[email protected]
[email protected]
[email protected]
@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]
@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]
@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]
@navikt/ds-react
- Box: Added export for
BoxNew
. (8576400) - Theme:
theme
-prop is now optional. (f269311) - List: Marked
title
,headingTag
anddescription
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)