From 5866992e7d5b08f83bd6af75d2695555e6e4de79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:56:34 +0200 Subject: [PATCH] Version Packages (#3208) Co-authored-by: github-actions[bot] --- .changeset/rotten-moons-build.md | 5 - .changeset/tasty-cats-hear.md | 6 - @navikt/aksel-icons/CHANGELOG.md | 2 + @navikt/aksel-icons/package.json | 2 +- @navikt/aksel-stylelint/CHANGELOG.md | 2 + @navikt/aksel-stylelint/package.json | 6 +- @navikt/aksel/CHANGELOG.md | 7 + @navikt/aksel/package.json | 4 +- @navikt/core/css/CHANGELOG.md | 6 + @navikt/core/css/package.json | 4 +- @navikt/core/react/CHANGELOG.md | 12 ++ @navikt/core/react/package.json | 6 +- @navikt/core/tailwind/CHANGELOG.md | 2 + @navikt/core/tailwind/package.json | 4 +- @navikt/core/tokens/CHANGELOG.md | 2 + @navikt/core/tokens/package.json | 2 +- CHANGELOG.md | 244 ++++++++++++++------------- aksel.nav.no/package.json | 10 +- 18 files changed, 178 insertions(+), 148 deletions(-) delete mode 100644 .changeset/rotten-moons-build.md delete mode 100644 .changeset/tasty-cats-hear.md diff --git a/.changeset/rotten-moons-build.md b/.changeset/rotten-moons-build.md deleted file mode 100644 index e063ca2eac..0000000000 --- a/.changeset/rotten-moons-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Combobox: Disable autocomple in Firefox on Android to prevent bug diff --git a/.changeset/tasty-cats-hear.md b/.changeset/tasty-cats-hear.md deleted file mode 100644 index f4ce284b01..0000000000 --- a/.changeset/tasty-cats-hear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@navikt/ds-react": patch -"@navikt/ds-css": patch ---- - -Combobox: Support PageUp/PageDown in dropdown list. diff --git a/@navikt/aksel-icons/CHANGELOG.md b/@navikt/aksel-icons/CHANGELOG.md index 386fd0310b..be3007a1a8 100644 --- a/@navikt/aksel-icons/CHANGELOG.md +++ b/@navikt/aksel-icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-icons +## 7.2.1 + ## 7.2.0 ## 7.1.2 diff --git a/@navikt/aksel-icons/package.json b/@navikt/aksel-icons/package.json index bad1b2f0d5..9ae06dceef 100644 --- a/@navikt/aksel-icons/package.json +++ b/@navikt/aksel-icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-icons", - "version": "7.2.0", + "version": "7.2.1", "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 033d3e83dd..d779b64f23 100644 --- a/@navikt/aksel-stylelint/CHANGELOG.md +++ b/@navikt/aksel-stylelint/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-stylelint +## 7.2.1 + ## 7.2.0 ## 7.1.2 diff --git a/@navikt/aksel-stylelint/package.json b/@navikt/aksel-stylelint/package.json index b97854d8ef..664ae5b250 100644 --- a/@navikt/aksel-stylelint/package.json +++ b/@navikt/aksel-stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-stylelint", - "version": "7.2.0", + "version": "7.2.1", "author": "Aksel | NAV", "homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint", "repository": { @@ -35,8 +35,8 @@ "dev": "yarn watch:lint" }, "devDependencies": { - "@navikt/ds-css": "^7.2.0", - "@navikt/ds-tokens": "^7.2.0", + "@navikt/ds-css": "^7.2.1", + "@navikt/ds-tokens": "^7.2.1", "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 846bd72d7c..fe593a3738 100644 --- a/@navikt/aksel/CHANGELOG.md +++ b/@navikt/aksel/CHANGELOG.md @@ -1,5 +1,12 @@ # @navikt/aksel +## 7.2.1 + +### Patch Changes + +- Updated dependencies [[`6ddea4eaf`](https://github.com/navikt/aksel/commit/6ddea4eaf2e37f20f93d75e1a3a327b038fb209b)]: + - @navikt/ds-css@7.2.1 + ## 7.2.0 ### Patch Changes diff --git a/@navikt/aksel/package.json b/@navikt/aksel/package.json index 52146fded4..d777de4afe 100644 --- a/@navikt/aksel/package.json +++ b/@navikt/aksel/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel", - "version": "7.2.0", + "version": "7.2.1", "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": "7.2.0", + "@navikt/ds-css": "7.2.1", "axios": "1.7.4", "chalk": "4.1.0", "clipboardy": "^2.3.0", diff --git a/@navikt/core/css/CHANGELOG.md b/@navikt/core/css/CHANGELOG.md index 33f9ded1ba..3835d503c7 100644 --- a/@navikt/core/css/CHANGELOG.md +++ b/@navikt/core/css/CHANGELOG.md @@ -1,5 +1,11 @@ # @navikt/ds-css +## 7.2.1 + +### Patch Changes + +- Combobox: Support PageUp/PageDown in dropdown list. ([#3158](https://github.com/navikt/aksel/pull/3158)) + ## 7.2.0 ## 7.1.2 diff --git a/@navikt/core/css/package.json b/@navikt/core/css/package.json index f7c1c172ad..cf74e7fddc 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "7.2.0", + "version": "7.2.1", "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": "^7.2.0", + "@navikt/ds-tokens": "^7.2.1", "autoprefixer": "^10.4.20", "cssnano": "6.0.0", "fast-glob": "3.2.11", diff --git a/@navikt/core/react/CHANGELOG.md b/@navikt/core/react/CHANGELOG.md index bf6b943e4c..fcc10a464c 100644 --- a/@navikt/core/react/CHANGELOG.md +++ b/@navikt/core/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @navikt/ds-react +## 7.2.1 + +### Patch Changes + +- Combobox: Disable autocomple in Firefox on Android to prevent bug ([#3201](https://github.com/navikt/aksel/pull/3201)) + +- Combobox: Support PageUp/PageDown in dropdown list. ([#3158](https://github.com/navikt/aksel/pull/3158)) + +- Updated dependencies []: + - @navikt/ds-tokens@7.2.1 + - @navikt/aksel-icons@7.2.1 + ## 7.2.0 ### Minor Changes diff --git a/@navikt/core/react/package.json b/@navikt/core/react/package.json index 0cc2eb1271..e375d99258 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "7.2.0", + "version": "7.2.1", "description": "React components from the Norwegian Labour and Welfare Administration.", "author": "Aksel, a team part of the Norwegian Labour and Welfare Administration.", "license": "MIT", @@ -594,8 +594,8 @@ "dependencies": { "@floating-ui/react": "0.25.4", "@floating-ui/react-dom": "^2.0.9", - "@navikt/aksel-icons": "^7.2.0", - "@navikt/ds-tokens": "^7.2.0", + "@navikt/aksel-icons": "^7.2.1", + "@navikt/ds-tokens": "^7.2.1", "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 192884a2bb..56cac21e58 100644 --- a/@navikt/core/tailwind/CHANGELOG.md +++ b/@navikt/core/tailwind/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tailwind +## 7.2.1 + ## 7.2.0 ## 7.1.2 diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index 66a99edade..2104627e34 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "7.2.0", + "version": "7.2.1", "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": "^7.2.0", + "@navikt/ds-tokens": "^7.2.1", "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 25a1c43d54..839f9bf2df 100644 --- a/@navikt/core/tokens/CHANGELOG.md +++ b/@navikt/core/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tokens +## 7.2.1 + ## 7.2.0 ## 7.1.2 diff --git a/@navikt/core/tokens/package.json b/@navikt/core/tokens/package.json index 61f77aca33..94851bb530 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "7.2.0", + "version": "7.2.1", "description": "Design-tokens for NAV designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index de952b8045..5f8ad25e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ ### @navikt/ds-react -- FileUpload: :boom: Remove UNSAFE-prefix ([#3205](https://github.com/navikt/aksel/pull/3205)) +- Combobox: Disable autocomple in Firefox on Android to prevent bug ([#3201](https://github.com/navikt/aksel/pull/3201)) -- List: :sparkles: New size 'large' ([#3207](https://github.com/navikt/aksel/pull/3207)) +- Combobox: Support PageUp/PageDown in dropdown list. ([#3158](https://github.com/navikt/aksel/pull/3158)) -* Performance: :zap: Optimized memoization for rerendring in some components. ([#3197](https://github.com/navikt/aksel/pull/3197)) +* FileUpload: :boom: Remove UNSAFE-prefix ([#3205](https://github.com/navikt/aksel/pull/3205)) + +* List: :sparkles: New size 'large' ([#3207](https://github.com/navikt/aksel/pull/3207)) + +- Performance: :zap: Optimized memoization for rerendring in some components. ([#3197](https://github.com/navikt/aksel/pull/3197)) + +### @navikt/ds-css + +- Combobox: Support PageUp/PageDown in dropdown list. ([#3158](https://github.com/navikt/aksel/pull/3158)) ## 7.1 @@ -48,6 +56,10 @@ - Icons: Removed renamed icons. [See migration guide for changes](https://aksel.nav.no/grunnleggende/kode/migrering#194b60833d9e). ([#3139](https://github.com/navikt/aksel/pull/3139)) +### @navikt/ds-tailwind + +- Tailwind: Extended 'screens'-config in theme to match Aksel breakpoints. Tailwind and Primitives can now be used side by side with matching dynamic breakpoints. [See migration guide for potential issues when adopting](https://aksel.nav.no/grunnleggende/kode/migrering#3a2340f6f69b). ([#3139](https://github.com/navikt/aksel/pull/3139)) + ### @navikt/ds-react - Combobox: Fix issue with whitespace in the ID of options with multiple spaces ([#3162](https://github.com/navikt/aksel/pull/3162)) @@ -58,10 +70,6 @@ - ErrorSummary: Focus heading instead of container for improved experience with screen reader. ([#3139](https://github.com/navikt/aksel/pull/3139)) -### @navikt/ds-tailwind - -- Tailwind: Extended 'screens'-config in theme to match Aksel breakpoints. Tailwind and Primitives can now be used side by side with matching dynamic breakpoints. [See migration guide for potential issues when adopting](https://aksel.nav.no/grunnleggende/kode/migrering#3a2340f6f69b). ([#3139](https://github.com/navikt/aksel/pull/3139)) - ### @navikt/ds-css - List: :lipstick: make icons 24x24px large ([#3148](https://github.com/navikt/aksel/pull/3148)) @@ -80,13 +88,17 @@ ## 6.16 +### @navikt/aksel-icons + +- Icons: Updated Clipboard icons. ([#3113](https://github.com/navikt/aksel/pull/3113)) + ### @navikt/aksel - Aksel-CLI: Bump jscodeshift-add-imports to 1.0.11. ([#3099](https://github.com/navikt/aksel/pull/3099)) -### @navikt/aksel-icons +### @navikt/ds-tokens -- Icons: Updated Clipboard icons. ([#3113](https://github.com/navikt/aksel/pull/3113)) +- Tokens: Adjusted Green 400 to comply with AA 3.00 contrast. ([#3091](https://github.com/navikt/aksel/pull/3091)) ### @navikt/ds-react @@ -106,10 +118,6 @@ - Primitives: Added `gridColumn`-prop for more grid alignment control. ([#3082](https://github.com/navikt/aksel/pull/3082)) -### @navikt/ds-tokens - -- Tokens: Adjusted Green 400 to comply with AA 3.00 contrast. ([#3091](https://github.com/navikt/aksel/pull/3091)) - ### @navikt/ds-css - Combobox: :lipstick: hide caret on select ([#3071](https://github.com/navikt/aksel/pull/3071)) @@ -138,6 +146,10 @@ ## 6.14 +### @navikt/ds-tokens + +- Fonts: Added built-in support for cyrillic, cyrillic-ext and latin-ext ([#3044](https://github.com/navikt/aksel/pull/3044)) + ### @navikt/ds-react - Breaking change: Combobox.onChange now receive only value as argument, instead of ChangeEvent ([#2974](https://github.com/navikt/aksel/pull/2974)) @@ -154,10 +166,6 @@ * Prevent Escape in open Combobox from closing Modals ([#3053](https://github.com/navikt/aksel/pull/3053)) -### @navikt/ds-tokens - -- Fonts: Added built-in support for cyrillic, cyrillic-ext and latin-ext ([#3044](https://github.com/navikt/aksel/pull/3044)) - ### @navikt/ds-css - Fonts: Added built-in support for cyrillic, cyrillic-ext and latin-ext ([#3044](https://github.com/navikt/aksel/pull/3044)) @@ -400,19 +408,29 @@ ## 6.0 -### @navikt/aksel +### @navikt/aksel-icons -- Chat: Fjernet deprecated props `backgroundColor` og `avatarBgColor`. Bruk prop `variant` som erstatning. ([#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)) + +* 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-stylelint - Textarea: Fjernet div med klassen navds-textarea\_\_wrapper ([#2623](https://github.com/navikt/aksel/pull/2623)) -### @navikt/aksel-icons +### @navikt/aksel -- ESM: ds-react og aksel-icons støtter nå native ESM 🎉 ([#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)) -* 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-tokens + +- 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)) + +- 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-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)) ### @navikt/ds-react @@ -436,16 +454,6 @@ * 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-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)) - -### @navikt/ds-tokens - -- 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)) - -- 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)) @@ -502,14 +510,14 @@ - 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-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)) + ### @navikt/ds-css - :sparkles: Combobox: Mulighet for å begrense hvor mange valg bruker kan ta ([#2260](https://github.com/navikt/aksel/pull/2260)) @@ -546,6 +554,10 @@ ## 5.13 +### @navikt/ds-tokens + +- Tokens: Ny token `--a-text-width-max: 576px` ([#2572](https://github.com/navikt/aksel/pull/2572)) + ### @navikt/ds-react - Accordion.Item, Dropdown, ReadMore og Tooltip: Har en ny prop `onOpenChange?: (open: boolean) => void;` som forteller nå-state når `open`-state endrer seg. Dette vil være nyttig hvis man ikke bruker controlled-state, men fortsatt ønsker å vite om komponenten er `open` eller ikke (f.eks logging). ([#2585](https://github.com/navikt/aksel/pull/2585)) @@ -554,24 +566,20 @@ * 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-stylelint - -- Stylelint: Støtter nå stylelint v16 ([#2591](https://github.com/navikt/aksel/pull/2591)) - ### @navikt/aksel-icons - Ikoner: Oppdatert ikonpakke med diverse bugdfixes og oppdateringer av stroke ([#2538](https://github.com/navikt/aksel/pull/2538)) +### @navikt/aksel-stylelint + +- Stylelint: Støtter nå stylelint v16 ([#2591](https://github.com/navikt/aksel/pull/2591)) + ### @navikt/ds-react - MonthPicker: MonthCaption satt forrige/neste-knapper til `disabled` når de skulle være `enabled`. ([#2601](https://github.com/navikt/aksel/pull/2601)) @@ -636,6 +644,10 @@ ## 5.10 +### @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)) @@ -652,10 +664,6 @@ - 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-css - :bug: Textarea: Teller flyttet ut av tekstfeltet for å unngå overlapp og misforståelser ([#2483](https://github.com/navikt/aksel/pull/2483)) @@ -714,6 +722,10 @@ - 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-react - :lipstick: Chips.Toggle: Ikon i uvalgt tilstand ([#2395](https://github.com/navikt/aksel/pull/2395)) @@ -734,10 +746,6 @@ - :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-css - :lipstick: Chips.Toggle: Ikon i uvalgt tilstand ([#2395](https://github.com/navikt/aksel/pull/2395)) @@ -764,6 +772,10 @@ * Ikoner: Nye ikoner `ClipboardCheckmark` og `ClipboardLink` ([#2307](https://github.com/navikt/aksel/pull/2307)) +### @navikt/ds-tokens + +- Tokens: Tilbyr nå token literals for typer, tidligere string literals ([#2342](https://github.com/navikt/aksel/pull/2342)) + ### @navikt/ds-react - Datepicker: Popover legger seg nå ikke ovenfor input ([#2349](https://github.com/navikt/aksel/pull/2349)) @@ -790,10 +802,6 @@ - Remove tabIndex="-1" on Popover to fix VoiceOver navigation issue inside Popover ([#2303](https://github.com/navikt/aksel/pull/2303)) -### @navikt/ds-tokens - -- Tokens: Tilbyr nå token literals for typer, tidligere string literals ([#2342](https://github.com/navikt/aksel/pull/2342)) - ### @navikt/ds-css - :bug: Modal: Sett riktig tekstfarge ([#2340](https://github.com/navikt/aksel/pull/2340)) @@ -816,16 +824,16 @@ ## 5.5 -### @navikt/ds-react +### @navikt/ds-tokens - Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195)) -* Skeleton: Width fungerer nå med inline-variant av Skeleton ([#2273](https://github.com/navikt/aksel/pull/2273)) - -### @navikt/ds-tokens +### @navikt/ds-react - Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195)) +* Skeleton: Width fungerer nå med inline-variant av Skeleton ([#2273](https://github.com/navikt/aksel/pull/2273)) + ### @navikt/ds-css - Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195)) @@ -834,6 +842,10 @@ ## 5.4 +### @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)) @@ -842,10 +854,6 @@ - Search: Kjører nå bare preventDefault ved Escape når `input` inneholder tekst ([#2245](https://github.com/navikt/aksel/pull/2245)) -### @navikt/ds-tokens - -- Tokens: `data-theme="light"` vil nå tilbakestille theming ([#2238](https://github.com/navikt/aksel/pull/2238)) - ### @navikt/ds-css - Primitives: Nye komponenter `Show` og `Hide` er lagt til. ([#2222](https://github.com/navikt/aksel/pull/2222)) @@ -934,6 +942,16 @@ ## 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-react - ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199)) @@ -950,16 +968,6 @@ * 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)) - ### @navikt/ds-css - ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199)) @@ -1125,11 +1133,9 @@ ## 4.4 -### @navikt/ds-react - -- Textarea: Fikset i18n for counter ([`718b3204d`](https://github.com/navikt/aksel/commit/718b3204d8714c4fc515dcad484424214bdc0c77)) +### @navikt/ds-tokens -* Fikset klassenavn brukt for popover i Datepicker og Monthpicker ([PR](https://github.com/navikt/aksel/pull/2041)) +- Shadow-tokens er oppdatert til mer tydeligere varianter ([PR](https://github.com/navikt/aksel/pull/2041)) ### @navikt/ds-tailwind @@ -1137,9 +1143,11 @@ - Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) -### @navikt/ds-tokens +### @navikt/ds-react -- Shadow-tokens er oppdatert til mer tydeligere varianter ([PR](https://github.com/navikt/aksel/pull/2041)) +- 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-css @@ -1171,13 +1179,23 @@ ## 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/aksel-icons +### @navikt/ds-tokens -- Nye ikoner `ChevronRightLast` og `ChevronLeftLast` ([PR](https://github.com/navikt/aksel/pull/2054)) +- :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-react @@ -1203,16 +1221,6 @@ - Accordion: La til `indent`-prop ([PR](https://github.com/navikt/aksel/pull/2027)) -### @navikt/ds-tailwind - -- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) - -### @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-css - Readmore: setter nå eksplisitt color for å ikke arve text-subtle fra parent. ([PR](https://github.com/navikt/aksel/pull/2049)) @@ -1329,10 +1337,6 @@ ## 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)) @@ -1343,6 +1347,10 @@ * Nye ikoner `BulletList` og `NumberList` ([PR](https://github.com/navikt/aksel/pull/1950)) +### @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/ds-react - ExpansionCard: Støtter nå `aria-labelledby` i tillegg til `aria-label` ([PR](https://github.com/navikt/aksel/pull/1944)) @@ -1425,17 +1433,17 @@ ## 2.5 -### @navikt/ds-react +### @navikt/ds-tokens -- List: Refaktorert nestede lister +- 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)) -### @navikt/ds-tokens +### @navikt/ds-react -- Breakpoint-tokens lagt til ([PR](https://github.com/navikt/aksel/pull/1832)) +- List: Refaktorert nestede lister ## 2.4 @@ -1465,18 +1473,18 @@ ## 2.2 -### @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)) - ### @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-react + +- ToggleGroup: `neutral`-variant ([PR](https://github.com/navikt/aksel/pull/1789)) + +- Button: `neutral`-variant ([PR](https://github.com/navikt/aksel/pull/1789)) + ### @navikt/ds-css - ToggleGroup: `Neutral`-variant. ([PR](https://github.com/navikt/aksel/pull/1789)) @@ -1485,6 +1493,10 @@ ## 2.1 +### @navikt/ds-tokens + +- Fikset feil danger-hover token ([PR](https://github.com/navikt/aksel/pull/1665)) + ### @navikt/ds-react - Datepicker: Fikset rekkefølge på `onValidate` og `onRangeChange` i useRangepicker-hook @@ -1501,16 +1513,20 @@ - Datepicker/Monthpicker: år med 2 siffer i input fungerer nå -### @navikt/ds-tokens - -- Fikset feil danger-hover token ([PR](https://github.com/navikt/aksel/pull/1665)) - ### @navikt/ds-css - TextField: `small`-variant har nå 8px horisontal padding (før 4px) ## 2.0 +### @navikt/ds-tokens + +- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) + +### @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` @@ -1529,14 +1545,6 @@ * Fonter blir bruk i all typografi blir nå lastet fra CDN -### @navikt/ds-tailwind - -- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) - -### @navikt/ds-tokens - -- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) - ### @navikt/ds-css - Radio: Fikset default visuell error-state ([PR](https://github.com/navikt/aksel/pull/1737)) diff --git a/aksel.nav.no/package.json b/aksel.nav.no/package.json index eda47707ac..8a3501bf36 100644 --- a/aksel.nav.no/package.json +++ b/aksel.nav.no/package.json @@ -15,10 +15,10 @@ "playroom" ], "dependencies": { - "@navikt/aksel-icons": "^7.2.0", - "@navikt/ds-css": "^7.2.0", - "@navikt/ds-react": "^7.2.0", - "@navikt/ds-tailwind": "^7.2.0", - "@navikt/ds-tokens": "^7.2.0" + "@navikt/aksel-icons": "^7.2.1", + "@navikt/ds-css": "^7.2.1", + "@navikt/ds-react": "^7.2.1", + "@navikt/ds-tailwind": "^7.2.1", + "@navikt/ds-tokens": "^7.2.1" } }