|
1 | 1 | # @swisspost/design-system-documentation |
2 | 2 |
|
| 3 | +## 6.0.0-next.51 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- Improved the `dialog` element documentation by adding the control-table entries for core methods and events, updating examples with aria-labelledby/aria-describedby, and exposing the closedby option. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6439](https://github.com/swisspost/design-system/pull/6439)) |
| 8 | + |
| 9 | +- Added the user menu for logged in users in the `post-header` component. (by [@leagrdv](https://github.com/leagrdv) with [#6402](https://github.com/swisspost/design-system/pull/6402)) |
| 10 | + |
| 11 | +- Added checkboxes on each step of the v9 to v10 migration guide to allow for progress tracking. (by [@leagrdv](https://github.com/leagrdv) with [#6451](https://github.com/swisspost/design-system/pull/6451)) |
| 12 | + |
| 13 | +- Added a new header example for the Jobs portal pages. (by [@myrta2302](https://github.com/myrta2302) with [#6421](https://github.com/swisspost/design-system/pull/6421)) |
| 14 | + |
| 15 | +### Patch Changes |
| 16 | + |
| 17 | +- Added information in the migration guide regarding the update on the `post-alert` component. (by [@leagrdv](https://github.com/leagrdv) with [#6431](https://github.com/swisspost/design-system/pull/6431)) |
| 18 | + |
| 19 | +- Added the `button-type` property to the `post-closebutton` to allow users to override the default button type. (by [@leagrdv](https://github.com/leagrdv) with [#6361](https://github.com/swisspost/design-system/pull/6361)) |
| 20 | + |
| 21 | +- Improved `dialog` component accessibility by adding proper paragraph markup around text content. (by [@bucknatt](https://github.com/bucknatt) with [#6206](https://github.com/swisspost/design-system/pull/6206)) |
| 22 | + |
| 23 | +- Added information in the migration guide regarding the update on font curve classes. (by [@leagrdv](https://github.com/leagrdv) with [#6340](https://github.com/swisspost/design-system/pull/6340)) |
| 24 | + |
| 25 | +- Added icons to the header meta navigation links. (by [@alizedebray](https://github.com/alizedebray) with [#6413](https://github.com/swisspost/design-system/pull/6413)) |
| 26 | + |
| 27 | +- Removed the `.btn-close` and replaced it with the `post-closebutton` component in the dialog, toast and `post-popover` components. (by [@leagrdv](https://github.com/leagrdv) with [#6361](https://github.com/swisspost/design-system/pull/6361)) |
| 28 | + |
| 29 | +- Reorganized Global Header structure: introduced `global-controls` and `global-login` slots. Search button must now be placed in the `global-controls` slot, login button or user menu component in the `global-login` slot. Updated documentation and Storybook examples to reflect the new structure. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6422](https://github.com/swisspost/design-system/pull/6422)) |
| 30 | + |
| 31 | +- Added information in the migration guide regarding the removal of position helpers. (by [@leagrdv](https://github.com/leagrdv) with [#6335](https://github.com/swisspost/design-system/pull/6335)) |
| 32 | +- Updated dependencies: |
| 33 | + - @swisspost/design-system-icons@10.0.0-next.50 |
| 34 | + - @swisspost/design-system-styles@10.0.0-next.50 |
| 35 | + - @swisspost/design-system-components@10.0.0-next.50 |
| 36 | + - @swisspost/internet-header@10.0.0-next.50 |
| 37 | + - @swisspost/design-system-components-react@10.0.0-next.50 |
| 38 | + - @swisspost/design-system-tokens@10.0.0-next.50 |
| 39 | + |
3 | 40 | ## 6.0.0-next.50 |
4 | 41 |
|
5 | 42 | ### Minor Changes |
|
0 commit comments