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) #2922

Merged
merged 1 commit into from
Jan 8, 2025
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
18 changes: 18 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@
"blue-stingrays-heal",
"brave-months-shop",
"brave-months-sleep",
"bright-eyes-beam",
"bright-knives-remain",
"brown-walls-smell",
"calm-hairs-pull",
"chatty-cheetahs-fetch",
"chilled-icons-chew",
"chilled-pumas-march",
"clean-insects-move",
"clean-lizards-chew",
"clever-cobras-rescue",
"cold-seals-draw",
"cool-lamps-drive",
"curvy-oranges-notice",
"cyan-adults-roll",
Expand All @@ -42,13 +45,16 @@
"empty-pears-hide",
"empty-singers-yell",
"fair-beds-destroy",
"fair-gorillas-pay",
"famous-pillows-cheat",
"fast-cows-march",
"few-brooms-confess",
"few-plums-drum",
"few-squids-speak",
"fifty-buses-beam",
"fifty-hornets-hang",
"five-apricots-scream",
"five-mails-pull",
"five-pens-accept",
"five-turkeys-confess",
"flat-experts-drop",
Expand All @@ -64,6 +70,7 @@
"gorgeous-geese-boil",
"gorgeous-readers-burn",
"gorgeous-shrimps-crash",
"great-cameras-check",
"green-plums-scream",
"grumpy-pianos-lick",
"happy-hounds-tie",
Expand All @@ -84,9 +91,11 @@
"lemon-countries-smoke",
"long-boxes-sniff",
"long-countries-check",
"long-stingrays-repeat",
"loud-bobcats-look",
"loud-dragons-build",
"loud-tips-return",
"many-cherries-look",
"mean-ducks-argue",
"mean-penguins-sing",
"mean-snails-visit",
Expand All @@ -101,14 +110,17 @@
"ninety-jeans-punch",
"odd-hornets-sleep",
"odd-oranges-yell",
"old-jeans-ring",
"old-melons-stare",
"old-sheep-dress",
"olive-tools-cry",
"olive-waves-build",
"olive-windows-share",
"orange-months-listen",
"plenty-parents-rest",
"plenty-singers-matter",
"plenty-vans-sneeze",
"poor-roses-film",
"popular-jeans-happen",
"popular-parrots-begin",
"pretty-dancers-taste",
Expand All @@ -117,8 +129,10 @@
"quiet-mangos-cry",
"quiet-rings-heal",
"real-zoos-fail",
"red-chefs-refuse",
"red-queens-love",
"rich-carrots-deny",
"rotten-tomatoes-run",
"rotten-zoos-live",
"rude-lies-smile",
"selfish-meals-pump",
Expand All @@ -130,6 +144,7 @@
"sharp-humans-itch",
"shiny-dryers-count",
"shiny-kiwis-switch",
"shiny-pans-film",
"short-kiwis-turn",
"short-walls-judge",
"shy-cameras-approve",
Expand All @@ -148,6 +163,7 @@
"spotty-oranges-guess",
"spotty-pumas-cross",
"stale-tables-eat",
"strange-feet-check",
"strange-jars-compete",
"strange-ligers-search",
"strong-flowers-ring",
Expand All @@ -166,7 +182,9 @@
"three-dingos-unite",
"three-ducks-chew",
"three-moles-attack",
"tidy-balloons-rule",
"tidy-cheetahs-cry",
"tricky-islands-jam",
"twelve-onions-laugh",
"twenty-cheetahs-leave",
"violet-paws-begin",
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 1.0.0-next.45

### Minor Changes

