diff --git a/.changeset/pre.json b/.changeset/pre.json index 58f5ed9fc3..015b44c1b4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,14 +15,19 @@ "@designsystemet/storybook": "0.1.0" }, "changesets": [ + "beige-grapes-report", "blue-rocks-pull", "blue-singers-switch", "brave-months-sleep", "bright-knives-remain", "chatty-cheetahs-fetch", "chilled-icons-chew", + "chilled-pumas-march", "cool-lamps-drive", "eighty-cougars-think", + "eleven-bags-shop", + "eleven-peaches-agree", + "empty-singers-yell", "famous-pillows-cheat", "few-brooms-confess", "fifty-buses-beam", @@ -30,21 +35,37 @@ "four-pears-tie", "friendly-islands-punch", "gorgeous-readers-burn", + "happy-hounds-tie", + "healthy-apples-explode", "hip-masks-greet", + "honest-roses-hunt", "long-boxes-sniff", + "loud-tips-return", + "mean-ducks-argue", + "metal-bananas-notice", "mighty-days-eat", + "odd-hornets-sleep", "plenty-vans-sneeze", + "pretty-dancers-taste", "quiet-mangos-cry", + "rich-carrots-deny", "serious-frogs-rescue", "shaggy-bears-tan", + "shaggy-rockets-repair", "shiny-kiwis-switch", "short-walls-judge", + "slimy-bees-arrive", + "small-queens-breathe", + "spotty-oranges-guess", "spotty-pumas-cross", + "stupid-tables-applaud", "tender-grapes-refuse", "tender-ties-swim", "thin-icons-pay", "three-carrots-hammer", "three-dingos-unite", - "wise-countries-double" + "wise-countries-double", + "witty-clouds-judge", + "witty-moons-sleep" ] } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2054a18bda..0b66f47d1e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 1.0.0-next.33 + ## 1.0.0-next.32 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0e120e8950..039009fd7b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/designsystemet", - "version": "1.0.0-next.32", + "version": "1.0.0-next.33", "description": "CLI for Designsystemet", "author": "Designsystemet team", "repository": { diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index acc143764f..fa4b00460d 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,47 @@ # Change Log +## 1.0.0-next.33 + +### Patch Changes + +- Pagination: Use data attrs instead of class names ([#2395](https://github.com/digdir/designsystemet/pull/2395)) + +- Badge: Style using css attributes ([#2391](https://github.com/digdir/designsystemet/pull/2391)) + +- TableHeaderCell: Remove `sortable` prop, `sort` now handles this ([#2393](https://github.com/digdir/designsystemet/pull/2393)) + +- dropdownmenu: Style using data attributes ([#2387](https://github.com/digdir/designsystemet/pull/2387)) + +- Chip: Text color is now `accent` ([#2371](https://github.com/digdir/designsystemet/pull/2371)) + +- List: Remove `List.Root` and `List.Heading`, which changes API ([#2348](https://github.com/digdir/designsystemet/pull/2348)) + +- Alert, Avatar, Button, Divider, Link: Use data-attributes for variant, size and color and move icons to CSS ([#2313](https://github.com/digdir/designsystemet/pull/2313)) + +- Box: Remove component ([#2372](https://github.com/digdir/designsystemet/pull/2372)) + +- Popover: ([#2369](https://github.com/digdir/designsystemet/pull/2369)) + + - Rename `` to `` + - use Popover API, allowing `` to be used without `Popover.Context` + - Remove `portal` prop + +- Tooltip: Only expose background css variable ([#2389](https://github.com/digdir/designsystemet/pull/2389)) + +- Switch: don't show check when not checked in readonly ([#2377](https://github.com/digdir/designsystemet/pull/2377)) + +- Select: Rename from `NativeSelect` ([#2404](https://github.com/digdir/designsystemet/pull/2404)) + +- Accordion: Now uses details and summary HTML elements ([`5d1c5062b526e6829c322ce66c6df08568bb9f63`](https://github.com/digdir/designsystemet/commit/5d1c5062b526e6829c322ce66c6df08568bb9f63)) + +- Spinner: Style using data attributes ([#2390](https://github.com/digdir/designsystemet/pull/2390)) + +- Avatar: new component ([#2312](https://github.com/digdir/designsystemet/pull/2312)) + +- Tag: Make neutral default color in CSS ([#2397](https://github.com/digdir/designsystemet/pull/2397)) + +- Card: Use data attrs ([#2398](https://github.com/digdir/designsystemet/pull/2398)) + ## 1.0.0-next.32 ### Patch Changes diff --git a/packages/css/package.json b/packages/css/package.json index 60692003e5..94cd190a31 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/designsystemet-css", - "version": "1.0.0-next.32", + "version": "1.0.0-next.33", "description": "CSS for Designsystemet", "author": "Designsystemet team", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f0f5ea6ca2..bd1ba9ecaa 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,52 @@ # Change Log +## 1.0.0-next.33 + +### Patch Changes + +- Pagination: Use data attrs instead of class names ([#2395](https://github.com/digdir/designsystemet/pull/2395)) + +- Badge: Style using css attributes ([#2391](https://github.com/digdir/designsystemet/pull/2391)) + +- TableHeaderCell: Remove `sortable` prop, `sort` now handles this ([#2393](https://github.com/digdir/designsystemet/pull/2393)) + +- dropdownmenu: Style using data attributes ([#2387](https://github.com/digdir/designsystemet/pull/2387)) + +- List: Remove `List.Root` and `List.Heading`, which changes API ([#2348](https://github.com/digdir/designsystemet/pull/2348)) + +- Alert, Avatar, Button, Divider, Link: Use data-attributes for variant, size and color and move icons to CSS ([#2313](https://github.com/digdir/designsystemet/pull/2313)) + +- Box: Remove component ([#2372](https://github.com/digdir/designsystemet/pull/2372)) + +- Popover: ([#2369](https://github.com/digdir/designsystemet/pull/2369)) + + - Rename `` to `` + - use Popover API, allowing `` to be used without `Popover.Context` + - Remove `portal` prop + +- Select: Rename from `NativeSelect` ([#2404](https://github.com/digdir/designsystemet/pull/2404)) + +- Table: Set sort button type to prevent form submit ([#2402](https://github.com/digdir/designsystemet/pull/2402)) + +- Heading: default level is now 2 ([#2378](https://github.com/digdir/designsystemet/pull/2378)) + +- Select: ([#2415](https://github.com/digdir/designsystemet/pull/2415)) + + - Add Select.Option and Select.Optgroup compond components + - Remove `multiple` prop + +- Accordion: Now uses details and summary HTML elements ([`5d1c5062b526e6829c322ce66c6df08568bb9f63`](https://github.com/digdir/designsystemet/commit/5d1c5062b526e6829c322ce66c6df08568bb9f63)) + +- Spinner: Style using data attributes ([#2390](https://github.com/digdir/designsystemet/pull/2390)) + +- Avatar: new component ([#2312](https://github.com/digdir/designsystemet/pull/2312)) + +- Tag: Make neutral default color in CSS ([#2397](https://github.com/digdir/designsystemet/pull/2397)) + +- Card: Use data attrs ([#2398](https://github.com/digdir/designsystemet/pull/2398)) + +- Combobox: fix virtual combobox having large gap between items ([#2376](https://github.com/digdir/designsystemet/pull/2376)) + ## 1.0.0-next.32 ## 1.0.0-next.17 diff --git a/packages/react/package.json b/packages/react/package.json index fd476e350b..2d3904a7cd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/designsystemet-react", - "version": "1.0.0-next.32", + "version": "1.0.0-next.33", "description": "React components for Designsystemet", "author": "Designsystemet team", "repository": { diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 6a82f1043c..bb65d22d23 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 1.0.0-next.33 + ## 1.0.0-next.32 ## 1.0.0-next.15 diff --git a/packages/theme/package.json b/packages/theme/package.json index bb579d558f..bc63b645c2 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/designsystemet-theme", - "version": "1.0.0-next.32", + "version": "1.0.0-next.33", "description": "Predefined themes for Designsystemet", "author": "Designsystemet team", "repository": {