diff --git a/.changeset/metal-ads-love.md b/.changeset/metal-ads-love.md deleted file mode 100644 index 6b1f1dd892..0000000000 --- a/.changeset/metal-ads-love.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@navikt/ds-react": minor -"@navikt/ds-css": minor ---- - -Høykontrast: Komponenter støtter nå standard høykontrast-modus på Windows diff --git a/@navikt/aksel-icons/CHANGELOG.md b/@navikt/aksel-icons/CHANGELOG.md index f6279d9eb1..8c8ec828f8 100644 --- a/@navikt/aksel-icons/CHANGELOG.md +++ b/@navikt/aksel-icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-icons +## 5.17.0 + ## 5.16.0 ### Patch Changes diff --git a/@navikt/aksel-icons/package.json b/@navikt/aksel-icons/package.json index 3f4155fa0f..3a55913b90 100644 --- a/@navikt/aksel-icons/package.json +++ b/@navikt/aksel-icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-icons", - "version": "5.16.0", + "version": "5.17.0", "author": "Aksel | NAV", "homepage": "https://aksel.nav.no/ikoner", "repository": { diff --git a/@navikt/aksel-stylelint/CHANGELOG.md b/@navikt/aksel-stylelint/CHANGELOG.md index ed8b5390ad..f44c6bb976 100644 --- a/@navikt/aksel-stylelint/CHANGELOG.md +++ b/@navikt/aksel-stylelint/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-stylelint +## 5.17.0 + ## 5.16.0 ## 5.15.1 diff --git a/@navikt/aksel-stylelint/package.json b/@navikt/aksel-stylelint/package.json index f8d32dfebc..ec73889296 100644 --- a/@navikt/aksel-stylelint/package.json +++ b/@navikt/aksel-stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-stylelint", - "version": "5.16.0", + "version": "5.17.0", "author": "Aksel | NAV", "homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint", "repository": { @@ -35,8 +35,8 @@ "dev": "yarn watch:lint" }, "devDependencies": { - "@navikt/ds-css": "^5.16.0", - "@navikt/ds-tokens": "^5.16.0", + "@navikt/ds-css": "^5.17.0", + "@navikt/ds-tokens": "^5.17.0", "@types/jest": "^29.0.0", "concurrently": "7.2.1", "copyfiles": "2.4.1", diff --git a/@navikt/aksel/CHANGELOG.md b/@navikt/aksel/CHANGELOG.md index 656daa435f..93efb142ff 100644 --- a/@navikt/aksel/CHANGELOG.md +++ b/@navikt/aksel/CHANGELOG.md @@ -1,5 +1,12 @@ # @navikt/aksel +## 5.17.0 + +### Patch Changes + +- Updated dependencies [[`d3fb3d4d9`](https://github.com/navikt/aksel/commit/d3fb3d4d962fac028e7d803dc7c50315d48b4987)]: + - @navikt/ds-css@5.17.0 + ## 5.16.0 ### Patch Changes diff --git a/@navikt/aksel/package.json b/@navikt/aksel/package.json index 273e911242..93a9987d25 100644 --- a/@navikt/aksel/package.json +++ b/@navikt/aksel/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel", - "version": "5.16.0", + "version": "5.17.0", "description": "Aksel command line interface. Handles css-imports, codemods and more", "author": "Aksel | NAV designsystem team", "license": "MIT", @@ -29,7 +29,7 @@ }, "homepage": "https://aksel.nav.no/grunnleggende/kode/kommandolinje", "dependencies": { - "@navikt/ds-css": "5.16.0", + "@navikt/ds-css": "5.17.0", "axios": "1.6.0", "chalk": "4.1.0", "clipboardy": "^2.3.0", diff --git a/@navikt/core/css/CHANGELOG.md b/@navikt/core/css/CHANGELOG.md index 0d3e685ea7..58a61e0ba4 100644 --- a/@navikt/core/css/CHANGELOG.md +++ b/@navikt/core/css/CHANGELOG.md @@ -1,5 +1,11 @@ # @navikt/ds-css +## 5.17.0 + +### Minor Changes + +- Høykontrast: Komponenter støtter nå standard høykontrast-modus på Windows ([#2680](https://github.com/navikt/aksel/pull/2680)) + ## 5.16.0 ### Minor Changes diff --git a/@navikt/core/css/package.json b/@navikt/core/css/package.json index 99305a751e..e5218e63b0 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "5.16.0", + "version": "5.17.0", "description": "CSS for NAV Designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ @@ -27,7 +27,7 @@ "css:get-version": "node config/get-version.js" }, "devDependencies": { - "@navikt/ds-tokens": "^5.16.0", + "@navikt/ds-tokens": "^5.17.0", "cssnano": "6.0.0", "fast-glob": "3.2.11", "lodash": "4.17.21", diff --git a/@navikt/core/react/CHANGELOG.md b/@navikt/core/react/CHANGELOG.md index 1d03288baf..ebdebde658 100644 --- a/@navikt/core/react/CHANGELOG.md +++ b/@navikt/core/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @navikt/ds-react +## 5.17.0 + +### Minor Changes + +- Høykontrast: Komponenter støtter nå standard høykontrast-modus på Windows ([#2680](https://github.com/navikt/aksel/pull/2680)) + +### Patch Changes + +- Updated dependencies []: + - @navikt/ds-tokens@5.17.0 + - @navikt/aksel-icons@5.17.0 + ## 5.16.0 ### Minor Changes diff --git a/@navikt/core/react/package.json b/@navikt/core/react/package.json index 303f083321..56ebcdbf52 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "5.16.0", + "version": "5.17.0", "description": "Aksel react-components for NAV designsystem", "author": "Aksel | NAV designsystem team", "license": "MIT", @@ -38,8 +38,8 @@ }, "dependencies": { "@floating-ui/react": "0.25.4", - "@navikt/aksel-icons": "^5.16.0", - "@navikt/ds-tokens": "^5.16.0", + "@navikt/aksel-icons": "^5.17.0", + "@navikt/ds-tokens": "^5.17.0", "@radix-ui/react-tabs": "1.0.0", "@radix-ui/react-toggle-group": "1.0.0", "clsx": "^1.2.1", diff --git a/@navikt/core/tailwind/CHANGELOG.md b/@navikt/core/tailwind/CHANGELOG.md index 44ee00bbe6..80eb959c34 100644 --- a/@navikt/core/tailwind/CHANGELOG.md +++ b/@navikt/core/tailwind/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tailwind +## 5.17.0 + ## 5.16.0 ### Minor Changes diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index 952c9d9770..b85219c1f6 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "5.16.0", + "version": "5.17.0", "description": "Tailwind config based on @navikt/ds-tokens", "author": "Aksel | NAV designsystem team", "keywords": [ @@ -24,7 +24,7 @@ "directory": "@navikt/core/tailwind" }, "devDependencies": { - "@navikt/ds-tokens": "^5.16.0", + "@navikt/ds-tokens": "^5.17.0", "@types/jest": "^29.0.0", "color": "4.2.3", "jest": "^29.0.0", diff --git a/@navikt/core/tokens/CHANGELOG.md b/@navikt/core/tokens/CHANGELOG.md index d29100756e..93330820ff 100644 --- a/@navikt/core/tokens/CHANGELOG.md +++ b/@navikt/core/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tokens +## 5.17.0 + ## 5.16.0 ## 5.15.1 diff --git a/@navikt/core/tokens/package.json b/@navikt/core/tokens/package.json index a51236f9bd..d876bb669c 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "5.16.0", + "version": "5.17.0", "description": "Design-tokens for NAV designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be1483cd2..5d2fd2cc0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,33 +1,43 @@ # Changelog -## 5.16 +## 5.17 -### @navikt/aksel-icons +### @navikt/ds-css -- Ikoner: Nytt ikon `LocationPin` ✨ ([#2672](https://github.com/navikt/aksel/pull/2672)) +- Høykontrast: Komponenter støtter nå standard høykontrast-modus på Windows ([#2680](https://github.com/navikt/aksel/pull/2680)) -### @navikt/ds-tailwind +### @navikt/ds-react -- Tailwind: La til ny `maxWidth` for text ([#2652](https://github.com/navikt/aksel/pull/2652)) +- Høykontrast: Komponenter støtter nå standard høykontrast-modus på Windows ([#2680](https://github.com/navikt/aksel/pull/2680)) + +## 5.16 ### @navikt/ds-css - :sparkles: Combobox: Mulighet for å begrense hvor mange valg bruker kan ta ([#2260](https://github.com/navikt/aksel/pull/2260)) +### @navikt/ds-tailwind + +- Tailwind: La til ny `maxWidth` for text ([#2652](https://github.com/navikt/aksel/pull/2652)) + ### @navikt/ds-react - :sparkles: Combobox: Mulighet for å begrense hvor mange valg bruker kan ta ([#2260](https://github.com/navikt/aksel/pull/2260)) -## 5.15 - ### @navikt/aksel-icons -- Ikoner: Synket ikoner med Figma. Lagt til nytt ikon `FigureChild` ([#2629](https://github.com/navikt/aksel/pull/2629)) +- Ikoner: Nytt ikon `LocationPin` ✨ ([#2672](https://github.com/navikt/aksel/pull/2672)) + +## 5.15 ### @navikt/ds-react - HelpText: HelpText-state ble ikke riktig oppdatert ved klikk ([#2643](https://github.com/navikt/aksel/pull/2643)) +### @navikt/aksel-icons + +- Ikoner: Synket ikoner med Figma. Lagt til nytt ikon `FigureChild` ([#2629](https://github.com/navikt/aksel/pull/2629)) + ## 5.14 ### @navikt/ds-css @@ -50,10 +60,6 @@ ## 5.13 -### @navikt/ds-tokens - -- Tokens: Ny token `--a-text-width-max: 576px` ([#2572](https://github.com/navikt/aksel/pull/2572)) - ### @navikt/ds-css - Page: Lagt til ny bakgrunnsfarge `surface-subtle` og ny maksbredde på Page.Block `text` ([#2572](https://github.com/navikt/aksel/pull/2572)) @@ -66,11 +72,11 @@ * Page: Lagt til ny bakgrunnsfarge `surface-subtle` og ny maksbredde på Page.Block `text` ([#2572](https://github.com/navikt/aksel/pull/2572)) -## 5.12 +### @navikt/ds-tokens -### @navikt/aksel-icons +- Tokens: Ny token `--a-text-width-max: 576px` ([#2572](https://github.com/navikt/aksel/pull/2572)) -- Ikoner: Oppdatert ikonpakke med diverse bugdfixes og oppdateringer av stroke ([#2538](https://github.com/navikt/aksel/pull/2538)) +## 5.12 ### @navikt/aksel-stylelint @@ -92,11 +98,11 @@ * Datepicker: Lukk-knapp i modal har nå type button for å unngå form-submition ([#2568](https://github.com/navikt/aksel/pull/2568)) -## 5.11 - ### @navikt/aksel-icons -- Ikoner: Nytt ikon `PushPin` ([#2503](https://github.com/navikt/aksel/pull/2503)) +- Ikoner: Oppdatert ikonpakke med diverse bugdfixes og oppdateringer av stroke ([#2538](https://github.com/navikt/aksel/pull/2538)) + +## 5.11 ### @navikt/ds-css @@ -138,11 +144,11 @@ - :wheelchair: Textarea: Forsinkelse ved live-opplesning av gjenstående tegn ([#2502](https://github.com/navikt/aksel/pull/2502)) -## 5.10 +### @navikt/aksel-icons -### @navikt/ds-tailwind +- Ikoner: Nytt ikon `PushPin` ([#2503](https://github.com/navikt/aksel/pull/2503)) -- typescript types for tailwind preset ([#2486](https://github.com/navikt/aksel/pull/2486)) +## 5.10 ### @navikt/ds-css @@ -152,6 +158,10 @@ - Primitives: Ny komponent `Page` og `Page.Block` ([#2456](https://github.com/navikt/aksel/pull/2456)) +### @navikt/ds-tailwind + +- typescript types for tailwind preset ([#2486](https://github.com/navikt/aksel/pull/2486)) + ### @navikt/ds-react - Gjør lukknapp i Alert til type button ([#2497](https://github.com/navikt/aksel/pull/2497)) @@ -214,14 +224,6 @@ ## 5.7 -### @navikt/aksel-icons - -- Ikoner: Nye ikoner `ChevronLeftFirstCircle` og `ChevronRightLastCircle` ([#2365](https://github.com/navikt/aksel/pull/2365)) - -### @navikt/ds-tokens - -- Ny spacing token på 0.375rem ([#2370](https://github.com/navikt/aksel/pull/2370)) - ### @navikt/ds-css - :lipstick: Chips.Toggle: Ikon i uvalgt tilstand ([#2395](https://github.com/navikt/aksel/pull/2395)) @@ -258,19 +260,15 @@ - :lipstick: CopyButton: Justert padding, gap og animasjon ([#2355](https://github.com/navikt/aksel/pull/2355)) -## 5.6 - -### @navikt/aksel-icons - -- Ikoner: SVG export setter nå `height="1em"`, `width="1em"` og `fill="currentColor"`. ([#2300](https://github.com/navikt/aksel/pull/2300)) +### @navikt/ds-tokens -- Ikoner: Nye ikoner `book` og `books` ([#2313](https://github.com/navikt/aksel/pull/2313)) +- Ny spacing token på 0.375rem ([#2370](https://github.com/navikt/aksel/pull/2370)) -* Ikoner: Nye ikoner `ClipboardCheckmark` og `ClipboardLink` ([#2307](https://github.com/navikt/aksel/pull/2307)) +### @navikt/aksel-icons -### @navikt/ds-tokens +- Ikoner: Nye ikoner `ChevronLeftFirstCircle` og `ChevronRightLastCircle` ([#2365](https://github.com/navikt/aksel/pull/2365)) -- Tokens: Tilbyr nå token literals for typer, tidligere string literals ([#2342](https://github.com/navikt/aksel/pull/2342)) +## 5.6 ### @navikt/ds-css @@ -318,11 +316,19 @@ - Remove tabIndex="-1" on Popover to fix VoiceOver navigation issue inside Popover ([#2303](https://github.com/navikt/aksel/pull/2303)) -## 5.5 - ### @navikt/ds-tokens -- Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195)) +- Tokens: Tilbyr nå token literals for typer, tidligere string literals ([#2342](https://github.com/navikt/aksel/pull/2342)) + +### @navikt/aksel-icons + +- Ikoner: SVG export setter nå `height="1em"`, `width="1em"` og `fill="currentColor"`. ([#2300](https://github.com/navikt/aksel/pull/2300)) + +- Ikoner: Nye ikoner `book` og `books` ([#2313](https://github.com/navikt/aksel/pull/2313)) + +* Ikoner: Nye ikoner `ClipboardCheckmark` og `ClipboardLink` ([#2307](https://github.com/navikt/aksel/pull/2307)) + +## 5.5 ### @navikt/ds-css @@ -336,11 +342,11 @@ * Skeleton: Width fungerer nå med inline-variant av Skeleton ([#2273](https://github.com/navikt/aksel/pull/2273)) -## 5.4 - ### @navikt/ds-tokens -- Tokens: `data-theme="light"` vil nå tilbakestille theming ([#2238](https://github.com/navikt/aksel/pull/2238)) +- Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195)) + +## 5.4 ### @navikt/ds-css @@ -356,11 +362,11 @@ - Search: Kjører nå bare preventDefault ved Escape når `input` inneholder tekst ([#2245](https://github.com/navikt/aksel/pull/2245)) -## 5.3 +### @navikt/ds-tokens -### @navikt/aksel-icons +- Tokens: `data-theme="light"` vil nå tilbakestille theming ([#2238](https://github.com/navikt/aksel/pull/2238)) -- :bug: SVG import map er nå riktig path ([#2250](https://github.com/navikt/aksel/pull/2250)) +## 5.3 ### @navikt/ds-css @@ -398,11 +404,11 @@ * :wheelchair: Textarea: Skjermleser-spesifikk tekst leses opp sammenhengende ([#2216](https://github.com/navikt/aksel/pull/2216)) -## 5.2 - ### @navikt/aksel-icons -- Ikoner: Oppdatert ikonpakke ([#2197](https://github.com/navikt/aksel/pull/2197)) +- :bug: SVG import map er nå riktig path ([#2250](https://github.com/navikt/aksel/pull/2250)) + +## 5.2 ### @navikt/ds-css @@ -420,6 +426,10 @@ - Hovering over combobox dropdown will move selection/focus in the list, so we don't end up with a split focus, and reversely when moving focus while hovering ([#2193](https://github.com/navikt/aksel/pull/2193)) +### @navikt/aksel-icons + +- Ikoner: Oppdatert ikonpakke ([#2197](https://github.com/navikt/aksel/pull/2197)) + ## 5.1 ### @navikt/ds-css @@ -438,16 +448,6 @@ ## 5.0 -### @navikt/ds-tokens - -- ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199)) - -- Tokens: `--a-icon-alt-3` er nå i synk med figma ([#2199](https://github.com/navikt/aksel/pull/2199)) - -* Gray: Gråfarger er nå mindre varme ([#2092](https://github.com/navikt/aksel/pull/2092)) - -* Action: Selected-varianter av action er nå 'blue' ('deepblue' før) ([#2092](https://github.com/navikt/aksel/pull/2092)) - ### @navikt/ds-css - ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199)) @@ -481,6 +481,16 @@ * Table: Har lagt til ny size: 'large'. ([#2178](https://github.com/navikt/aksel/pull/2178)) +### @navikt/ds-tokens + +- ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199)) + +- Tokens: `--a-icon-alt-3` er nå i synk med figma ([#2199](https://github.com/navikt/aksel/pull/2199)) + +* Gray: Gråfarger er nå mindre varme ([#2092](https://github.com/navikt/aksel/pull/2092)) + +* Action: Selected-varianter av action er nå 'blue' ('deepblue' før) ([#2092](https://github.com/navikt/aksel/pull/2092)) + ## 4.12 ### @navikt/ds-css @@ -629,9 +639,11 @@ ## 4.4 -### @navikt/ds-tokens +### @navikt/ds-css -- Shadow-tokens er oppdatert til mer tydeligere varianter ([PR](https://github.com/navikt/aksel/pull/2041)) +- :lipstick: Chat: fjernet border, satt avatar svg til 24x24px, byttet om "subtle" og "neutral" ([#2077](https://github.com/navikt/aksel/pull/2077)) + +* Shadow-tokens er oppdatert: Datepicker har nå ikke border, Modal bruker shadow-xlarge, LinkCard bruker shadow-xsmall ([PR](https://github.com/navikt/aksel/pull/2041)) ### @navikt/ds-tailwind @@ -639,18 +651,16 @@ - Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) -### @navikt/ds-css - -- :lipstick: Chat: fjernet border, satt avatar svg til 24x24px, byttet om "subtle" og "neutral" ([#2077](https://github.com/navikt/aksel/pull/2077)) - -* Shadow-tokens er oppdatert: Datepicker har nå ikke border, Modal bruker shadow-xlarge, LinkCard bruker shadow-xsmall ([PR](https://github.com/navikt/aksel/pull/2041)) - ### @navikt/ds-react - Textarea: Fikset i18n for counter ([`718b3204d`](https://github.com/navikt/aksel/commit/718b3204d8714c4fc515dcad484424214bdc0c77)) * Fikset klassenavn brukt for popover i Datepicker og Monthpicker ([PR](https://github.com/navikt/aksel/pull/2041)) +### @navikt/ds-tokens + +- Shadow-tokens er oppdatert til mer tydeligere varianter ([PR](https://github.com/navikt/aksel/pull/2041)) + ## 4.3 ### @navikt/ds-css @@ -675,24 +685,10 @@ ## 4.1 -### @navikt/aksel-icons - -- Nye ikoner `ChevronRightLast` og `ChevronLeftLast` ([PR](https://github.com/navikt/aksel/pull/2054)) - ### @navikt/aksel-stylelint - Deprecated klassenavn `navds-chips--icon-left` ([PR](https://github.com/navikt/aksel/pull/2035)) -### @navikt/ds-tokens - -- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) - -- Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) - -### @navikt/ds-tailwind - -- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) - ### @navikt/ds-css - Readmore: setter nå eksplisitt color for å ikke arve text-subtle fra parent. ([PR](https://github.com/navikt/aksel/pull/2049)) @@ -703,6 +699,10 @@ - Alle description-felter på fieldsets har nå `text-subtle` som farge. ([PR](https://github.com/navikt/aksel/pull/2036)) +### @navikt/ds-tailwind + +- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) + ### @navikt/ds-react - Fikset JSDom-problemer ved testing av Timeline @@ -727,8 +727,24 @@ - Accordion: La til `indent`-prop ([PR](https://github.com/navikt/aksel/pull/2027)) +### @navikt/ds-tokens + +- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) + +- Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) + +### @navikt/aksel-icons + +- Nye ikoner `ChevronRightLast` og `ChevronLeftLast` ([PR](https://github.com/navikt/aksel/pull/2054)) + ## 4.0 +### @navikt/aksel + +- Codemod for migrering av Datepicker/Monthpicker ut av Beta. `npx @navikt/aksel codemod v4-date` ([PR](https://github.com/navikt/aksel/pull/2026)) + +- Codemods for migrering fra `@navikt/ds-react-internal` til `@navikt/ds-react` [Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h3b8538e1981d) ([PR](https://github.com/navikt/aksel/pull/2026)) + ### @navikt/ds-css - All styling fra `@navikt/ds-css-internal` er flyttet til `@navikt/ds-css`. ([PR](https://github.com/navikt/aksel/pull/2026)) @@ -745,12 +761,6 @@ - Komponenter i `@navikt/ds-react-internal` er flyttet over til `@navikt/ds-react`. [Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h3b8538e1981d) ([PR](https://github.com/navikt/aksel/pull/2026)) -### @navikt/aksel - -- Codemod for migrering av Datepicker/Monthpicker ut av Beta. `npx @navikt/aksel codemod v4-date` ([PR](https://github.com/navikt/aksel/pull/2026)) - -- Codemods for migrering fra `@navikt/ds-react-internal` til `@navikt/ds-react` [Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h3b8538e1981d) ([PR](https://github.com/navikt/aksel/pull/2026)) - ## 3.4 ### @navikt/aksel-stylelint @@ -779,10 +789,6 @@ ## 3.2 -### @navikt/aksel-icons - -- Nye ikoner `FileParagraph` og `FilePlus` ([PR](https://github.com/navikt/aksel/pull/1998)) - ### @navikt/ds-css - Datepicker: Fikset small-variant av datepicker-input. ([PR](https://github.com/navikt/aksel/pull/1993)) @@ -801,6 +807,10 @@ * Ny komponent CopyButton! Erstatter `CopyToClipboard` som nå er tagget som deprecated ([PR](https://github.com/navikt/aksel/pull/1982)) +### @navikt/aksel-icons + +- Nye ikoner `FileParagraph` og `FilePlus` ([PR](https://github.com/navikt/aksel/pull/1998)) + ## 3.1 ### @navikt/ds-css @@ -833,15 +843,9 @@ ## 2.9 -### @navikt/aksel-icons - -- Oppdatert Statusikoner til å være tydeligere og mer konsistente. ([PR](https://github.com/navikt/aksel/pull/1959)) - -* Fikset `CheckmarkIcon`-bug - -- Fikset `CheckmarkCircleIcon`-bug ([PR](https://github.com/navikt/aksel/pull/1956)) +### @navikt/aksel -* Nye ikoner `BulletList` og `NumberList` ([PR](https://github.com/navikt/aksel/pull/1950)) +- :truck: Flyttet Codemods fra `@navikt/ds-codemods` -> `@navikt/aksel`. `@navikt/ds-codemods` regnes nå som deprecated ([PR](https://github.com/navikt/aksel/pull/1952)) ### @navikt/ds-css @@ -851,23 +855,17 @@ - ExpansionCard: Støtter nå `aria-labelledby` i tillegg til `aria-label` ([PR](https://github.com/navikt/aksel/pull/1944)) -### @navikt/aksel - -- :truck: Flyttet Codemods fra `@navikt/ds-codemods` -> `@navikt/aksel`. `@navikt/ds-codemods` regnes nå som deprecated ([PR](https://github.com/navikt/aksel/pull/1952)) - -## 2.8 - ### @navikt/aksel-icons -- :tada: Nye ikoner `HandKnot` og `HandKnotFilled` ([PR](https://github.com/navikt/aksel/pull/1928)) +- Oppdatert Statusikoner til å være tydeligere og mer konsistente. ([PR](https://github.com/navikt/aksel/pull/1959)) -* Oppdatert `InformationSquare`-ikon ([PR](https://github.com/navikt/aksel/pull/1921)) +* Fikset `CheckmarkIcon`-bug -- Oppdatert `VideoSlack`, `Questionmark` og `Information`-ikoner ([PR](https://github.com/navikt/aksel/pull/1909)) +- Fikset `CheckmarkCircleIcon`-bug ([PR](https://github.com/navikt/aksel/pull/1956)) -* Nye ikoner `VideoSlash` og `VideoSlashFill` +* Nye ikoner `BulletList` og `NumberList` ([PR](https://github.com/navikt/aksel/pull/1950)) -- Fikset Sourcemap-bug +## 2.8 ### @navikt/ds-css @@ -903,15 +901,19 @@ * Ny komponent ExpansionCard! ([PR](https://github.com/navikt/aksel/pull/1820)) -## 2.7 - ### @navikt/aksel-icons -- Nye ikoner `CaretUpDownFilledDown`, `CaretUpDownFilledUp`, `CloudDown`, `CloudDownFill`, `CloudUp`, `CloudUpFill`, `HddDown`, `HddDownFill`, `HddUp`, `HddUpFill`, `Inbox`, `InboxDown`, `InboxDownFill`, `InboxFill`, `InboxUp`, `InboxUpFill`, `ShoppingBasket`, `ShoppingBasketFill` +- :tada: Nye ikoner `HandKnot` og `HandKnotFilled` ([PR](https://github.com/navikt/aksel/pull/1928)) -* Nye ikoner, `CaretDownFill`, `CaretLeft`, `CaretLeftFill`, `CaretLeftRight`, `CaretLeftRightFill`, `CaretRight`, `CaretRightFill`, `CaretUpDownFill`, `CaretUpFill`, `Escalator`, `Moon`, `MoonFill`. Fjernet `EscalatorStroke` ([PR](https://github.com/navikt/aksel/pull/1852)) +* Oppdatert `InformationSquare`-ikon ([PR](https://github.com/navikt/aksel/pull/1921)) -- Ny ikonpakke med for core icons 3! `@navikt/aksel-icons` ([PR](https://github.com/navikt/aksel/pull/1847)) +- Oppdatert `VideoSlack`, `Questionmark` og `Information`-ikoner ([PR](https://github.com/navikt/aksel/pull/1909)) + +* Nye ikoner `VideoSlash` og `VideoSlashFill` + +- Fikset Sourcemap-bug + +## 2.7 ### @navikt/ds-css @@ -919,6 +921,14 @@ * ToggleGroup: Fikset token-bug +### @navikt/aksel-icons + +- Nye ikoner `CaretUpDownFilledDown`, `CaretUpDownFilledUp`, `CloudDown`, `CloudDownFill`, `CloudUp`, `CloudUpFill`, `HddDown`, `HddDownFill`, `HddUp`, `HddUpFill`, `Inbox`, `InboxDown`, `InboxDownFill`, `InboxFill`, `InboxUp`, `InboxUpFill`, `ShoppingBasket`, `ShoppingBasketFill` + +* Nye ikoner, `CaretDownFill`, `CaretLeft`, `CaretLeftFill`, `CaretLeftRight`, `CaretLeftRightFill`, `CaretRight`, `CaretRightFill`, `CaretUpDownFill`, `CaretUpFill`, `Escalator`, `Moon`, `MoonFill`. Fjernet `EscalatorStroke` ([PR](https://github.com/navikt/aksel/pull/1852)) + +- Ny ikonpakke med for core icons 3! `@navikt/aksel-icons` ([PR](https://github.com/navikt/aksel/pull/1847)) + ## 2.6 ### @navikt/ds-react @@ -929,10 +939,6 @@ ## 2.5 -### @navikt/ds-tokens - -- Breakpoint-tokens lagt til ([PR](https://github.com/navikt/aksel/pull/1832)) - ### @navikt/ds-tailwind - Breakpoint-tokens er lagt til. Overskriver native tailwind-breakpoints ([PR](https://github.com/navikt/aksel/pull/1832)) @@ -941,6 +947,10 @@ - List: Refaktorert nestede lister +### @navikt/ds-tokens + +- Breakpoint-tokens lagt til ([PR](https://github.com/navikt/aksel/pull/1832)) + ## 2.4 ### @navikt/ds-css @@ -969,12 +979,6 @@ ## 2.2 -### @navikt/ds-tokens - -- Justeringer av semantiske fargetokens, statusfarger nå mer tydelig ([PR](https://github.com/navikt/aksel/pull/1787)) - -- Oppdatert neutral-tokens ([PR](https://github.com/navikt/aksel/pull/1789)) - ### @navikt/ds-css - ToggleGroup: `Neutral`-variant. ([PR](https://github.com/navikt/aksel/pull/1789)) @@ -987,11 +991,13 @@ - Button: `neutral`-variant ([PR](https://github.com/navikt/aksel/pull/1789)) -## 2.1 - ### @navikt/ds-tokens -- Fikset feil danger-hover token ([PR](https://github.com/navikt/aksel/pull/1665)) +- Justeringer av semantiske fargetokens, statusfarger nå mer tydelig ([PR](https://github.com/navikt/aksel/pull/1787)) + +- Oppdatert neutral-tokens ([PR](https://github.com/navikt/aksel/pull/1789)) + +## 2.1 ### @navikt/ds-css @@ -1013,15 +1019,11 @@ - Datepicker/Monthpicker: år med 2 siffer i input fungerer nå -## 2.0 - ### @navikt/ds-tokens -- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) - -### @navikt/ds-tailwind +- Fikset feil danger-hover token ([PR](https://github.com/navikt/aksel/pull/1665)) -- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) +## 2.0 ### @navikt/ds-css @@ -1035,6 +1037,10 @@ * Tokens: Alle komponenter bruker nå semantiske tokens for som standard, med innebygd støtte for komponent-spesifikke tokens. +### @navikt/ds-tailwind + +- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) + ### @navikt/ds-react - Datepicker: Bedre typer for `ref` @@ -1053,6 +1059,10 @@ * Fonter blir bruk i all typografi blir nå lastet fra CDN +### @navikt/ds-tokens + +- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) + ## 1.5 ### @navikt/ds-css diff --git a/aksel.nav.no/package.json b/aksel.nav.no/package.json index 5cef3e9686..994fd8f599 100644 --- a/aksel.nav.no/package.json +++ b/aksel.nav.no/package.json @@ -16,10 +16,10 @@ "playroom" ], "dependencies": { - "@navikt/aksel-icons": "^5.16.0", - "@navikt/ds-css": "^5.16.0", - "@navikt/ds-react": "^5.16.0", - "@navikt/ds-tailwind": "^5.16.0", - "@navikt/ds-tokens": "^5.16.0" + "@navikt/aksel-icons": "^5.17.0", + "@navikt/ds-css": "^5.17.0", + "@navikt/ds-react": "^5.17.0", + "@navikt/ds-tailwind": "^5.17.0", + "@navikt/ds-tokens": "^5.17.0" } }