- Fix wrong base default color beeing set by the themebuilder ([#2953](https://github.com/digdir/designsystemet/pull/2953))

- Moved typography based sizing formula to design-tokens ([#2796](https://github.com/digdir/designsystemet/pull/2796))

- Removed design-tokens `sizing` & `spacing`, use `size`. ([#2939](https://github.com/digdir/designsystemet/pull/2939))

- Support for building typography based sizing design-tokens ([#2796](https://github.com/digdir/designsystemet/pull/2796))

### Patch Changes

- Rename `data-ds-typography` to `data-typography` ([#2959](https://github.com/digdir/designsystemet/pull/2959))

## 1.0.0-next.44

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

## 1.0.0-next.45

### Minor Changes

- Removed CSS variables `--ds-spacing-*` & `--ds-sizing-*`, use `--ds-size-*`. ([#2939](https://github.com/digdir/designsystemet/pull/2939))

- New CSS variables for sizes, `--ds-size-*` ([#2935](https://github.com/digdir/designsystemet/pull/2935))

- Moved typography based sizing formula to design-tokens ([#2796](https://github.com/digdir/designsystemet/pull/2796))

### Patch Changes

- Button: add `height: fit-content` ([#2942](https://github.com/digdir/designsystemet/pull/2942))

- Pagination: Use empty `li` for ellipsis ([#2942](https://github.com/digdir/designsystemet/pull/2942))

- Link: Fix missing underline when using Tailwind ([#2923](https://github.com/digdir/designsystemet/pull/2923))

- Table: ([#2933](https://github.com/digdir/designsystemet/pull/2933))

- Correct footer styling
- Automatic focus styling for sorting buttons

- Switch: Adjust design to better align with radio and checkbox ([#2929](https://github.com/digdir/designsystemet/pull/2929))

- Tooltip: Use popover API ([#2916](https://github.com/digdir/designsystemet/pull/2916))

- Removes `delay`, this is now `--dsc-tooltip-transition-delay`
- Removes `defaultOpen`
- Removes `portal`
- Removes ability to hover to keep open

- PopoverTrigger: New prop `inline` for use when inline elements (such as text) need a `Popover` ([#2915](https://github.com/digdir/designsystemet/pull/2915))

## 1.0.0-next.44

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

## 1.0.0-next.45

### Patch Changes

- Pagination: Use empty `li` for ellipsis ([#2942](https://github.com/digdir/designsystemet/pull/2942))

- Add missing `data-size` and `data-color` props to Details ([#2930](https://github.com/digdir/designsystemet/pull/2930))

- Table: ([#2933](https://github.com/digdir/designsystemet/pull/2933))

- Correct footer styling
- Automatic focus styling for sorting buttons

- Loosen default types for `data-color` and `data-size` to support accept `string` ([#2951](https://github.com/digdir/designsystemet/pull/2951))

- Export all utilities ([#2961](https://github.com/digdir/designsystemet/pull/2961))

- Field: Fix `position` not working ([#2931](https://github.com/digdir/designsystemet/pull/2931))

- Tooltip: Use popover API ([#2916](https://github.com/digdir/designsystemet/pull/2916))

- Removes `delay`, this is now `--dsc-tooltip-transition-delay`
- Removes `defaultOpen`
- Removes `portal`
- Removes ability to hover to keep open

- PopoverTrigger: New prop `inline` for use when inline elements (such as text) need a `Popover` ([#2915](https://github.com/digdir/designsystemet/pull/2915))

## 1.0.0-next.44

### 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,7 +1,7 @@
{
"name": "@digdir/designsystemet-react",
"type": "module",
"version": "1.0.0-next.44",
"version": "1.0.0-next.45",
"description": "React components for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 1.0.0-next.45

### Minor Changes

- Removed CSS variables `--ds-spacing-*` & `--ds-sizing-*`, use `--ds-size-*`. ([#2939](https://github.com/digdir/designsystemet/pull/2939))

- Moved typography based sizing formula to design-tokens ([#2796](https://github.com/digdir/designsystemet/pull/2796))

- Removed design-tokens `sizing` & `spacing`, use `size`. ([#2939](https://github.com/digdir/designsystemet/pull/2939))

### Patch Changes

- Rename `data-ds-typography` to `data-typography` ([#2959](https://github.com/digdir/designsystemet/pull/2959))

## 1.0.0-next.44

## 1.0.0-next.43
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.44",
"version": "1.0.0-next.45",
"description": "Predefined themes for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
Loading