|
1 | 1 | # @swisspost/design-system-documentation
|
2 | 2 |
|
| 3 | +## 6.0.0-next.36 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- Removed the deprecated notification overlay documentation page. (by [@leagrdv](https://github.com/leagrdv) with [#5304](https://github.com/swisspost/design-system/pull/5304)) |
| 8 | + |
| 9 | +### Patch Changes |
| 10 | + |
| 11 | +- Updated Card-Control, Form Checkbox, Form Radio Button, Form Switch, Form Select, Form Input, Form Textarea and Form Validation documentation examples with missing `aria` attributes. (by [@myrta2302](https://github.com/myrta2302) with [#4949](https://github.com/swisspost/design-system/pull/4949)) |
| 12 | + |
| 13 | +- Changed a text's color in the Vertical align documentation to improve contrast and make it accessible. (by [@leagrdv](https://github.com/leagrdv) with [#5296](https://github.com/swisspost/design-system/pull/5296)) |
| 14 | + |
| 15 | +- Improved the contrast of the links and buttons in the arguments table. (by [@leagrdv](https://github.com/leagrdv) with [#5323](https://github.com/swisspost/design-system/pull/5323)) |
| 16 | + |
| 17 | +- Updated Storybook documentation to reflect the renaming of `<post-breadcrumb>` components to `<post-breadcrumbs>`. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#5291](https://github.com/swisspost/design-system/pull/5291)) |
| 18 | + |
| 19 | +- Changed some of the code colors in `<pre>` tags in the documentation to improve contrast and make it accessible. (by [@leagrdv](https://github.com/leagrdv) with [#5292](https://github.com/swisspost/design-system/pull/5292)) |
| 20 | + |
| 21 | +- Removed the stepper warning banner from the documentation as it was no longer relevant. (by [@leagrdv](https://github.com/leagrdv) with [#5301](https://github.com/swisspost/design-system/pull/5301)) |
| 22 | + |
| 23 | +- Fixed an issue where the close button in the Toast component was not properly aligned when the toast was rendered with `position: fixed`. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#5303](https://github.com/swisspost/design-system/pull/5303)) |
| 24 | + |
| 25 | +- Fixed the accessibility issue in the Form labels section under Guidelines by properly associating labels with radio inputs. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#5288](https://github.com/swisspost/design-system/pull/5288)) |
| 26 | + |
| 27 | +- Removed all occurences of the `<nav>` tag around the figma links to avoid having two navigations within the same page. (by [@leagrdv](https://github.com/leagrdv) with [#5319](https://github.com/swisspost/design-system/pull/5319)) |
| 28 | + |
| 29 | +- Ensured the focus ring on the anchor links are always visible, even when the file formatting adds an extra `<p>` tag around links text in the `*.docs.mdx` files. (by [@leagrdv](https://github.com/leagrdv) with [#5332](https://github.com/swisspost/design-system/pull/5332)) |
| 30 | + |
| 31 | +- Updated some broken links to the documentation. (by [@leagrdv](https://github.com/leagrdv) with [#5280](https://github.com/swisspost/design-system/pull/5280)) |
| 32 | + |
| 33 | +- Minor accessibility and data display improvements. (by [@leagrdv](https://github.com/leagrdv) with [#5265](https://github.com/swisspost/design-system/pull/5265)) |
| 34 | + |
| 35 | +- Enhanced link accessibility throughout the documentation by ensuring all links provide clear and meaningful context about their destination. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#5315](https://github.com/swisspost/design-system/pull/5315)) |
| 36 | + |
| 37 | +- Removed deprecated ng-bootstrap modal documentation page. (by [@leagrdv](https://github.com/leagrdv) with [#5309](https://github.com/swisspost/design-system/pull/5309)) |
| 38 | + |
| 39 | +- Updated the heading structure on some of the documentation's pages to have a correct hierarchy throughout the documentation. (by [@leagrdv](https://github.com/leagrdv) with [#5337](https://github.com/swisspost/design-system/pull/5337)) |
| 40 | + |
| 41 | +- Removed the deprecated ng-bootstrap custom select documentation page. (by [@leagrdv](https://github.com/leagrdv) with [#5302](https://github.com/swisspost/design-system/pull/5302)) |
| 42 | + |
| 43 | +- Improved the contrast of the expandable content's trigger in the arguments table. (by [@leagrdv](https://github.com/leagrdv) with [#5322](https://github.com/swisspost/design-system/pull/5322)) |
| 44 | + |
| 45 | +- Added the missing Figma design link to the Composable Footer documentation page in Storybook. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#5320](https://github.com/swisspost/design-system/pull/5320)) |
| 46 | +- Updated dependencies: |
| 47 | + - @swisspost/design-system-icons@9.0.0-next.35 |
| 48 | + - @swisspost/design-system-styles@9.0.0-next.35 |
| 49 | + - @swisspost/design-system-components@9.0.0-next.35 |
| 50 | + - @swisspost/internet-header@2.0.0-next.35 |
| 51 | + - @swisspost/design-system-components-react@9.0.0-next.35 |
| 52 | + - @swisspost/design-system-tokens@9.0.0-next.35 |
| 53 | + |
3 | 54 | ## 6.0.0-next.35
|
4 | 55 |
|
5 | 56 | ### Minor Changes
|
|
0 commit comments