diff --git a/.changeset/afraid-timers-own.md b/.changeset/afraid-timers-own.md deleted file mode 100644 index cc0ad954cf..0000000000 --- a/.changeset/afraid-timers-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": minor ---- - -Chips.Removable: Removed prop `removeLabel` diff --git a/.changeset/funny-insects-fly.md b/.changeset/funny-insects-fly.md deleted file mode 100644 index 57c53a237c..0000000000 --- a/.changeset/funny-insects-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": minor ---- - -i18n: :sparkles: Implemented i18n support for all components. Components come with support for nb, nn and en locales ([Docs](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517)) diff --git a/.changeset/quick-seas-press.md b/.changeset/quick-seas-press.md deleted file mode 100644 index e03f22ae74..0000000000 --- a/.changeset/quick-seas-press.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@navikt/aksel-stylelint": minor -"@navikt/ds-react": minor -"@navikt/ds-css": minor ---- - -Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. diff --git a/.changeset/rare-rules-shave.md b/.changeset/rare-rules-shave.md deleted file mode 100644 index 65725e44d9..0000000000 --- a/.changeset/rare-rules-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Timeline: Deprecated prop `axisLabelTemplates`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change the date formats. diff --git a/.changeset/strong-carpets-fly.md b/.changeset/strong-carpets-fly.md deleted file mode 100644 index 9809f4ac81..0000000000 --- a/.changeset/strong-carpets-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": minor ---- - -Combobox: Changed prop `maxSelected` to number diff --git a/.changeset/sweet-bobcats-promise.md b/.changeset/sweet-bobcats-promise.md deleted file mode 100644 index 1df584e6b2..0000000000 --- a/.changeset/sweet-bobcats-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": minor ---- - -DatePicker/MonthPicker: Added new `translations` prop and deprecated `locale` prop diff --git a/.changeset/thick-tools-behave.md b/.changeset/thick-tools-behave.md deleted file mode 100644 index 5c4d03f5bd..0000000000 --- a/.changeset/thick-tools-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-css": patch ---- - -CSS: Resolved regression where the complete stylesheet was included in scoped 'components.css' file. diff --git a/.changeset/twenty-bulldogs-warn.md b/.changeset/twenty-bulldogs-warn.md deleted file mode 100644 index 72fea88a6d..0000000000 --- a/.changeset/twenty-bulldogs-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Search: Deprecated prop `clearButtonLabel`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change the label. diff --git a/.changeset/witty-bikes-remember.md b/.changeset/witty-bikes-remember.md deleted file mode 100644 index 9e5b1c5c1c..0000000000 --- a/.changeset/witty-bikes-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Textarea: Deprecated prop `i18n`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change these texts. diff --git a/@navikt/aksel-icons/CHANGELOG.md b/@navikt/aksel-icons/CHANGELOG.md index 54866ff1c8..8a6991c505 100644 --- a/@navikt/aksel-icons/CHANGELOG.md +++ b/@navikt/aksel-icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-icons +## 7.8.0 + ## 7.7.0 ## 7.6.0 diff --git a/@navikt/aksel-icons/package.json b/@navikt/aksel-icons/package.json index 2dd641d5ae..faf1bce26b 100644 --- a/@navikt/aksel-icons/package.json +++ b/@navikt/aksel-icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-icons", - "version": "7.7.0", + "version": "7.8.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 feda214cc5..1ab43f7800 100644 --- a/@navikt/aksel-stylelint/CHANGELOG.md +++ b/@navikt/aksel-stylelint/CHANGELOG.md @@ -1,5 +1,11 @@ # @navikt/aksel-stylelint +## 7.8.0 + +### Minor Changes + +- Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433)) + ## 7.7.0 ## 7.6.0 diff --git a/@navikt/aksel-stylelint/package.json b/@navikt/aksel-stylelint/package.json index f4cba05c20..32f9f19427 100644 --- a/@navikt/aksel-stylelint/package.json +++ b/@navikt/aksel-stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-stylelint", - "version": "7.7.0", + "version": "7.8.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": "^7.7.0", - "@navikt/ds-tokens": "^7.7.0", + "@navikt/ds-css": "^7.8.0", + "@navikt/ds-tokens": "^7.8.0", "concurrently": "9.0.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 1918c4c44b..de86456ef7 100644 --- a/@navikt/aksel/CHANGELOG.md +++ b/@navikt/aksel/CHANGELOG.md @@ -1,5 +1,12 @@ # @navikt/aksel +## 7.8.0 + +### Patch Changes + +- Updated dependencies [[`f720562`](https://github.com/navikt/aksel/commit/f720562908ccb0c7c62cabd386920d0c1fdcdaf9), [`5dedfa1`](https://github.com/navikt/aksel/commit/5dedfa104a187d23e3028ffa2b4a85e44e206b31)]: + - @navikt/ds-css@7.8.0 + ## 7.7.0 ### Patch Changes diff --git a/@navikt/aksel/package.json b/@navikt/aksel/package.json index 69c1cf214d..79e1ca90f7 100644 --- a/@navikt/aksel/package.json +++ b/@navikt/aksel/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel", - "version": "7.7.0", + "version": "7.8.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": "7.7.0", + "@navikt/ds-css": "7.8.0", "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 5e4af6d720..93d199a5ad 100644 --- a/@navikt/core/css/CHANGELOG.md +++ b/@navikt/core/css/CHANGELOG.md @@ -1,5 +1,15 @@ # @navikt/ds-css +## 7.8.0 + +### Minor Changes + +- Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433)) + +### Patch Changes + +- CSS: Resolved regression where the complete stylesheet was included in scoped 'components.css' file. ([#3427](https://github.com/navikt/aksel/pull/3427)) + ## 7.7.0 ## 7.6.0 diff --git a/@navikt/core/css/package.json b/@navikt/core/css/package.json index f29219c708..ab04d77527 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "7.7.0", + "version": "7.8.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": "^7.7.0", + "@navikt/ds-tokens": "^7.8.0", "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 694e38d603..bdabc15720 100644 --- a/@navikt/core/react/CHANGELOG.md +++ b/@navikt/core/react/CHANGELOG.md @@ -1,5 +1,31 @@ # @navikt/ds-react +## 7.8.0 + +### Minor Changes + +- Chips.Removable: Removed prop `removeLabel` ([#3429](https://github.com/navikt/aksel/pull/3429)) + +- i18n: :sparkles: Implemented i18n support for all components. Components come with support for nb, nn and en locales ([Docs](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517)) ([#3429](https://github.com/navikt/aksel/pull/3429)) + +- Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433)) + +- Combobox: Changed prop `maxSelected` to number ([#3433](https://github.com/navikt/aksel/pull/3433)) + +- DatePicker/MonthPicker: Added new `translations` prop and deprecated `locale` prop ([#3429](https://github.com/navikt/aksel/pull/3429)) + +### Patch Changes + +- Timeline: Deprecated prop `axisLabelTemplates`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change the date formats. ([#3429](https://github.com/navikt/aksel/pull/3429)) + +- Search: Deprecated prop `clearButtonLabel`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change the label. ([#3429](https://github.com/navikt/aksel/pull/3429)) + +- Textarea: Deprecated prop `i18n`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change these texts. ([#3429](https://github.com/navikt/aksel/pull/3429)) + +- Updated dependencies []: + - @navikt/ds-tokens@7.8.0 + - @navikt/aksel-icons@7.8.0 + ## 7.7.0 ### Minor Changes diff --git a/@navikt/core/react/package.json b/@navikt/core/react/package.json index 7e20860681..8295f284e7 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "7.7.0", + "version": "7.8.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", @@ -614,8 +614,8 @@ "dependencies": { "@floating-ui/react": "0.25.4", "@floating-ui/react-dom": "^2.0.9", - "@navikt/aksel-icons": "^7.7.0", - "@navikt/ds-tokens": "^7.7.0", + "@navikt/aksel-icons": "^7.8.0", + "@navikt/ds-tokens": "^7.8.0", "clsx": "^2.1.0", "date-fns": "^3.0.0", "react-day-picker": "8.10.1" diff --git a/@navikt/core/tailwind/CHANGELOG.md b/@navikt/core/tailwind/CHANGELOG.md index a5cb265536..9ec12369a1 100644 --- a/@navikt/core/tailwind/CHANGELOG.md +++ b/@navikt/core/tailwind/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tailwind +## 7.8.0 + ## 7.7.0 ## 7.6.0 diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index 280ca36c55..658faacbd4 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "7.7.0", + "version": "7.8.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": "^7.7.0", + "@navikt/ds-tokens": "^7.8.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 eb40b72ba8..ee130addda 100644 --- a/@navikt/core/tokens/CHANGELOG.md +++ b/@navikt/core/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tokens +## 7.8.0 + ## 7.7.0 ## 7.6.0 diff --git a/@navikt/core/tokens/package.json b/@navikt/core/tokens/package.json index e41855df66..0215e43bb9 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "7.7.0", + "version": "7.8.0", "description": "Design-tokens for NAV designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index d38e31fefd..7c1399daae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 7.8 + +### @navikt/aksel-stylelint + +- Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433)) + +### @navikt/ds-react + +- Chips.Removable: Removed prop `removeLabel` ([#3429](https://github.com/navikt/aksel/pull/3429)) + +- i18n: :sparkles: Implemented i18n support for all components. Components come with support for nb, nn and en locales ([Docs](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517)) ([#3429](https://github.com/navikt/aksel/pull/3429)) + +- Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433)) + +- Combobox: Changed prop `maxSelected` to number ([#3433](https://github.com/navikt/aksel/pull/3433)) + +- DatePicker/MonthPicker: Added new `translations` prop and deprecated `locale` prop ([#3429](https://github.com/navikt/aksel/pull/3429)) + +* Timeline: Deprecated prop `axisLabelTemplates`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change the date formats. ([#3429](https://github.com/navikt/aksel/pull/3429)) + +* Search: Deprecated prop `clearButtonLabel`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change the label. ([#3429](https://github.com/navikt/aksel/pull/3429)) + +* Textarea: Deprecated prop `i18n`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change these texts. ([#3429](https://github.com/navikt/aksel/pull/3429)) + +### @navikt/ds-css + +- Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433)) + +* CSS: Resolved regression where the complete stylesheet was included in scoped 'components.css' file. ([#3427](https://github.com/navikt/aksel/pull/3427)) + ## 7.7 ### @navikt/ds-react diff --git a/aksel.nav.no/package.json b/aksel.nav.no/package.json index 968dea8880..0171c59166 100644 --- a/aksel.nav.no/package.json +++ b/aksel.nav.no/package.json @@ -15,10 +15,10 @@ "playroom" ], "dependencies": { - "@navikt/aksel-icons": "^7.7.0", - "@navikt/ds-css": "^7.7.0", - "@navikt/ds-react": "^7.7.0", - "@navikt/ds-tailwind": "^7.7.0", - "@navikt/ds-tokens": "^7.7.0" + "@navikt/aksel-icons": "^7.8.0", + "@navikt/ds-css": "^7.8.0", + "@navikt/ds-react": "^7.8.0", + "@navikt/ds-tailwind": "^7.8.0", + "@navikt/ds-tokens": "^7.8.0" } } diff --git a/yarn.lock b/yarn.lock index c58889b7f4..d97edcb294 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3711,7 +3711,7 @@ __metadata: languageName: node linkType: hard -"@navikt/aksel-icons@npm:^7.7.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons": +"@navikt/aksel-icons@npm:^7.8.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons": version: 0.0.0-use.local resolution: "@navikt/aksel-icons@workspace:@navikt/aksel-icons" dependencies: @@ -3742,8 +3742,8 @@ __metadata: version: 0.0.0-use.local resolution: "@navikt/aksel-stylelint@workspace:@navikt/aksel-stylelint" dependencies: - "@navikt/ds-css": "npm:^7.7.0" - "@navikt/ds-tokens": "npm:^7.7.0" + "@navikt/ds-css": "npm:^7.8.0" + "@navikt/ds-tokens": "npm:^7.8.0" concurrently: "npm:9.0.1" postcss-selector-parser: "npm:^6.0.13" postcss-value-parser: "npm:^4.2.0" @@ -3758,7 +3758,7 @@ __metadata: version: 0.0.0-use.local resolution: "@navikt/aksel@workspace:@navikt/aksel" dependencies: - "@navikt/ds-css": "npm:7.7.0" + "@navikt/ds-css": "npm:7.8.0" axios: "npm:1.7.4" chalk: "npm:4.1.0" clipboardy: "npm:^2.3.0" @@ -3779,11 +3779,11 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-css@npm:*, @navikt/ds-css@npm:7.7.0, @navikt/ds-css@npm:^7.7.0, @navikt/ds-css@workspace:@navikt/core/css": +"@navikt/ds-css@npm:*, @navikt/ds-css@npm:7.8.0, @navikt/ds-css@npm:^7.8.0, @navikt/ds-css@workspace:@navikt/core/css": version: 0.0.0-use.local resolution: "@navikt/ds-css@workspace:@navikt/core/css" dependencies: - "@navikt/ds-tokens": "npm:^7.7.0" + "@navikt/ds-tokens": "npm:^7.8.0" autoprefixer: "npm:^10.4.20" cssnano: "npm:6.0.0" fast-glob: "npm:3.2.11" @@ -3797,14 +3797,14 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.7.0, @navikt/ds-react@workspace:@navikt/core/react": +"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.8.0, @navikt/ds-react@workspace:@navikt/core/react": version: 0.0.0-use.local resolution: "@navikt/ds-react@workspace:@navikt/core/react" dependencies: "@floating-ui/react": "npm:0.25.4" "@floating-ui/react-dom": "npm:^2.0.9" - "@navikt/aksel-icons": "npm:^7.7.0" - "@navikt/ds-tokens": "npm:^7.7.0" + "@navikt/aksel-icons": "npm:^7.8.0" + "@navikt/ds-tokens": "npm:^7.8.0" "@testing-library/dom": "npm:9.3.4" "@testing-library/jest-dom": "npm:^5.16.0" "@testing-library/react": "npm:^15.0.7" @@ -3832,11 +3832,11 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-tailwind@npm:^7.7.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind": +"@navikt/ds-tailwind@npm:^7.8.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind": version: 0.0.0-use.local resolution: "@navikt/ds-tailwind@workspace:@navikt/core/tailwind" dependencies: - "@navikt/ds-tokens": "npm:^7.7.0" + "@navikt/ds-tokens": "npm:^7.8.0" color: "npm:4.2.3" lodash: "npm:^4.17.21" tailwindcss: "npm:^3.3.3" @@ -3846,7 +3846,7 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-tokens@npm:^7.7.0, @navikt/ds-tokens@workspace:@navikt/core/tokens": +"@navikt/ds-tokens@npm:^7.8.0, @navikt/ds-tokens@workspace:@navikt/core/tokens": version: 0.0.0-use.local resolution: "@navikt/ds-tokens@workspace:@navikt/core/tokens" dependencies: @@ -7719,11 +7719,11 @@ __metadata: version: 0.0.0-use.local resolution: "aksel.nav.no@workspace:aksel.nav.no" dependencies: - "@navikt/aksel-icons": "npm:^7.7.0" - "@navikt/ds-css": "npm:^7.7.0" - "@navikt/ds-react": "npm:^7.7.0" - "@navikt/ds-tailwind": "npm:^7.7.0" - "@navikt/ds-tokens": "npm:^7.7.0" + "@navikt/aksel-icons": "npm:^7.8.0" + "@navikt/ds-css": "npm:^7.8.0" + "@navikt/ds-react": "npm:^7.8.0" + "@navikt/ds-tailwind": "npm:^7.8.0" + "@navikt/ds-tokens": "npm:^7.8.0" languageName: unknown linkType: soft