You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.34
### Patch Changes
- Textarea: Use `field-sizing: content`
([#2463](#2463))
- ErrorSummary: Rename ErrorSummary.Root to ErrorSummary
([#2437](#2437))
- Tabs: ([#2448](#2448))
- Renames `Tabs.Root` to `Tabs`
- Renames `Tabs.Content` to `Tabs.Panel`
- Rename classes from `ds-error-message*` to `ds-validation-message*`
([#2473](#2473))
- Modal: css changes
([#2418](#2418))
- DropdownMenu:
([#2432](#2432))
- Rename from `DropdownMenu` to `Dropdown`
- Change API and structure
- Rename `.Root` to `.Context`
- Rename `.Content` to `Dropdown`
- Tabs: css changes
([#2431](#2431))
- ToggleGroup: Rename ToggleGroup.Root to ToggleGroup
([#2424](#2424))
- Badge: Only use single DOM element for rendering
([#2422](#2422))
- Skeleton: Replace Skeleton.Text, Skeleton.Circle and
Skeleton.Rectangle with <Skeleton variant="">
([#2435](#2435))
- Breadcrumbs: Rename `Breadcrumbs.Root` to `Breadcrumbs` and remove
`Breadcrumbs.Nav`
([#2428](#2428))
- HelpText:
([#2438](#2438))
- Use Popover API
- Remove `portal` prop
- Render icon with pseudo element and require aria-label
- Fieldset: Style using css attributes
([#2447](#2447))
## @digdir/designsystemet-react@1.0.0-next.34
### Patch Changes
- Correctly mark dependencies as external. This ensures Accordion works
when consumers have enabled tree-shaking.
([#2479](#2479))
- Button: Remove `type` when `asChild={true}`
([#2472](#2472))
- ErrorSummary: Rename ErrorSummary.Root to ErrorSummary
([#2437](#2437))
- Tabs: ([#2448](#2448))
- Renames `Tabs.Root` to `Tabs`
- Renames `Tabs.Content` to `Tabs.Panel`
- Modal: css changes
([#2418](#2418))
- Rename `ErrorMessage` to `ValidationMessage`
([#2473](#2473))
- DropdownMenu:
([#2432](#2432))
- Rename from `DropdownMenu` to `Dropdown`
- Change API and structure
- Rename `.Root` to `.Context`
- Rename `.Content` to `Dropdown`
- Tabs: css changes
([#2431](#2431))
- ToggleGroup: Rename ToggleGroup.Root to ToggleGroup
([#2424](#2424))
- Badge: Only use single DOM element for rendering
([#2422](#2422))
- Skeleton: Replace Skeleton.Text, Skeleton.Circle and
Skeleton.Rectangle with <Skeleton variant="">
([#2435](#2435))
- Breadcrumbs: Rename `Breadcrumbs.Root` to `Breadcrumbs` and remove
`Breadcrumbs.Nav`
([#2428](#2428))
- HelpText:
([#2438](#2438))
- Use Popover API
- Remove `portal` prop
- Render icon with pseudo element and require aria-label
- Fieldset: Style using css attributes
([#2447](#2447))
## @digdir/designsystemet@1.0.0-next.34
## @digdir/designsystemet-theme@1.0.0-next.34
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- ToggleGroup: Rename ToggleGroup.Root to ToggleGroup ([#2424](https://github.com/digdir/designsystemet/pull/2424))
30
+
31
+
- Badge: Only use single DOM element for rendering ([#2422](https://github.com/digdir/designsystemet/pull/2422))
32
+
33
+
- Skeleton: Replace Skeleton.Text, Skeleton.Circle and Skeleton.Rectangle with <Skeletonvariant=""> ([#2435](https://github.com/digdir/designsystemet/pull/2435))
34
+
35
+
- Breadcrumbs: Rename `Breadcrumbs.Root` to `Breadcrumbs` and remove `Breadcrumbs.Nav` ([#2428](https://github.com/digdir/designsystemet/pull/2428))
Copy file name to clipboardexpand all lines: packages/react/CHANGELOG.md
+44
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,49 @@
1
1
# Change Log
2
2
3
+
## 1.0.0-next.34
4
+
5
+
### Patch Changes
6
+
7
+
- Correctly mark dependencies as external. This ensures Accordion works when consumers have enabled tree-shaking. ([#2479](https://github.com/digdir/designsystemet/pull/2479))
8
+
9
+
- Button: Remove `type` when `asChild={true}` ([#2472](https://github.com/digdir/designsystemet/pull/2472))
10
+
11
+
- ErrorSummary: Rename ErrorSummary.Root to ErrorSummary ([#2437](https://github.com/digdir/designsystemet/pull/2437))
- ToggleGroup: Rename ToggleGroup.Root to ToggleGroup ([#2424](https://github.com/digdir/designsystemet/pull/2424))
32
+
33
+
- Badge: Only use single DOM element for rendering ([#2422](https://github.com/digdir/designsystemet/pull/2422))
34
+
35
+
- Skeleton: Replace Skeleton.Text, Skeleton.Circle and Skeleton.Rectangle with <Skeletonvariant=""> ([#2435](https://github.com/digdir/designsystemet/pull/2435))
36
+
37
+
- Breadcrumbs: Rename `Breadcrumbs.Root` to `Breadcrumbs` and remove `Breadcrumbs.Nav` ([#2428](https://github.com/digdir/designsystemet/pull/2428))
0 commit comments