diff --git a/.changeset/happy-stingrays-judge.md b/.changeset/happy-stingrays-judge.md deleted file mode 100644 index 0067a5e481..0000000000 --- a/.changeset/happy-stingrays-judge.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@navikt/ds-react": minor -"@navikt/ds-css": minor ---- - -:sparkles: Ny komponent FormSummary diff --git a/.changeset/rotten-windows-cover.md b/.changeset/rotten-windows-cover.md deleted file mode 100644 index c2cfa45c09..0000000000 --- a/.changeset/rotten-windows-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Combobox: Prevents "Enter" while Combobox is focused from submitting form. diff --git a/.changeset/wet-books-end.md b/.changeset/wet-books-end.md deleted file mode 100644 index eef0fccc2f..0000000000 --- a/.changeset/wet-books-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/aksel": patch ---- - -Aksel CLI: Fjernet deprecated komponenter fra css oversikt. diff --git a/@navikt/aksel-icons/CHANGELOG.md b/@navikt/aksel-icons/CHANGELOG.md index aa72fc18d1..0e04e0aee1 100644 --- a/@navikt/aksel-icons/CHANGELOG.md +++ b/@navikt/aksel-icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-icons +## 6.6.0 + ## 6.5.0 ## 6.4.1 diff --git a/@navikt/aksel-icons/package.json b/@navikt/aksel-icons/package.json index 85ddbd95d9..004b15b6ce 100644 --- a/@navikt/aksel-icons/package.json +++ b/@navikt/aksel-icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-icons", - "version": "6.5.0", + "version": "6.6.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 0df605fe7a..863f2d2f37 100644 --- a/@navikt/aksel-stylelint/CHANGELOG.md +++ b/@navikt/aksel-stylelint/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-stylelint +## 6.6.0 + ## 6.5.0 ## 6.4.1 diff --git a/@navikt/aksel-stylelint/package.json b/@navikt/aksel-stylelint/package.json index d7a2d97ff5..2d23d41d09 100644 --- a/@navikt/aksel-stylelint/package.json +++ b/@navikt/aksel-stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-stylelint", - "version": "6.5.0", + "version": "6.6.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": "^6.5.0", - "@navikt/ds-tokens": "^6.5.0", + "@navikt/ds-css": "^6.6.0", + "@navikt/ds-tokens": "^6.6.0", "concurrently": "7.2.1", "postcss-selector-parser": "^6.0.13", "postcss-value-parser": "^4.2.0", diff --git a/@navikt/aksel/CHANGELOG.md b/@navikt/aksel/CHANGELOG.md index 753d4ae61d..8bb7817707 100644 --- a/@navikt/aksel/CHANGELOG.md +++ b/@navikt/aksel/CHANGELOG.md @@ -1,5 +1,14 @@ # @navikt/aksel +## 6.6.0 + +### Patch Changes + +- Aksel CLI: Fjernet deprecated komponenter fra css oversikt. ([#2860](https://github.com/navikt/aksel/pull/2860)) + +- Updated dependencies [[`3a73a029f`](https://github.com/navikt/aksel/commit/3a73a029f6272f76e10cb6baefbaa2040feaef6b)]: + - @navikt/ds-css@6.6.0 + ## 6.5.0 ### Patch Changes diff --git a/@navikt/aksel/package.json b/@navikt/aksel/package.json index 7dc0822654..b8a9d09e35 100644 --- a/@navikt/aksel/package.json +++ b/@navikt/aksel/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel", - "version": "6.5.0", + "version": "6.6.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": "6.5.0", + "@navikt/ds-css": "6.6.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 3b44aec93b..b27802632f 100644 --- a/@navikt/core/css/CHANGELOG.md +++ b/@navikt/core/css/CHANGELOG.md @@ -1,5 +1,11 @@ # @navikt/ds-css +## 6.6.0 + +### Minor Changes + +- :sparkles: Ny komponent FormSummary ([#2802](https://github.com/navikt/aksel/pull/2802)) + ## 6.5.0 ## 6.4.1 diff --git a/@navikt/core/css/package.json b/@navikt/core/css/package.json index c621197c0f..352d9fc394 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "6.5.0", + "version": "6.6.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": "^6.5.0", + "@navikt/ds-tokens": "^6.6.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 2072d5eb96..b6410660b5 100644 --- a/@navikt/core/react/CHANGELOG.md +++ b/@navikt/core/react/CHANGELOG.md @@ -1,5 +1,19 @@ # @navikt/ds-react +## 6.6.0 + +### Minor Changes + +- :sparkles: Ny komponent FormSummary ([#2802](https://github.com/navikt/aksel/pull/2802)) + +### Patch Changes + +- Combobox: Prevents "Enter" while Combobox is focused from submitting form. ([#2861](https://github.com/navikt/aksel/pull/2861)) + +- Updated dependencies []: + - @navikt/ds-tokens@6.6.0 + - @navikt/aksel-icons@6.6.0 + ## 6.5.0 ### Minor Changes diff --git a/@navikt/core/react/package.json b/@navikt/core/react/package.json index 80b59f5441..7fb78f6ada 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "6.5.0", + "version": "6.6.0", "description": "React components from the Norwegian Labour and Welfare Administration.", "author": "Aksel, a team part of the Norwegian Labour and Welfare Administration.", "license": "MIT", @@ -573,8 +573,8 @@ }, "dependencies": { "@floating-ui/react": "0.25.4", - "@navikt/aksel-icons": "^6.5.0", - "@navikt/ds-tokens": "^6.5.0", + "@navikt/aksel-icons": "^6.6.0", + "@navikt/ds-tokens": "^6.6.0", "clsx": "^2.1.0", "date-fns": "^3.0.0", "react-day-picker": "8.10.0" diff --git a/@navikt/core/tailwind/CHANGELOG.md b/@navikt/core/tailwind/CHANGELOG.md index 4573e2ed5c..d393ccdc1d 100644 --- a/@navikt/core/tailwind/CHANGELOG.md +++ b/@navikt/core/tailwind/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tailwind +## 6.6.0 + ## 6.5.0 ## 6.4.1 diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index 390cdf841c..54f23fe366 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "6.5.0", + "version": "6.6.0", "description": "Tailwind config based on @navikt/ds-tokens", "author": "Aksel | NAV designsystem team", "keywords": [ @@ -25,7 +25,7 @@ "directory": "@navikt/core/tailwind" }, "devDependencies": { - "@navikt/ds-tokens": "^6.5.0", + "@navikt/ds-tokens": "^6.6.0", "color": "4.2.3", "lodash": "^4.17.21", "tailwindcss": "^3.3.3", diff --git a/@navikt/core/tokens/CHANGELOG.md b/@navikt/core/tokens/CHANGELOG.md index 400dfac854..eb38f99c1e 100644 --- a/@navikt/core/tokens/CHANGELOG.md +++ b/@navikt/core/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tokens +## 6.6.0 + ## 6.5.0 ## 6.4.1 diff --git a/@navikt/core/tokens/package.json b/@navikt/core/tokens/package.json index 3d989bde1b..187e333dad 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "6.5.0", + "version": "6.6.0", "description": "Design-tokens for NAV designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b7ed3074..5c6ddcc349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 6.6 + +### @navikt/aksel + +- Aksel CLI: Fjernet deprecated komponenter fra css oversikt. ([#2860](https://github.com/navikt/aksel/pull/2860)) + +### @navikt/ds-react + +- :sparkles: Ny komponent FormSummary ([#2802](https://github.com/navikt/aksel/pull/2802)) + +* Combobox: Prevents "Enter" while Combobox is focused from submitting form. ([#2861](https://github.com/navikt/aksel/pull/2861)) + +### @navikt/ds-css + +- :sparkles: Ny komponent FormSummary ([#2802](https://github.com/navikt/aksel/pull/2802)) + ## 6.5 ### @navikt/ds-react @@ -20,21 +36,15 @@ ## 6.4 -### @navikt/ds-css - -- FileUpload: Item-illustrasjon er nå radius-full ([#2834](https://github.com/navikt/aksel/pull/2834)) - ### @navikt/ds-react - FileUpload.Item: :boom: Endret API og støtte for å sette ID på knappen ([#2824](https://github.com/navikt/aksel/pull/2824)) -## 6.3 - ### @navikt/ds-css -- ReadMore: Padding-right på button er bumpet noen px ([#2806](https://github.com/navikt/aksel/pull/2806)) +- FileUpload: Item-illustrasjon er nå radius-full ([#2834](https://github.com/navikt/aksel/pull/2834)) -* FileUpload: Ny komponent `FileUpload` for å håndtere opplasting av filer, Dropzone og fil-visning ([#2504](https://github.com/navikt/aksel/pull/2504)) +## 6.3 ### @navikt/ds-react @@ -58,6 +68,12 @@ - FileUpload: Ny komponent `FileUpload` for å håndtere opplasting av filer, Dropzone og fil-visning ([#2504](https://github.com/navikt/aksel/pull/2504)) +### @navikt/ds-css + +- ReadMore: Padding-right på button er bumpet noen px ([#2806](https://github.com/navikt/aksel/pull/2806)) + +* FileUpload: Ny komponent `FileUpload` for å håndtere opplasting av filer, Dropzone og fil-visning ([#2504](https://github.com/navikt/aksel/pull/2504)) + ## 6.2 ### @navikt/aksel-icons @@ -72,12 +88,6 @@ ## 6.1 -### @navikt/ds-css - -- Link: Fjern hover-farge ([#2767](https://github.com/navikt/aksel/pull/2767)) - -- Modal: Får nå fokus når åpnes i Safari ([#2688](https://github.com/navikt/aksel/pull/2688)) - ### @navikt/ds-react - Modal: Fikser uønsket lukking ved klikk-og-dra mellom backdrop og modal (f.eks. ved markering av tekst) dersom `closeOnBackdropClick` er `true`. ([#2752](https://github.com/navikt/aksel/pull/2752)) @@ -90,35 +100,27 @@ - Modal: Ikke opphev scroll lock ved lukking av nesta modal (DatePicker) ([#2743](https://github.com/navikt/aksel/pull/2743)) -## 6.0 - -### @navikt/aksel-icons - -- ESM: ds-react og aksel-icons støtter nå native ESM 🎉 ([#2623](https://github.com/navikt/aksel/pull/2623)) - -* SSR: ds-react og aksel-icons støtter nå `use client` og kan brukes i nextjs app-router uten lokal re-eksportering. ([#2623](https://github.com/navikt/aksel/pull/2623)) - ### @navikt/ds-css -- Tokens: La til nytt brekkpunkt `2xl` for `1440px`. Alle primitives er oppdatert for å reflektere oppdateringen. Brukere av Tailwind vil måtte sjekke at overskriving av `screen: "2xl"` ikke brekker app. ([#2623](https://github.com/navikt/aksel/pull/2623)) +- Link: Fjern hover-farge ([#2767](https://github.com/navikt/aksel/pull/2767)) -- Grid, ContentContainer: Komponenter er fjernet fra systemet. [Se migreringsguide](https://aksel.nav.no/grunnleggende/kode/migrering#dd2cfa9fb1d1). ([#2623](https://github.com/navikt/aksel/pull/2623)) +- Modal: Får nå fokus når åpnes i Safari ([#2688](https://github.com/navikt/aksel/pull/2688)) -- CSS: Oppdatert bruk av action-farger i systemet. Dette påvirker komponentene: Button, CopyButton, Dropdown, Combobox, ConfirmationPanel, Radio, Checkbox, Search, Select, TextField, Textarea, Helptext, LinkPanel, Link, ReadMore, Stepper og Tabs. Endringen skal ikke brekke noe så lenge man ikke har overskrevet farger manuelt. ([#2623](https://github.com/navikt/aksel/pull/2623)) +## 6.0 -- Tokens: Nye tokens `--a-text-action-hover`,`--a-icon-action-hover` og `--a-border-action-hover` ([#2623](https://github.com/navikt/aksel/pull/2623)) +### @navikt/aksel -- Textarea: Fjernet div med klassen navds-textarea\_\_wrapper ([#2623](https://github.com/navikt/aksel/pull/2623)) +- Chat: Fjernet deprecated props `backgroundColor` og `avatarBgColor`. Bruk prop `variant` som erstatning. ([#2623](https://github.com/navikt/aksel/pull/2623)) -### @navikt/ds-tailwind +### @navikt/aksel-stylelint -- Tokens: La til nytt brekkpunkt `2xl` for `1440px`. Alle primitives er oppdatert for å reflektere oppdateringen. Brukere av Tailwind vil måtte sjekke at overskriving av `screen: "2xl"` ikke brekker app. ([#2623](https://github.com/navikt/aksel/pull/2623)) +- Textarea: Fjernet div med klassen navds-textarea\_\_wrapper ([#2623](https://github.com/navikt/aksel/pull/2623)) -### @navikt/ds-tokens +### @navikt/aksel-icons -- Tokens: La til nytt brekkpunkt `2xl` for `1440px`. Alle primitives er oppdatert for å reflektere oppdateringen. Brukere av Tailwind vil måtte sjekke at overskriving av `screen: "2xl"` ikke brekker app. ([#2623](https://github.com/navikt/aksel/pull/2623)) +- ESM: ds-react og aksel-icons støtter nå native ESM 🎉 ([#2623](https://github.com/navikt/aksel/pull/2623)) -- Tokens: Fjernet token `--a-z-index-modal` da den ikke lengre blir konsumert i systemet. ([#2623](https://github.com/navikt/aksel/pull/2623)) +* SSR: ds-react og aksel-icons støtter nå `use client` og kan brukes i nextjs app-router uten lokal re-eksportering. ([#2623](https://github.com/navikt/aksel/pull/2623)) ### @navikt/ds-react @@ -142,14 +144,28 @@ * SSR: ds-react og aksel-icons støtter nå `use client` og kan brukes i nextjs app-router uten lokal re-eksportering. ([#2623](https://github.com/navikt/aksel/pull/2623)) -### @navikt/aksel +### @navikt/ds-tokens -- Chat: Fjernet deprecated props `backgroundColor` og `avatarBgColor`. Bruk prop `variant` som erstatning. ([#2623](https://github.com/navikt/aksel/pull/2623)) +- Tokens: La til nytt brekkpunkt `2xl` for `1440px`. Alle primitives er oppdatert for å reflektere oppdateringen. Brukere av Tailwind vil måtte sjekke at overskriving av `screen: "2xl"` ikke brekker app. ([#2623](https://github.com/navikt/aksel/pull/2623)) -### @navikt/aksel-stylelint +- Tokens: Fjernet token `--a-z-index-modal` da den ikke lengre blir konsumert i systemet. ([#2623](https://github.com/navikt/aksel/pull/2623)) + +### @navikt/ds-css + +- Tokens: La til nytt brekkpunkt `2xl` for `1440px`. Alle primitives er oppdatert for å reflektere oppdateringen. Brukere av Tailwind vil måtte sjekke at overskriving av `screen: "2xl"` ikke brekker app. ([#2623](https://github.com/navikt/aksel/pull/2623)) + +- Grid, ContentContainer: Komponenter er fjernet fra systemet. [Se migreringsguide](https://aksel.nav.no/grunnleggende/kode/migrering#dd2cfa9fb1d1). ([#2623](https://github.com/navikt/aksel/pull/2623)) + +- CSS: Oppdatert bruk av action-farger i systemet. Dette påvirker komponentene: Button, CopyButton, Dropdown, Combobox, ConfirmationPanel, Radio, Checkbox, Search, Select, TextField, Textarea, Helptext, LinkPanel, Link, ReadMore, Stepper og Tabs. Endringen skal ikke brekke noe så lenge man ikke har overskrevet farger manuelt. ([#2623](https://github.com/navikt/aksel/pull/2623)) + +- Tokens: Nye tokens `--a-text-action-hover`,`--a-icon-action-hover` og `--a-border-action-hover` ([#2623](https://github.com/navikt/aksel/pull/2623)) - Textarea: Fjernet div med klassen navds-textarea\_\_wrapper ([#2623](https://github.com/navikt/aksel/pull/2623)) +### @navikt/ds-tailwind + +- Tokens: La til nytt brekkpunkt `2xl` for `1440px`. Alle primitives er oppdatert for å reflektere oppdateringen. Brukere av Tailwind vil måtte sjekke at overskriving av `screen: "2xl"` ikke brekker app. ([#2623](https://github.com/navikt/aksel/pull/2623)) + ## 5.18 ### @navikt/ds-react @@ -164,14 +180,6 @@ ## 5.17 -### @navikt/ds-css - -- ExpansionCard: Padding-top for Content er justert opp 8px (medium) og 4px (small) ([#2699](https://github.com/navikt/aksel/pull/2699)) - -* Checkbox: I noen edgecaser ved bruk av shadow-dom ble ikke checkmark sentert i Checkbox ([#2682](https://github.com/navikt/aksel/pull/2682)) - -- Høykontrast: Komponenter støtter nå standard høykontrast-modus på Windows ([#2680](https://github.com/navikt/aksel/pull/2680)) - ### @navikt/ds-react - Bleed: `marginInline='full'` og `reflectivePadding` kan nå brukes sammen. ([#2695](https://github.com/navikt/aksel/pull/2695)) @@ -188,12 +196,24 @@ - Høykontrast: Komponenter støtter nå standard høykontrast-modus på Windows ([#2680](https://github.com/navikt/aksel/pull/2680)) +### @navikt/ds-css + +- ExpansionCard: Padding-top for Content er justert opp 8px (medium) og 4px (small) ([#2699](https://github.com/navikt/aksel/pull/2699)) + +* Checkbox: I noen edgecaser ved bruk av shadow-dom ble ikke checkmark sentert i Checkbox ([#2682](https://github.com/navikt/aksel/pull/2682)) + +- Høykontrast: Komponenter støtter nå standard høykontrast-modus på Windows ([#2680](https://github.com/navikt/aksel/pull/2680)) + ## 5.16 ### @navikt/aksel-icons - Ikoner: Nytt ikon `LocationPin` ✨ ([#2672](https://github.com/navikt/aksel/pull/2672)) +### @navikt/ds-react + +- :sparkles: Combobox: Mulighet for å begrense hvor mange valg bruker kan ta ([#2260](https://github.com/navikt/aksel/pull/2260)) + ### @navikt/ds-css - :sparkles: Combobox: Mulighet for å begrense hvor mange valg bruker kan ta ([#2260](https://github.com/navikt/aksel/pull/2260)) @@ -202,10 +222,6 @@ - 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 @@ -218,12 +234,6 @@ ## 5.14 -### @navikt/ds-css - -- Tag: Har nå innebygd støtte for ikoner ([#2611](https://github.com/navikt/aksel/pull/2611)) - -* Table: Checkbox nested i CheckboxGroup mister nå ikke padding ([#2612](https://github.com/navikt/aksel/pull/2612)) - ### @navikt/ds-react - Intern state: Komponenter respekterer nå `e.preventDefault()` bedre når event overskrives internt i komponent. ([#2610](https://github.com/navikt/aksel/pull/2610)) @@ -236,15 +246,13 @@ * Intern-API: Erstattet `mergeRefs` i `useMemo` med lokal `useMergeRefs`-hook ([#2609](https://github.com/navikt/aksel/pull/2609)) -## 5.13 - ### @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)) +- Tag: Har nå innebygd støtte for ikoner ([#2611](https://github.com/navikt/aksel/pull/2611)) -### @navikt/ds-tokens +* Table: Checkbox nested i CheckboxGroup mister nå ikke padding ([#2612](https://github.com/navikt/aksel/pull/2612)) -- Tokens: Ny token `--a-text-width-max: 576px` ([#2572](https://github.com/navikt/aksel/pull/2572)) +## 5.13 ### @navikt/ds-react @@ -254,15 +262,23 @@ * Page: Lagt til ny bakgrunnsfarge `surface-subtle` og ny maksbredde på Page.Block `text` ([#2572](https://github.com/navikt/aksel/pull/2572)) +### @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)) + ## 5.12 -### @navikt/aksel-icons +### @navikt/aksel-stylelint -- Ikoner: Oppdatert ikonpakke med diverse bugdfixes og oppdateringer av stroke ([#2538](https://github.com/navikt/aksel/pull/2538)) +- Stylelint: Støtter nå stylelint v16 ([#2591](https://github.com/navikt/aksel/pull/2591)) -### @navikt/ds-css +### @navikt/aksel-icons -- ExpansionCard: Divider mellom header og innhold ([#2566](https://github.com/navikt/aksel/pull/2566)) +- Ikoner: Oppdatert ikonpakke med diverse bugdfixes og oppdateringer av stroke ([#2538](https://github.com/navikt/aksel/pull/2538)) ### @navikt/ds-react @@ -276,9 +292,9 @@ * Datepicker: Lukk-knapp i modal har nå type button for å unngå form-submition ([#2568](https://github.com/navikt/aksel/pull/2568)) -### @navikt/aksel-stylelint +### @navikt/ds-css -- Stylelint: Støtter nå stylelint v16 ([#2591](https://github.com/navikt/aksel/pull/2591)) +- ExpansionCard: Divider mellom header og innhold ([#2566](https://github.com/navikt/aksel/pull/2566)) ## 5.11 @@ -286,24 +302,6 @@ - Ikoner: Nytt ikon `PushPin` ([#2503](https://github.com/navikt/aksel/pull/2503)) -### @navikt/ds-css - -- Chips: La til token for checkmark-circle ([#2558](https://github.com/navikt/aksel/pull/2558)) - -* :bug: Modal: Hindre at elementer med sr-only posisjoneres feil ([#2541](https://github.com/navikt/aksel/pull/2541)) - -- :bug: Textarea: Skru av autosize ved manuell resize ([#2518](https://github.com/navikt/aksel/pull/2518)) - -- Page: La til `md`-bredde (768px) ([#2510](https://github.com/navikt/aksel/pull/2510)) - -* Switch: Byttet success-farger med action npr checked ([#2511](https://github.com/navikt/aksel/pull/2511)) - -- :sparkles: Textarea: Mulighet for å sette resize-retning ([#2494](https://github.com/navikt/aksel/pull/2494)) - -- :sparkles: Textarea: Eksperimentell støtte for automatisk scrollbar ([#2457](https://github.com/navikt/aksel/pull/2457)) - -* :wheelchair: Textarea: Forsinkelse ved live-opplesning av gjenstående tegn ([#2502](https://github.com/navikt/aksel/pull/2502)) - ### @navikt/ds-react - Chips: La til token for checkmark-circle ([#2558](https://github.com/navikt/aksel/pull/2558)) @@ -326,19 +324,25 @@ - :wheelchair: Textarea: Forsinkelse ved live-opplesning av gjenstående tegn ([#2502](https://github.com/navikt/aksel/pull/2502)) -## 5.10 - ### @navikt/ds-css -- :bug: Textarea: Teller flyttet ut av tekstfeltet for å unngå overlapp og misforståelser ([#2483](https://github.com/navikt/aksel/pull/2483)) +- Chips: La til token for checkmark-circle ([#2558](https://github.com/navikt/aksel/pull/2558)) -* Primtives: CSS-import for primitives er nå mer spesifikk ([#2469](https://github.com/navikt/aksel/pull/2469)) +* :bug: Modal: Hindre at elementer med sr-only posisjoneres feil ([#2541](https://github.com/navikt/aksel/pull/2541)) -- Primitives: Ny komponent `Page` og `Page.Block` ([#2456](https://github.com/navikt/aksel/pull/2456)) +- :bug: Textarea: Skru av autosize ved manuell resize ([#2518](https://github.com/navikt/aksel/pull/2518)) -### @navikt/ds-tailwind +- Page: La til `md`-bredde (768px) ([#2510](https://github.com/navikt/aksel/pull/2510)) -- typescript types for tailwind preset ([#2486](https://github.com/navikt/aksel/pull/2486)) +* Switch: Byttet success-farger med action npr checked ([#2511](https://github.com/navikt/aksel/pull/2511)) + +- :sparkles: Textarea: Mulighet for å sette resize-retning ([#2494](https://github.com/navikt/aksel/pull/2494)) + +- :sparkles: Textarea: Eksperimentell støtte for automatisk scrollbar ([#2457](https://github.com/navikt/aksel/pull/2457)) + +* :wheelchair: Textarea: Forsinkelse ved live-opplesning av gjenstående tegn ([#2502](https://github.com/navikt/aksel/pull/2502)) + +## 5.10 ### @navikt/ds-react @@ -356,19 +360,19 @@ - Primitives: Ny komponent `Page` og `Page.Block` ([#2456](https://github.com/navikt/aksel/pull/2456)) -## 5.9 - ### @navikt/ds-css -- :lipstick: Modal: Bedre håndtering av mobiler i landskapsmodus ([#2444](https://github.com/navikt/aksel/pull/2444)) +- :bug: Textarea: Teller flyttet ut av tekstfeltet for å unngå overlapp og misforståelser ([#2483](https://github.com/navikt/aksel/pull/2483)) -* Datepicker/Monthpicker: Hvis man bruker komponentene i Modal vil Popover bli erstattet med Modal uansett om man er på desktop eller mobil. ([#2419](https://github.com/navikt/aksel/pull/2419)) +* Primtives: CSS-import for primitives er nå mer spesifikk ([#2469](https://github.com/navikt/aksel/pull/2469)) -* Datepicker/Monthpicker/Popover: Fjernet `bubbleEscape`-prop. ([#2419](https://github.com/navikt/aksel/pull/2419)) +- Primitives: Ny komponent `Page` og `Page.Block` ([#2456](https://github.com/navikt/aksel/pull/2456)) -* useDatepicker/useMonthPicker/useRangedpicker: Fjernet `openOnFocus`-prop, kan nå bare åpnes ved klikk på date-knapp i input. ([#2419](https://github.com/navikt/aksel/pull/2419)) +### @navikt/ds-tailwind -* Datepicker/Monthpicker: Bytter nå automatisk til Modalvisning på mobil. ([#2419](https://github.com/navikt/aksel/pull/2419)) +- typescript types for tailwind preset ([#2486](https://github.com/navikt/aksel/pull/2486)) + +## 5.9 ### @navikt/ds-react @@ -384,11 +388,19 @@ - Added useVirtualFocus hook - used in Combobox for now ([#2394](https://github.com/navikt/aksel/pull/2394)) -## 5.8 - ### @navikt/ds-css -- :bug: Modal: Bedre støtte for Tooltip i Modal ([#2429](https://github.com/navikt/aksel/pull/2429)) +- :lipstick: Modal: Bedre håndtering av mobiler i landskapsmodus ([#2444](https://github.com/navikt/aksel/pull/2444)) + +* Datepicker/Monthpicker: Hvis man bruker komponentene i Modal vil Popover bli erstattet med Modal uansett om man er på desktop eller mobil. ([#2419](https://github.com/navikt/aksel/pull/2419)) + +* Datepicker/Monthpicker/Popover: Fjernet `bubbleEscape`-prop. ([#2419](https://github.com/navikt/aksel/pull/2419)) + +* useDatepicker/useMonthPicker/useRangedpicker: Fjernet `openOnFocus`-prop, kan nå bare åpnes ved klikk på date-knapp i input. ([#2419](https://github.com/navikt/aksel/pull/2419)) + +* Datepicker/Monthpicker: Bytter nå automatisk til Modalvisning på mobil. ([#2419](https://github.com/navikt/aksel/pull/2419)) + +## 5.8 ### @navikt/ds-react @@ -400,50 +412,54 @@ * :bug: Modal: Bedre støtte for Tooltip i Modal ([#2429](https://github.com/navikt/aksel/pull/2429)) +### @navikt/ds-css + +- :bug: Modal: Bedre støtte for Tooltip i Modal ([#2429](https://github.com/navikt/aksel/pull/2429)) + ## 5.7 ### @navikt/aksel-icons - Ikoner: Nye ikoner `ChevronLeftFirstCircle` og `ChevronRightLastCircle` ([#2365](https://github.com/navikt/aksel/pull/2365)) -### @navikt/ds-css +### @navikt/ds-react - :lipstick: Chips.Toggle: Ikon i uvalgt tilstand ([#2395](https://github.com/navikt/aksel/pull/2395)) -* Checkbox, Radio: Transparent-border fungerer nå bedre på mørkere bakgrunner ([#2388](https://github.com/navikt/aksel/pull/2388)) +* Loader: Har nå riktig `ref`-type. ([#2391](https://github.com/navikt/aksel/pull/2391)) -- Ny spacing token på 0.375rem ([#2370](https://github.com/navikt/aksel/pull/2370)) +- Datepicker: Fungerer nå bedre i Modal ([#2400](https://github.com/navikt/aksel/pull/2400)) -- Select: Tokenstøtte for å endre chevronfarge sammen med tekst ([#2383](https://github.com/navikt/aksel/pull/2383)) +* Forms: Fikset bug der size='small' ikke oppdaterte typografi. ([#2372](https://github.com/navikt/aksel/pull/2372)) -- HelpText: Knapp er visuelt mindre. Klikkflate er fortsatt 24px ([#2376](https://github.com/navikt/aksel/pull/2376)) +* HelpText: Knapp er visuelt mindre. Klikkflate er fortsatt 24px ([#2376](https://github.com/navikt/aksel/pull/2376)) + +- MonthPicker: Fikset tastaturnavigasjon ([#2374](https://github.com/navikt/aksel/pull/2374)) * Radio: readonly håndterer nå hover-state bedre ([#2363](https://github.com/navikt/aksel/pull/2363)) +- Chores: Ryddet opp i sirkulære depdendencies ([#2366](https://github.com/navikt/aksel/pull/2366)) + - :lipstick: CopyButton: Justert padding, gap og animasjon ([#2355](https://github.com/navikt/aksel/pull/2355)) ### @navikt/ds-tokens - Ny spacing token på 0.375rem ([#2370](https://github.com/navikt/aksel/pull/2370)) -### @navikt/ds-react +### @navikt/ds-css - :lipstick: Chips.Toggle: Ikon i uvalgt tilstand ([#2395](https://github.com/navikt/aksel/pull/2395)) -* Loader: Har nå riktig `ref`-type. ([#2391](https://github.com/navikt/aksel/pull/2391)) - -- Datepicker: Fungerer nå bedre i Modal ([#2400](https://github.com/navikt/aksel/pull/2400)) +* Checkbox, Radio: Transparent-border fungerer nå bedre på mørkere bakgrunner ([#2388](https://github.com/navikt/aksel/pull/2388)) -* Forms: Fikset bug der size='small' ikke oppdaterte typografi. ([#2372](https://github.com/navikt/aksel/pull/2372)) +- Ny spacing token på 0.375rem ([#2370](https://github.com/navikt/aksel/pull/2370)) -* HelpText: Knapp er visuelt mindre. Klikkflate er fortsatt 24px ([#2376](https://github.com/navikt/aksel/pull/2376)) +- Select: Tokenstøtte for å endre chevronfarge sammen med tekst ([#2383](https://github.com/navikt/aksel/pull/2383)) -- MonthPicker: Fikset tastaturnavigasjon ([#2374](https://github.com/navikt/aksel/pull/2374)) +- HelpText: Knapp er visuelt mindre. Klikkflate er fortsatt 24px ([#2376](https://github.com/navikt/aksel/pull/2376)) * Radio: readonly håndterer nå hover-state bedre ([#2363](https://github.com/navikt/aksel/pull/2363)) -- Chores: Ryddet opp i sirkulære depdendencies ([#2366](https://github.com/navikt/aksel/pull/2366)) - - :lipstick: CopyButton: Justert padding, gap og animasjon ([#2355](https://github.com/navikt/aksel/pull/2355)) ## 5.6 @@ -456,59 +472,59 @@ * Ikoner: Nye ikoner `ClipboardCheckmark` og `ClipboardLink` ([#2307](https://github.com/navikt/aksel/pull/2307)) -### @navikt/ds-css +### @navikt/ds-react -- :bug: Modal: Sett riktig tekstfarge ([#2340](https://github.com/navikt/aksel/pull/2340)) +- Datepicker: Popover legger seg nå ikke ovenfor input ([#2349](https://github.com/navikt/aksel/pull/2349)) -* Primitives: ny komponent Bleed ([#2278](https://github.com/navikt/aksel/pull/2278)) +* :lipstick: DatePicker: Litt smalere inputfelt ([#2354](https://github.com/navikt/aksel/pull/2354)) -- :recycle: Box: Forenkling av CSS-variabler ([#2279](https://github.com/navikt/aksel/pull/2279)) +- Added aria-hidden to AccordionContent when closed, to fix issue where Radio labels were omitted when opening/closing AccordionItems ([#2338](https://github.com/navikt/aksel/pull/2338)) -- Accordion: Har nå 0.25rem padding-top mellom innhold og heading. ([#2310](https://github.com/navikt/aksel/pull/2310)) +* :recycle: Refaktorering og småfikser ([#2265](https://github.com/navikt/aksel/pull/2265)) -- Added cursor:pointer to Select component ([#2293](https://github.com/navikt/aksel/pull/2293)) + - Refaktorering som følge av nye ESLint-regler + - AccordionItem/ToggleGroup: Støtte for 'id'-prop + - MonthPicker: Mer presis type for 'onMonthSelect' prop -- :bug: Box: sett border-radius riktig ([#2329](https://github.com/navikt/aksel/pull/2329)) +* Datepicker: Tilbyr nå muligheten til å bruke `onWeekNumberClick`. ([#2311](https://github.com/navikt/aksel/pull/2311)) -- Stack: Kan nå endre direction, justify og align ved brekkpunkt. `Stack` er også nå en egen komponent sammen med `HStack` og `VStack`. ([#2286](https://github.com/navikt/aksel/pull/2286)) +* Primitives: ny komponent Bleed ([#2278](https://github.com/navikt/aksel/pull/2278)) -- Datepicker: Tilpasset padding og sizing på mobil. ([#2311](https://github.com/navikt/aksel/pull/2311)) +- Accordion: Console.error når Accordion blir brukt feil. ([#2310](https://github.com/navikt/aksel/pull/2310)) -- MonthPicker: Tilpasset padding og sizing på mobil. ([#2311](https://github.com/navikt/aksel/pull/2311)) +- Stack: Kan nå endre direction, justify og align ved brekkpunkt. `Stack` er også nå en egen komponent sammen med `HStack` og `VStack`. ([#2286](https://github.com/navikt/aksel/pull/2286)) -### @navikt/ds-tokens +- Primitives: Show/Hide støtter nå `asChild`-api ([#2312](https://github.com/navikt/aksel/pull/2312)) -- Tokens: Tilbyr nå token literals for typer, tidligere string literals ([#2342](https://github.com/navikt/aksel/pull/2342)) +- Remove tabIndex="-1" on Popover to fix VoiceOver navigation issue inside Popover ([#2303](https://github.com/navikt/aksel/pull/2303)) -### @navikt/ds-react +### @navikt/ds-tokens -- Datepicker: Popover legger seg nå ikke ovenfor input ([#2349](https://github.com/navikt/aksel/pull/2349)) +- Tokens: Tilbyr nå token literals for typer, tidligere string literals ([#2342](https://github.com/navikt/aksel/pull/2342)) -* :lipstick: DatePicker: Litt smalere inputfelt ([#2354](https://github.com/navikt/aksel/pull/2354)) +### @navikt/ds-css -- Added aria-hidden to AccordionContent when closed, to fix issue where Radio labels were omitted when opening/closing AccordionItems ([#2338](https://github.com/navikt/aksel/pull/2338)) +- :bug: Modal: Sett riktig tekstfarge ([#2340](https://github.com/navikt/aksel/pull/2340)) -* :recycle: Refaktorering og småfikser ([#2265](https://github.com/navikt/aksel/pull/2265)) +* Primitives: ny komponent Bleed ([#2278](https://github.com/navikt/aksel/pull/2278)) - - Refaktorering som følge av nye ESLint-regler - - AccordionItem/ToggleGroup: Støtte for 'id'-prop - - MonthPicker: Mer presis type for 'onMonthSelect' prop +- :recycle: Box: Forenkling av CSS-variabler ([#2279](https://github.com/navikt/aksel/pull/2279)) -* Datepicker: Tilbyr nå muligheten til å bruke `onWeekNumberClick`. ([#2311](https://github.com/navikt/aksel/pull/2311)) +- Accordion: Har nå 0.25rem padding-top mellom innhold og heading. ([#2310](https://github.com/navikt/aksel/pull/2310)) -* Primitives: ny komponent Bleed ([#2278](https://github.com/navikt/aksel/pull/2278)) +- Added cursor:pointer to Select component ([#2293](https://github.com/navikt/aksel/pull/2293)) -- Accordion: Console.error når Accordion blir brukt feil. ([#2310](https://github.com/navikt/aksel/pull/2310)) +- :bug: Box: sett border-radius riktig ([#2329](https://github.com/navikt/aksel/pull/2329)) - Stack: Kan nå endre direction, justify og align ved brekkpunkt. `Stack` er også nå en egen komponent sammen med `HStack` og `VStack`. ([#2286](https://github.com/navikt/aksel/pull/2286)) -- Primitives: Show/Hide støtter nå `asChild`-api ([#2312](https://github.com/navikt/aksel/pull/2312)) +- Datepicker: Tilpasset padding og sizing på mobil. ([#2311](https://github.com/navikt/aksel/pull/2311)) -- Remove tabIndex="-1" on Popover to fix VoiceOver navigation issue inside Popover ([#2303](https://github.com/navikt/aksel/pull/2303)) +- MonthPicker: Tilpasset padding og sizing på mobil. ([#2311](https://github.com/navikt/aksel/pull/2311)) ## 5.5 -### @navikt/ds-css +### @navikt/ds-react - Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195)) @@ -518,7 +534,7 @@ - Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195)) -### @navikt/ds-react +### @navikt/ds-css - Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195)) @@ -526,16 +542,6 @@ ## 5.4 -### @navikt/ds-css - -- Primitives: Nye komponenter `Show` og `Hide` er lagt til. ([#2222](https://github.com/navikt/aksel/pull/2222)) - -* ErrorSummary: Har nå 8px border-radius ([#2256](https://github.com/navikt/aksel/pull/2256)) - -### @navikt/ds-tokens - -- Tokens: `data-theme="light"` vil nå tilbakestille theming ([#2238](https://github.com/navikt/aksel/pull/2238)) - ### @navikt/ds-react - MonthPicker: Fikset kalkulering av fromDate/toDate ([#2269](https://github.com/navikt/aksel/pull/2269)) @@ -544,25 +550,21 @@ - Search: Kjører nå bare preventDefault ved Escape når `input` inneholder tekst ([#2245](https://github.com/navikt/aksel/pull/2245)) -## 5.3 - -### @navikt/aksel-icons +### @navikt/ds-tokens -- :bug: SVG import map er nå riktig path ([#2250](https://github.com/navikt/aksel/pull/2250)) +- Tokens: `data-theme="light"` vil nå tilbakestille theming ([#2238](https://github.com/navikt/aksel/pull/2238)) ### @navikt/ds-css -- Alert: 12px -> 8px gap mellom tekst og ikon ved `size="small"` ([#2240](https://github.com/navikt/aksel/pull/2240)) - -* HGrid: Har nå `align`-prop for bedre kontroll over child-elementer ([#2242](https://github.com/navikt/aksel/pull/2242)) +- Primitives: Nye komponenter `Show` og `Hide` er lagt til. ([#2222](https://github.com/navikt/aksel/pull/2222)) -- Skeleton: Lagt til as-prop for inline brk av Skeleton med span ([#2239](https://github.com/navikt/aksel/pull/2239)) +* ErrorSummary: Har nå 8px border-radius ([#2256](https://github.com/navikt/aksel/pull/2256)) -* :bug: fix missing accordion bottom box-shadow on last element (when opened) ([#2229](https://github.com/navikt/aksel/pull/2229)) +## 5.3 -* :lipstick: GuidePanel: justert design ([#2227](https://github.com/navikt/aksel/pull/2227)) +### @navikt/aksel-icons -- Typography: Oppdatert med typo-klasser for `textColor`, `weight`, `align`, `visuallyHidden` og `truncated`. ([#2211](https://github.com/navikt/aksel/pull/2211)) +- :bug: SVG import map er nå riktig path ([#2250](https://github.com/navikt/aksel/pull/2250)) ### @navikt/ds-react @@ -586,19 +588,25 @@ * :wheelchair: Textarea: Skjermleser-spesifikk tekst leses opp sammenhengende ([#2216](https://github.com/navikt/aksel/pull/2216)) -## 5.2 +### @navikt/ds-css -### @navikt/aksel-icons +- Alert: 12px -> 8px gap mellom tekst og ikon ved `size="small"` ([#2240](https://github.com/navikt/aksel/pull/2240)) -- Ikoner: Oppdatert ikonpakke ([#2197](https://github.com/navikt/aksel/pull/2197)) +* HGrid: Har nå `align`-prop for bedre kontroll over child-elementer ([#2242](https://github.com/navikt/aksel/pull/2242)) -### @navikt/ds-css +- Skeleton: Lagt til as-prop for inline brk av Skeleton med span ([#2239](https://github.com/navikt/aksel/pull/2239)) -- Font: Fikset henting av italic-font ([#2220](https://github.com/navikt/aksel/pull/2220)) +* :bug: fix missing accordion bottom box-shadow on last element (when opened) ([#2229](https://github.com/navikt/aksel/pull/2229)) -* CSS: Popover har nå 8px border-radius. Fikset padding-bug i Select-small. ([#2219](https://github.com/navikt/aksel/pull/2219)) +* :lipstick: GuidePanel: justert design ([#2227](https://github.com/navikt/aksel/pull/2227)) -* 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)) +- Typography: Oppdatert med typo-klasser for `textColor`, `weight`, `align`, `visuallyHidden` og `truncated`. ([#2211](https://github.com/navikt/aksel/pull/2211)) + +## 5.2 + +### @navikt/aksel-icons + +- Ikoner: Oppdatert ikonpakke ([#2197](https://github.com/navikt/aksel/pull/2197)) ### @navikt/ds-react @@ -608,13 +616,15 @@ - 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)) -## 5.1 - ### @navikt/ds-css -- :lipstick: Modal: fjern kantlinje ([#2210](https://github.com/navikt/aksel/pull/2210)) +- Font: Fikset henting av italic-font ([#2220](https://github.com/navikt/aksel/pull/2220)) -- Tokens: Fikset table-token ([#2204](https://github.com/navikt/aksel/pull/2204)) +* CSS: Popover har nå 8px border-radius. Fikset padding-bug i Select-small. ([#2219](https://github.com/navikt/aksel/pull/2219)) + +* 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)) + +## 5.1 ### @navikt/ds-react @@ -624,24 +634,29 @@ * Datepicker: Input setter ikke nå aria-controls før popover åpnes ([#2213](https://github.com/navikt/aksel/pull/2213)) +### @navikt/ds-css + +- :lipstick: Modal: fjern kantlinje ([#2210](https://github.com/navikt/aksel/pull/2210)) + +- Tokens: Fikset table-token ([#2204](https://github.com/navikt/aksel/pull/2204)) + ## 5.0 -### @navikt/ds-css +### @navikt/ds-react - ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199)) -- Checkbox: Fikset checkbox-alignment ved bruk av tailwindcss ([#2199](https://github.com/navikt/aksel/pull/2199)) - -* Checkbox: Hotfix da checkmark ikke var sentrert hvis man brukte tailwind ([`90db7dd0c`](https://github.com/navikt/aksel/commit/90db7dd0c120c16a387d3169c05c1f33dc694323)) +* :label: Modal: Bedre type for `width` ([#2191](https://github.com/navikt/aksel/pull/2191)) - Oppdatert Modal - Se [Migrering](https://aksel.nav.no/grunnleggende/kode/migrering) ([#2135](https://github.com/navikt/aksel/pull/2135)) - :sparkles: Støtte for header og footer - :boom: Bruker nå native dialog i stedet for react-modal (med polyfill for eldre nettlesere) + - :boom: Provider: `appElement` er fjernet * Table: ExpandableRow har oppdatert knapp for å matche Accordion og ExpansionCard ([#2178](https://github.com/navikt/aksel/pull/2178)) -* Table: Alle størrelser har justert padding. Small-size table bruker nå også standard typografi-størrelse (18px). ([#2178](https://github.com/navikt/aksel/pull/2178)) +* Table: Har lagt til ny size: 'large'. ([#2178](https://github.com/navikt/aksel/pull/2178)) ### @navikt/ds-tokens @@ -653,36 +668,25 @@ * Action: Selected-varianter av action er nå 'blue' ('deepblue' før) ([#2092](https://github.com/navikt/aksel/pull/2092)) -### @navikt/ds-react +### @navikt/ds-css - ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199)) -* :label: Modal: Bedre type for `width` ([#2191](https://github.com/navikt/aksel/pull/2191)) +- Checkbox: Fikset checkbox-alignment ved bruk av tailwindcss ([#2199](https://github.com/navikt/aksel/pull/2199)) + +* Checkbox: Hotfix da checkmark ikke var sentrert hvis man brukte tailwind ([`90db7dd0c`](https://github.com/navikt/aksel/commit/90db7dd0c120c16a387d3169c05c1f33dc694323)) - Oppdatert Modal - Se [Migrering](https://aksel.nav.no/grunnleggende/kode/migrering) ([#2135](https://github.com/navikt/aksel/pull/2135)) - :sparkles: Støtte for header og footer - :boom: Bruker nå native dialog i stedet for react-modal (med polyfill for eldre nettlesere) - - :boom: Provider: `appElement` er fjernet * Table: ExpandableRow har oppdatert knapp for å matche Accordion og ExpansionCard ([#2178](https://github.com/navikt/aksel/pull/2178)) -* Table: Har lagt til ny size: 'large'. ([#2178](https://github.com/navikt/aksel/pull/2178)) +* Table: Alle størrelser har justert padding. Small-size table bruker nå også standard typografi-størrelse (18px). ([#2178](https://github.com/navikt/aksel/pull/2178)) ## 4.12 -### @navikt/ds-css - -- Added red border to Combobox in error state ([#2184](https://github.com/navikt/aksel/pull/2184)) - -* CopyButton: Har nå prop 'iconPosition' for å høyre/venstre aligne ikon ([#2173](https://github.com/navikt/aksel/pull/2173)) - -- List: Fikset sentrering, margins ([#2168](https://github.com/navikt/aksel/pull/2168)) - -- Checkbox: Checkmark er nå SVG-ikon og ikke Base64 ([#2171](https://github.com/navikt/aksel/pull/2171)) - -- Alert: Fikset alignment av status-ikon mot tekst ([#2179](https://github.com/navikt/aksel/pull/2179)) - ### @navikt/ds-react - Added red border to Combobox in error state ([#2184](https://github.com/navikt/aksel/pull/2184)) @@ -703,19 +707,19 @@ - Combobox: Lukker nå nedtrekksmeny hvis man legger til ny option i singleselect ([#2177](https://github.com/navikt/aksel/pull/2177)) -## 4.11 - ### @navikt/ds-css -- :lipstick: ToggleGroup: fjern semibold fra selected button ([#2167](https://github.com/navikt/aksel/pull/2167)) +- Added red border to Combobox in error state ([#2184](https://github.com/navikt/aksel/pull/2184)) -* Border-radius: Fikset hardkodet border-radius i Datepicker, ToggleGroup og Combobox. ([#2159](https://github.com/navikt/aksel/pull/2159)) +* CopyButton: Har nå prop 'iconPosition' for å høyre/venstre aligne ikon ([#2173](https://github.com/navikt/aksel/pull/2173)) -- HGrid: Ny komponent 'HGrid' er ute i Beta: [Dokumentasjon](https://aksel.nav.no/komponenter/core/hgrid) ([#1838](https://github.com/navikt/aksel/pull/1838)) +- List: Fikset sentrering, margins ([#2168](https://github.com/navikt/aksel/pull/2168)) -* List: Fikset alignment av ikoner ([#2149](https://github.com/navikt/aksel/pull/2149)) +- Checkbox: Checkmark er nå SVG-ikon og ikke Base64 ([#2171](https://github.com/navikt/aksel/pull/2171)) -* Font: La til egen font for semibold italic for bedre skalering cross-browser ([#2150](https://github.com/navikt/aksel/pull/2150)) +- Alert: Fikset alignment av status-ikon mot tekst ([#2179](https://github.com/navikt/aksel/pull/2179)) + +## 4.11 ### @navikt/ds-react @@ -725,25 +729,31 @@ * Grid: Markert som deprecated. Bruk nye 'HGrid' ([#2153](https://github.com/navikt/aksel/pull/2153)) -## 4.10 - ### @navikt/ds-css -- Link: Fikset visited farger og inline SVG-reset ved bruk av tailwind +- :lipstick: ToggleGroup: fjern semibold fra selected button ([#2167](https://github.com/navikt/aksel/pull/2167)) -* Link: La til 'variant', 'underline' og 'inlineText'-prop ([#2093](https://github.com/navikt/aksel/pull/2093)) +* Border-radius: Fikset hardkodet border-radius i Datepicker, ToggleGroup og Combobox. ([#2159](https://github.com/navikt/aksel/pull/2159)) + +- HGrid: Ny komponent 'HGrid' er ute i Beta: [Dokumentasjon](https://aksel.nav.no/komponenter/core/hgrid) ([#1838](https://github.com/navikt/aksel/pull/1838)) + +* List: Fikset alignment av ikoner ([#2149](https://github.com/navikt/aksel/pull/2149)) + +* Font: La til egen font for semibold italic for bedre skalering cross-browser ([#2150](https://github.com/navikt/aksel/pull/2150)) + +## 4.10 ### @navikt/ds-react - Link: La til 'variant', 'underline' og 'inlineText'-prop ([#2093](https://github.com/navikt/aksel/pull/2093)) -## 4.9 - ### @navikt/ds-css -- Tweaks to combobox - updated example, small bugfixes, better affordance for selected options and added flag for "isAddedByUser" to onToggleSelected ([#2144](https://github.com/navikt/aksel/pull/2144)) +- Link: Fikset visited farger og inline SVG-reset ved bruk av tailwind -* Table: ExpandableRow kan nå åpnes med 'expandOnRowClick'-prop ([#2127](https://github.com/navikt/aksel/pull/2127)) +* Link: La til 'variant', 'underline' og 'inlineText'-prop ([#2093](https://github.com/navikt/aksel/pull/2093)) + +## 4.9 ### @navikt/ds-react @@ -753,25 +763,23 @@ * Table: ExpandableRow kan nå åpnes med 'expandOnRowClick'-prop ([#2127](https://github.com/navikt/aksel/pull/2127)) -## 4.8 - ### @navikt/ds-css -- Nye komponenter `VStack`, `HStack` og `Spacer` for å enklere kunne lage layout med flexbox og spacing-variabler. ([#2040](https://github.com/navikt/aksel/pull/2040)) +- Tweaks to combobox - updated example, small bugfixes, better affordance for selected options and added flag for "isAddedByUser" to onToggleSelected ([#2144](https://github.com/navikt/aksel/pull/2144)) + +* Table: ExpandableRow kan nå åpnes med 'expandOnRowClick'-prop ([#2127](https://github.com/navikt/aksel/pull/2127)) + +## 4.8 ### @navikt/ds-react - Nye komponenter `VStack`, `HStack` og `Spacer` for å enklere kunne lage layout med flexbox og spacing-variabler. ([#2040](https://github.com/navikt/aksel/pull/2040)) -## 4.7 - ### @navikt/ds-css -- Oppdatert bruk av REM i komponenter for forbedret utrykk ved font-scaling i browser ([#2126](https://github.com/navikt/aksel/pull/2126)) - -* Stepper: Fikset `hotizontal`-bug når step var `completed` ([#2116](https://github.com/navikt/aksel/pull/2116)) +- Nye komponenter `VStack`, `HStack` og `Spacer` for å enklere kunne lage layout med flexbox og spacing-variabler. ([#2040](https://github.com/navikt/aksel/pull/2040)) -- Ny komponent Combobox! ([#1868](https://github.com/navikt/aksel/pull/1868)) +## 4.7 ### @navikt/ds-react @@ -789,13 +797,15 @@ * Combobox post-release tweaks ([#2112](https://github.com/navikt/aksel/pull/2112)) -## 4.6 - ### @navikt/ds-css -- Skjema: Labels og Legends bruker nå inline-flex når readOnly er satt ([#2089](https://github.com/navikt/aksel/pull/2089)) +- Oppdatert bruk av REM i komponenter for forbedret utrykk ved font-scaling i browser ([#2126](https://github.com/navikt/aksel/pull/2126)) -* Skjema: De fleste skjemakomponenter har nå styling for `readOnly`-state ([#2080](https://github.com/navikt/aksel/pull/2080)) +* Stepper: Fikset `hotizontal`-bug når step var `completed` ([#2116](https://github.com/navikt/aksel/pull/2116)) + +- Ny komponent Combobox! ([#1868](https://github.com/navikt/aksel/pull/1868)) + +## 4.6 ### @navikt/ds-react @@ -803,19 +813,35 @@ * Skjema: De fleste skjemakomponenter støtter nå `readOnly`-state ([#2080](https://github.com/navikt/aksel/pull/2080)) +### @navikt/ds-css + +- Skjema: Labels og Legends bruker nå inline-flex når readOnly er satt ([#2089](https://github.com/navikt/aksel/pull/2089)) + +* Skjema: De fleste skjemakomponenter har nå styling for `readOnly`-state ([#2080](https://github.com/navikt/aksel/pull/2080)) + ## 4.5 +### @navikt/ds-react + +- - Alert: La til `closeButton`-prop ([#2079](https://github.com/navikt/aksel/pull/2079)) + ### @navikt/ds-css - - Alert: La til `closeButton`-prop ([#2079](https://github.com/navikt/aksel/pull/2079)) * - Button: Fikset outline-bug i tertiary-variant ved `:active`-state ([#2079](https://github.com/navikt/aksel/pull/2079)) +## 4.4 + ### @navikt/ds-react -- - Alert: La til `closeButton`-prop ([#2079](https://github.com/navikt/aksel/pull/2079)) +- Textarea: Fikset i18n for counter ([`718b3204d`](https://github.com/navikt/aksel/commit/718b3204d8714c4fc515dcad484424214bdc0c77)) -## 4.4 +* 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)) ### @navikt/ds-css @@ -829,17 +855,11 @@ - Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) -### @navikt/ds-tokens - -- Shadow-tokens er oppdatert til mer tydeligere varianter ([PR](https://github.com/navikt/aksel/pull/2041)) +## 4.3 ### @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)) - -## 4.3 +- Popover og Helptext har nå luft mot siden av skjerm på mindre flater ([PR](https://github.com/navikt/aksel/pull/2069)) ### @navikt/ds-css @@ -847,45 +867,25 @@ * ExpansionCard: Ved nesting av komponetene fikk man styling fra parent ([PR](https://github.com/navikt/aksel/pull/2067)) -### @navikt/ds-react - -- Popover og Helptext har nå luft mot siden av skjerm på mindre flater ([PR](https://github.com/navikt/aksel/pull/2069)) - ## 4.2 -### @navikt/ds-css - -- Chat: `small`-size, innebygde varianter for farge og oppdatert utseende. ([PR](https://github.com/navikt/aksel/pull/2048)) - ### @navikt/ds-react - Oppdatert Chat: `size` og `variant`-prop, optional `avatar`, uu og ui-forbedringer ([PR](https://github.com/navikt/aksel/pull/2048)) -## 4.1 - -### @navikt/aksel-icons - -- Nye ikoner `ChevronRightLast` og `ChevronLeftLast` ([PR](https://github.com/navikt/aksel/pull/2054)) - ### @navikt/ds-css -- Readmore: setter nå eksplisitt color for å ikke arve text-subtle fra parent. ([PR](https://github.com/navikt/aksel/pull/2049)) - -* :bug: Fikset cursor-markering av tekst i skeleton. - -- Chips: `neutral` og `action`-varianter av Chips.Toggle. Opt-out mulighet for Checkmark. Oppdatert checkmark-ikon ([PR](https://github.com/navikt/aksel/pull/2035)) - -- Alle description-felter på fieldsets har nå `text-subtle` som farge. ([PR](https://github.com/navikt/aksel/pull/2036)) +- Chat: `small`-size, innebygde varianter for farge og oppdatert utseende. ([PR](https://github.com/navikt/aksel/pull/2048)) -### @navikt/ds-tailwind +## 4.1 -- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) +### @navikt/aksel-stylelint -### @navikt/ds-tokens +- Deprecated klassenavn `navds-chips--icon-left` ([PR](https://github.com/navikt/aksel/pull/2035)) -- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) +### @navikt/aksel-icons -- Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) +- Nye ikoner `ChevronRightLast` og `ChevronLeftLast` ([PR](https://github.com/navikt/aksel/pull/2054)) ### @navikt/ds-react @@ -911,27 +911,27 @@ - Accordion: La til `indent`-prop ([PR](https://github.com/navikt/aksel/pull/2027)) -### @navikt/aksel-stylelint +### @navikt/ds-tokens -- Deprecated klassenavn `navds-chips--icon-left` ([PR](https://github.com/navikt/aksel/pull/2035)) +- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) -## 4.0 +- Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) ### @navikt/ds-css -- All styling fra `@navikt/ds-css-internal` er flyttet til `@navikt/ds-css`. ([PR](https://github.com/navikt/aksel/pull/2026)) +- Readmore: setter nå eksplisitt color for å ikke arve text-subtle fra parent. ([PR](https://github.com/navikt/aksel/pull/2049)) -- classname-prefix er endret fra `navdsi` -> `navds` for flyttede komponenter. +* :bug: Fikset cursor-markering av tekst i skeleton. -- Fikset cascading-problem mellom dropdown og popover. Dropdown blir ikke lengre påvirket av import-rekkefølge av popover. +- Chips: `neutral` og `action`-varianter av Chips.Toggle. Opt-out mulighet for Checkmark. Oppdatert checkmark-ikon ([PR](https://github.com/navikt/aksel/pull/2035)) -- Styling for flyttede komponenter finnes nå på CDN [Guide](https://aksel.nav.no/grunnleggende/kode/css-import) +- Alle description-felter på fieldsets har nå `text-subtle` som farge. ([PR](https://github.com/navikt/aksel/pull/2036)) -### @navikt/ds-react +### @navikt/ds-tailwind -- Datepicker og Monthpicker er ute av beta. [Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h4ef68ae743b0) ([PR](https://github.com/navikt/aksel/pull/2026)) +- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) -- 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)) +## 4.0 ### @navikt/aksel @@ -939,15 +939,23 @@ - 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/ds-react + +- Datepicker og Monthpicker er ute av beta. [Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h4ef68ae743b0) ([PR](https://github.com/navikt/aksel/pull/2026)) + +- 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/ds-css -- Tag: `moderate`-variant ([PR](https://github.com/navikt/aksel/pull/2010)) +- All styling fra `@navikt/ds-css-internal` er flyttet til `@navikt/ds-css`. ([PR](https://github.com/navikt/aksel/pull/2026)) -### @navikt/ds-react +- classname-prefix er endret fra `navdsi` -> `navds` for flyttede komponenter. -- Tag: `moderate`-variant ([PR](https://github.com/navikt/aksel/pull/2010)) +- Fikset cascading-problem mellom dropdown og popover. Dropdown blir ikke lengre påvirket av import-rekkefølge av popover. + +- Styling for flyttede komponenter finnes nå på CDN [Guide](https://aksel.nav.no/grunnleggende/kode/css-import) + +## 3.4 ### @navikt/aksel-stylelint @@ -957,6 +965,14 @@ - Stylelint-pakke for Aksel ([PR](https://github.com/navikt/aksel/pull/1973)) +### @navikt/ds-react + +- Tag: `moderate`-variant ([PR](https://github.com/navikt/aksel/pull/2010)) + +### @navikt/ds-css + +- Tag: `moderate`-variant ([PR](https://github.com/navikt/aksel/pull/2010)) + ## 3.3 ### @navikt/ds-react @@ -971,12 +987,6 @@ - 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)) - -- CopyButton: `xsmall`-size for bruk i tabeller ([PR](https://github.com/navikt/aksel/pull/1994)) - ### @navikt/ds-react - Search: Støtter nå htmlSize-prop ([PR](https://github.com/navikt/aksel/pull/2000)) @@ -989,25 +999,27 @@ * Ny komponent CopyButton! Erstatter `CopyToClipboard` som nå er tagget som deprecated ([PR](https://github.com/navikt/aksel/pull/1982)) -## 3.1 - ### @navikt/ds-css -- :lipstick: Oppdatert utseende for ToggleGroup. `Medium` og `Small`-size er begge 10px lavere, mindre border-radius ([PR](https://github.com/navikt/aksel/pull/1976)) +- Datepicker: Fikset small-variant av datepicker-input. ([PR](https://github.com/navikt/aksel/pull/1993)) -* Alle komponenter bruker nå default `:focus-visible` for fokusmarkering. Medfølger også fallback for `:focus` ([PR](https://github.com/navikt/aksel/pull/1966)) +- CopyButton: `xsmall`-size for bruk i tabeller ([PR](https://github.com/navikt/aksel/pull/1994)) -- Oppdatert Label og Description spacing for skjemakomponenter ([PR](https://github.com/navikt/aksel/pull/1967)) +## 3.1 ### @navikt/ds-react - Oppdatert Label og Description spacing for alle skjemakomponenter ([PR](https://github.com/navikt/aksel/pull/1967)) -## 3.0 - ### @navikt/ds-css -- Accordion: Chevron er left-aligned, deler av styling er refaktorert, `size`-props og `neutral`-variant ([PR](https://github.com/navikt/aksel/pull/1964)) +- :lipstick: Oppdatert utseende for ToggleGroup. `Medium` og `Small`-size er begge 10px lavere, mindre border-radius ([PR](https://github.com/navikt/aksel/pull/1976)) + +* Alle komponenter bruker nå default `:focus-visible` for fokusmarkering. Medfølger også fallback for `:focus` ([PR](https://github.com/navikt/aksel/pull/1966)) + +- Oppdatert Label og Description spacing for skjemakomponenter ([PR](https://github.com/navikt/aksel/pull/1967)) + +## 3.0 ### @navikt/ds-react @@ -1019,8 +1031,16 @@ * Bruker nå nå `@navikt/aksel-icons` for interne ikoner ([PR](https://github.com/navikt/aksel/pull/1964)) +### @navikt/ds-css + +- Accordion: Chevron er left-aligned, deler av styling er refaktorert, `size`-props og `neutral`-variant ([PR](https://github.com/navikt/aksel/pull/1964)) + ## 2.9 +### @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)) + ### @navikt/aksel-icons - Oppdatert Statusikoner til å være tydeligere og mer konsistente. ([PR](https://github.com/navikt/aksel/pull/1959)) @@ -1031,17 +1051,13 @@ * Nye ikoner `BulletList` og `NumberList` ([PR](https://github.com/navikt/aksel/pull/1950)) -### @navikt/ds-css - -- CSS nå tilgjengelig som separate filer: Kan lastest fra CDN, minified-versjoner tilgjengelig ([PR](https://github.com/navikt/aksel/pull/1941)) - ### @navikt/ds-react - ExpansionCard: Støtter nå `aria-labelledby` i tillegg til `aria-label` ([PR](https://github.com/navikt/aksel/pull/1944)) -### @navikt/aksel +### @navikt/ds-css -- :truck: Flyttet Codemods fra `@navikt/ds-codemods` -> `@navikt/aksel`. `@navikt/ds-codemods` regnes nå som deprecated ([PR](https://github.com/navikt/aksel/pull/1952)) +- CSS nå tilgjengelig som separate filer: Kan lastest fra CDN, minified-versjoner tilgjengelig ([PR](https://github.com/navikt/aksel/pull/1941)) ## 2.8 @@ -1057,20 +1073,6 @@ - Fikset Sourcemap-bug -### @navikt/ds-css - -- Button: Padding/border-radius tokens ([PR](https://github.com/navikt/aksel/pull/1905)) - -* Button: token for tertiary - -- Alert, Chips og ErrorSummary har nå bedre utvalg av tokens - -* Accordion: tokens for header-bakgrunn - -* Select: Fikset tekstfarge på iphone ([PR](https://github.com/navikt/aksel/pull/1879)) - -- ExpansioCard: Oppdatert typografi ([PR](https://github.com/navikt/aksel/pull/1870)) - ### @navikt/ds-react - ExpansionCard: ExpansionCard.Content sendte ikke `className` videre @@ -1091,6 +1093,20 @@ * Ny komponent ExpansionCard! ([PR](https://github.com/navikt/aksel/pull/1820)) +### @navikt/ds-css + +- Button: Padding/border-radius tokens ([PR](https://github.com/navikt/aksel/pull/1905)) + +* Button: token for tertiary + +- Alert, Chips og ErrorSummary har nå bedre utvalg av tokens + +* Accordion: tokens for header-bakgrunn + +* Select: Fikset tekstfarge på iphone ([PR](https://github.com/navikt/aksel/pull/1879)) + +- ExpansioCard: Oppdatert typografi ([PR](https://github.com/navikt/aksel/pull/1870)) + ## 2.7 ### @navikt/aksel-icons @@ -1117,26 +1133,20 @@ ## 2.5 -### @navikt/ds-tailwind +### @navikt/ds-react -- Breakpoint-tokens er lagt til. Overskriver native tailwind-breakpoints ([PR](https://github.com/navikt/aksel/pull/1832)) +- List: Refaktorert nestede lister ### @navikt/ds-tokens - Breakpoint-tokens lagt til ([PR](https://github.com/navikt/aksel/pull/1832)) -### @navikt/ds-react +### @navikt/ds-tailwind -- List: Refaktorert nestede lister +- Breakpoint-tokens er lagt til. Overskriver native tailwind-breakpoints ([PR](https://github.com/navikt/aksel/pull/1832)) ## 2.4 -### @navikt/ds-css - -- Select: Fikset disabled + opacity bug for Chrome - -* List: La til støtte for nesting ([PR](https://github.com/navikt/aksel/pull/1823)) - ### @navikt/ds-react - List: la til støtte for nestede lister ([PR](https://github.com/navikt/aksel/pull/1823)) @@ -1145,6 +1155,12 @@ - Ny komponent List! ([PR](https://github.com/navikt/aksel/pull/1807)) +### @navikt/ds-css + +- Select: Fikset disabled + opacity bug for Chrome + +* List: La til støtte for nesting ([PR](https://github.com/navikt/aksel/pull/1823)) + ## 2.3 ### @navikt/ds-css @@ -1157,11 +1173,11 @@ ## 2.2 -### @navikt/ds-css +### @navikt/ds-react -- ToggleGroup: `Neutral`-variant. ([PR](https://github.com/navikt/aksel/pull/1789)) +- ToggleGroup: `neutral`-variant ([PR](https://github.com/navikt/aksel/pull/1789)) -- Button: `Neutral`-variant. +- Button: `neutral`-variant ([PR](https://github.com/navikt/aksel/pull/1789)) ### @navikt/ds-tokens @@ -1169,21 +1185,13 @@ - Oppdatert neutral-tokens ([PR](https://github.com/navikt/aksel/pull/1789)) -### @navikt/ds-react - -- ToggleGroup: `neutral`-variant ([PR](https://github.com/navikt/aksel/pull/1789)) - -- Button: `neutral`-variant ([PR](https://github.com/navikt/aksel/pull/1789)) - -## 2.1 - ### @navikt/ds-css -- TextField: `small`-variant har nå 8px horisontal padding (før 4px) +- ToggleGroup: `Neutral`-variant. ([PR](https://github.com/navikt/aksel/pull/1789)) -### @navikt/ds-tokens +- Button: `Neutral`-variant. -- Fikset feil danger-hover token ([PR](https://github.com/navikt/aksel/pull/1665)) +## 2.1 ### @navikt/ds-react @@ -1201,27 +1209,15 @@ - Datepicker/Monthpicker: år med 2 siffer i input fungerer nå -## 2.0 - -### @navikt/ds-css - -- Radio: Fikset default visuell error-state ([PR](https://github.com/navikt/aksel/pull/1737)) - -* Button: Reverserte border-width endrinder (var 1.5px, nå 2px) - -- Bugfixer ved bruk av tokens oppdatert i v2.0.0 - -* Fontlasting: Fonter lastes nå fra NAV-CDN - -* Tokens: Alle komponenter bruker nå semantiske tokens for som standard, med innebygd støtte for komponent-spesifikke tokens. +### @navikt/ds-tokens -### @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)) +### @navikt/ds-css -### @navikt/ds-tokens +- TextField: `small`-variant har nå 8px horisontal padding (før 4px) -- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) +## 2.0 ### @navikt/ds-react @@ -1241,17 +1237,27 @@ * Fonter blir bruk i all typografi blir nå lastet fra CDN -## 1.5 +### @navikt/ds-tokens + +- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) ### @navikt/ds-css -- Chips: 4px -> 2px gap mellom checkmark i Chips.Toggle +- Radio: Fikset default visuell error-state ([PR](https://github.com/navikt/aksel/pull/1737)) -* Tokens: Byttet om på rekkefølge av alt-farger +* Button: Reverserte border-width endrinder (var 1.5px, nå 2px) -- Chips. Bruker nå standard flex-wrap +- Bugfixer ved bruk av tokens oppdatert i v2.0.0 -* Tag: `filled`-varianter ([PR](https://github.com/navikt/aksel/pull/1684)) +* Fontlasting: Fonter lastes nå fra NAV-CDN + +* 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)) + +## 1.5 ### @navikt/ds-react @@ -1267,6 +1273,16 @@ - Ny komponent Chips! ([PR](https://github.com/navikt/aksel/pull/1668)) +### @navikt/ds-css + +- Chips: 4px -> 2px gap mellom checkmark i Chips.Toggle + +* Tokens: Byttet om på rekkefølge av alt-farger + +- Chips. Bruker nå standard flex-wrap + +* Tag: `filled`-varianter ([PR](https://github.com/navikt/aksel/pull/1684)) + ## 1.4 ### @navikt/ds-react @@ -1281,12 +1297,6 @@ ## 1.3 -### @navikt/ds-css - -- Fikset bruk av `:watch` for diverse parsere (less, parcel) - -* Tokens tilgjengeligjøres nå også på `:host`. Dette lar shadow-dom brukere konsumere tokens direkte. - ### @navikt/ds-react - useId-bug fikset ved bruk i både react 17 og 18 @@ -1309,6 +1319,12 @@ - Stepper: `interactive` og `completed`-props for wizard-løsninger +### @navikt/ds-css + +- Fikset bruk av `:watch` for diverse parsere (less, parcel) + +* Tokens tilgjengeligjøres nå også på `:host`. Dette lar shadow-dom brukere konsumere tokens direkte. + ## 1.2 ### @navikt/ds-react diff --git a/aksel.nav.no/package.json b/aksel.nav.no/package.json index 1cf9cf7809..3fdc116fdf 100644 --- a/aksel.nav.no/package.json +++ b/aksel.nav.no/package.json @@ -15,10 +15,10 @@ "playroom" ], "dependencies": { - "@navikt/aksel-icons": "^6.5.0", - "@navikt/ds-css": "^6.5.0", - "@navikt/ds-react": "^6.5.0", - "@navikt/ds-tailwind": "^6.5.0", - "@navikt/ds-tokens": "^6.5.0" + "@navikt/aksel-icons": "^6.6.0", + "@navikt/ds-css": "^6.6.0", + "@navikt/ds-react": "^6.6.0", + "@navikt/ds-tailwind": "^6.6.0", + "@navikt/ds-tokens": "^6.6.0" } }