Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: new release candidate (next) #2434

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@
"beige-grapes-report",
"blue-rocks-pull",
"blue-singers-switch",
"brave-months-shop",
"brave-months-sleep",
"bright-knives-remain",
"chatty-cheetahs-fetch",
"chilled-icons-chew",
"chilled-pumas-march",
"clever-cobras-rescue",
"cool-lamps-drive",
"curvy-oranges-notice",
"eighty-cougars-think",
"eleven-bags-shop",
"eleven-peaches-agree",
Expand All @@ -32,11 +35,15 @@
"few-brooms-confess",
"fifty-buses-beam",
"five-apricots-scream",
"flat-experts-drop",
"four-pears-tie",
"friendly-islands-punch",
"gold-chairs-jog",
"gorgeous-readers-burn",
"happy-hounds-tie",
"happy-worms-applaud",
"healthy-apples-explode",
"heavy-rabbits-boil",
"hip-masks-greet",
"honest-roses-hunt",
"long-boxes-sniff",
Expand All @@ -45,25 +52,34 @@
"metal-bananas-notice",
"mighty-days-eat",
"odd-hornets-sleep",
"plenty-parents-rest",
"plenty-vans-sneeze",
"pretty-dancers-taste",
"proud-walls-flash",
"purple-berries-repeat",
"quiet-mangos-cry",
"red-queens-love",
"rich-carrots-deny",
"serious-frogs-rescue",
"seven-ladybugs-admire",
"shaggy-bears-tan",
"shaggy-rockets-repair",
"shiny-kiwis-switch",
"short-walls-judge",
"six-trees-tie",
"slimy-bees-arrive",
"small-queens-breathe",
"spotty-oranges-guess",
"spotty-pumas-cross",
"stupid-tables-applaud",
"swift-forks-drop",
"tame-rats-mix",
"tender-grapes-refuse",
"tender-ties-swim",
"thin-icons-pay",
"three-carrots-hammer",
"three-dingos-unite",
"three-ducks-chew",
"wise-countries-double",
"witty-clouds-judge",
"witty-moons-sleep"
Expand Down
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.34

## 1.0.0-next.33

## 1.0.0-next.32
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.33",
"version": "1.0.0-next.34",
"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.34

### Patch Changes

- Textarea: Use `field-sizing: content` ([#2463](https://github.com/digdir/designsystemet/pull/2463))

- ErrorSummary: Rename ErrorSummary.Root to ErrorSummary ([#2437](https://github.com/digdir/designsystemet/pull/2437))

- Tabs: ([#2448](https://github.com/digdir/designsystemet/pull/2448))

- Renames `Tabs.Root` to `Tabs`
- Renames `Tabs.Content` to `Tabs.Panel`

- Rename classes from `ds-error-message*` to `ds-validation-message*` ([#2473](https://github.com/digdir/designsystemet/pull/2473))

- Modal: css changes ([#2418](https://github.com/digdir/designsystemet/pull/2418))

- DropdownMenu: ([#2432](https://github.com/digdir/designsystemet/pull/2432))

- Rename from `DropdownMenu` to `Dropdown`
- Change API and structure
- Rename `.Root` to `.Context`
- Rename `.Content` to `Dropdown`

- Tabs: css changes ([#2431](https://github.com/digdir/designsystemet/pull/2431))

- ToggleGroup: Rename ToggleGroup.Root to ToggleGroup ([#2424](https://github.com/digdir/designsystemet/pull/2424))

- Badge: Only use single DOM element for rendering ([#2422](https://github.com/digdir/designsystemet/pull/2422))

- Skeleton: Replace Skeleton.Text, Skeleton.Circle and Skeleton.Rectangle with <Skeleton variant=""> ([#2435](https://github.com/digdir/designsystemet/pull/2435))

- Breadcrumbs: Rename `Breadcrumbs.Root` to `Breadcrumbs` and remove `Breadcrumbs.Nav` ([#2428](https://github.com/digdir/designsystemet/pull/2428))

- HelpText: ([#2438](https://github.com/digdir/designsystemet/pull/2438))

- Use Popover API
- Remove `portal` prop
- Render icon with pseudo element and require aria-label

- Fieldset: Style using css attributes ([#2447](https://github.com/digdir/designsystemet/pull/2447))

## 1.0.0-next.33

### 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.33",
"version": "1.0.0-next.34",
"description": "CSS for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
44 changes: 44 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Change Log

## 1.0.0-next.34

### Patch Changes

- Correctly mark dependencies as external. This ensures Accordion works when consumers have enabled tree-shaking. ([#2479](https://github.com/digdir/designsystemet/pull/2479))

- Button: Remove `type` when `asChild={true}` ([#2472](https://github.com/digdir/designsystemet/pull/2472))

- ErrorSummary: Rename ErrorSummary.Root to ErrorSummary ([#2437](https://github.com/digdir/designsystemet/pull/2437))

- Tabs: ([#2448](https://github.com/digdir/designsystemet/pull/2448))

- Renames `Tabs.Root` to `Tabs`
- Renames `Tabs.Content` to `Tabs.Panel`

- Modal: css changes ([#2418](https://github.com/digdir/designsystemet/pull/2418))

- Rename `ErrorMessage` to `ValidationMessage` ([#2473](https://github.com/digdir/designsystemet/pull/2473))

- DropdownMenu: ([#2432](https://github.com/digdir/designsystemet/pull/2432))

- Rename from `DropdownMenu` to `Dropdown`
- Change API and structure
- Rename `.Root` to `.Context`
- Rename `.Content` to `Dropdown`

- Tabs: css changes ([#2431](https://github.com/digdir/designsystemet/pull/2431))

- ToggleGroup: Rename ToggleGroup.Root to ToggleGroup ([#2424](https://github.com/digdir/designsystemet/pull/2424))

- Badge: Only use single DOM element for rendering ([#2422](https://github.com/digdir/designsystemet/pull/2422))

- Skeleton: Replace Skeleton.Text, Skeleton.Circle and Skeleton.Rectangle with <Skeleton variant=""> ([#2435](https://github.com/digdir/designsystemet/pull/2435))

- Breadcrumbs: Rename `Breadcrumbs.Root` to `Breadcrumbs` and remove `Breadcrumbs.Nav` ([#2428](https://github.com/digdir/designsystemet/pull/2428))

- HelpText: ([#2438](https://github.com/digdir/designsystemet/pull/2438))

- Use Popover API
- Remove `portal` prop
- Render icon with pseudo element and require aria-label

- Fieldset: Style using css attributes ([#2447](https://github.com/digdir/designsystemet/pull/2447))

## 1.0.0-next.33

### Patch Changes
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.33",
"version": "1.0.0-next.34",
"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.34

## 1.0.0-next.33

## 1.0.0-next.32
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.33",
"version": "1.0.0-next.34",
"description": "Predefined themes for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down