|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## 1.0.0-next.33 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- Pagination: Use data attrs instead of class names ([#2395](https://github.com/digdir/designsystemet/pull/2395)) |
| 8 | + |
| 9 | +- Badge: Style using css attributes ([#2391](https://github.com/digdir/designsystemet/pull/2391)) |
| 10 | + |
| 11 | +- TableHeaderCell: Remove `sortable` prop, `sort` now handles this ([#2393](https://github.com/digdir/designsystemet/pull/2393)) |
| 12 | + |
| 13 | +- dropdownmenu: Style using data attributes ([#2387](https://github.com/digdir/designsystemet/pull/2387)) |
| 14 | + |
| 15 | +- List: Remove `List.Root` and `List.Heading`, which changes API ([#2348](https://github.com/digdir/designsystemet/pull/2348)) |
| 16 | + |
| 17 | +- 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)) |
| 18 | + |
| 19 | +- Box: Remove component ([#2372](https://github.com/digdir/designsystemet/pull/2372)) |
| 20 | + |
| 21 | +- Popover: ([#2369](https://github.com/digdir/designsystemet/pull/2369)) |
| 22 | + |
| 23 | + - Rename `<Popover.Root>` to `<Popover.Context>` |
| 24 | + - use Popover API, allowing `<Popover>` to be used without `Popover.Context` |
| 25 | + - Remove `portal` prop |
| 26 | + |
| 27 | +- Select: Rename from `NativeSelect` ([#2404](https://github.com/digdir/designsystemet/pull/2404)) |
| 28 | + |
| 29 | +- Table: Set sort button type to prevent form submit ([#2402](https://github.com/digdir/designsystemet/pull/2402)) |
| 30 | + |
| 31 | +- Heading: default level is now 2 ([#2378](https://github.com/digdir/designsystemet/pull/2378)) |
| 32 | + |
| 33 | +- Select: ([#2415](https://github.com/digdir/designsystemet/pull/2415)) |
| 34 | + |
| 35 | + - Add Select.Option and Select.Optgroup compond components |
| 36 | + - Remove `multiple` prop |
| 37 | + |
| 38 | +- Accordion: Now uses details and summary HTML elements ([`5d1c5062b526e6829c322ce66c6df08568bb9f63`](https://github.com/digdir/designsystemet/commit/5d1c5062b526e6829c322ce66c6df08568bb9f63)) |
| 39 | + |
| 40 | +- Spinner: Style using data attributes ([#2390](https://github.com/digdir/designsystemet/pull/2390)) |
| 41 | + |
| 42 | +- Avatar: new component ([#2312](https://github.com/digdir/designsystemet/pull/2312)) |
| 43 | + |
| 44 | +- Tag: Make neutral default color in CSS ([#2397](https://github.com/digdir/designsystemet/pull/2397)) |
| 45 | + |
| 46 | +- Card: Use data attrs ([#2398](https://github.com/digdir/designsystemet/pull/2398)) |
| 47 | + |
| 48 | +- Combobox: fix virtual combobox having large gap between items ([#2376](https://github.com/digdir/designsystemet/pull/2376)) |
| 49 | + |
3 | 50 | ## 1.0.0-next.32
|
4 | 51 |
|
5 | 52 | ## 1.0.0-next.17
|
|
0 commit comments