Skip to content

Commit

Permalink
chore: new release candidate (next) (#2361)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to next, this PR will
be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`next` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `next`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @digdir/designsystemet-css@1.0.0-next.33

### Patch Changes

- Pagination: Use data attrs instead of class names
([#2395](#2395))

- Badge: Style using css attributes
([#2391](#2391))

- TableHeaderCell: Remove `sortable` prop, `sort` now handles this
([#2393](#2393))

- dropdownmenu: Style using data attributes
([#2387](#2387))

- Chip: Text color is now `accent`
([#2371](#2371))

- List: Remove `List.Root` and `List.Heading`, which changes API
([#2348](#2348))

- Alert, Avatar, Button, Divider, Link: Use data-attributes for variant,
size and color and move icons to CSS
([#2313](#2313))

- Box: Remove component
([#2372](#2372))

- Popover: ([#2369](#2369))

    -   Rename `<Popover.Root>` to `<Popover.Context>`
- use Popover API, allowing `<Popover>` to be used without
`Popover.Context`
    -   Remove `portal` prop

- Tooltip: Only expose background css variable
([#2389](#2389))

- Switch: don't show check when not checked in readonly
([#2377](#2377))

- Select: Rename from `NativeSelect`
([#2404](#2404))

- Accordion: Now uses details and summary HTML elements
([`5d1c5062b526e6829c322ce66c6df08568bb9f63`](5d1c506))

- Spinner: Style using data attributes
([#2390](#2390))

- Avatar: new component
([#2312](#2312))

- Tag: Make neutral default color in CSS
([#2397](#2397))

- Card: Use data attrs
([#2398](#2398))

## @digdir/designsystemet-react@1.0.0-next.33

### Patch Changes

- Pagination: Use data attrs instead of class names
([#2395](#2395))

- Badge: Style using css attributes
([#2391](#2391))

- TableHeaderCell: Remove `sortable` prop, `sort` now handles this
([#2393](#2393))

- dropdownmenu: Style using data attributes
([#2387](#2387))

- List: Remove `List.Root` and `List.Heading`, which changes API
([#2348](#2348))

- Alert, Avatar, Button, Divider, Link: Use data-attributes for variant,
size and color and move icons to CSS
([#2313](#2313))

- Box: Remove component
([#2372](#2372))

- Popover: ([#2369](#2369))

    -   Rename `<Popover.Root>` to `<Popover.Context>`
- use Popover API, allowing `<Popover>` to be used without
`Popover.Context`
    -   Remove `portal` prop

- Select: Rename from `NativeSelect`
([#2404](#2404))

- Table: Set sort button type to prevent form submit
([#2402](#2402))

- Heading: default level is now 2
([#2378](#2378))

- Select: ([#2415](#2415))

    -   Add Select.Option and Select.Optgroup compond components
    -   Remove `multiple` prop

- Accordion: Now uses details and summary HTML elements
([`5d1c5062b526e6829c322ce66c6df08568bb9f63`](5d1c506))

- Spinner: Style using data attributes
([#2390](#2390))

- Avatar: new component
([#2312](#2312))

- Tag: Make neutral default color in CSS
([#2397](#2397))

- Card: Use data attrs
([#2398](#2398))

- Combobox: fix virtual combobox having large gap between items
([#2376](#2376))

## @digdir/designsystemet@1.0.0-next.33



## @digdir/designsystemet-theme@1.0.0-next.33

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 17, 2024
1 parent a0b5be1 commit 5bf8c21
Show file tree
Hide file tree
Showing 9 changed files with 119 additions and 5 deletions.
23 changes: 22 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,57 @@
"@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",
"five-apricots-scream",
"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"
]
}
2 changes: 2 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.0.0-next.33

## 1.0.0-next.32

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
42 changes: 42 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<Popover.Root>` to `<Popover.Context>`
- use Popover API, allowing `<Popover>` 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
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
47 changes: 47 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<Popover.Root>` to `<Popover.Context>`
- use Popover API, allowing `<Popover>` 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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.0.0-next.33

## 1.0.0-next.32

## 1.0.0-next.15
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5bf8c21

Please sign in to comment.