|
1 | 1 | # @swisspost/design-system-documentation |
2 | 2 |
|
| 3 | +## 6.0.0-next.53 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- Removed default svg-icons from all navigation entries. Introduced state-specific icons for individual components to indicate their current development status: |
| 8 | + |
| 9 | + - In Progress ⏳: This component has open issues or tasks that need to be fixed before it can be used. |
| 10 | + - Experimental 🧪: This component has been newly introduced and you might experience some bumps while using it. |
| 11 | + - Stable (No icon): This component is tested, has some mileage, other projects are already successfully implementing it, it's safe to use this. |
| 12 | + - Deprecated ⛔: This component will be removed in an upcoming major version. (by [@bucknatt](https://github.com/bucknatt) with [#6044](https://github.com/swisspost/design-system/pull/6044)) |
| 13 | + |
| 14 | +- Enhanced component documentation to include a badge at the top of each page showing the package where the component can be found, clarifying which dependency needs to be installed to make it available in a project (by [@bucknatt](https://github.com/bucknatt) with [#5984](https://github.com/swisspost/design-system/pull/5984)) |
| 15 | + |
| 16 | +### Patch Changes |
| 17 | + |
| 18 | +- Fixed layout issue in the `post-tabs` component and `overflow` utilities documentation where the code preview controls overlapped the content, making text unreadable. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6534](https://github.com/swisspost/design-system/pull/6534)) |
| 19 | + |
| 20 | +- Added a slot to the `post-megadropdown` component to support an optional “overview link” above the other links. This allows users to include a top-level link for each megadropdown, enabling navigation to the overview page. (by [@leagrdv](https://github.com/leagrdv) with [#6513](https://github.com/swisspost/design-system/pull/6513)) |
| 21 | + |
| 22 | +- Moved 'Find your icon' tab to be the first one in `Foundations/Icons` documentation page. (by [@bucknatt](https://github.com/bucknatt) with [#6511](https://github.com/swisspost/design-system/pull/6511)) |
| 23 | + |
| 24 | +- Updated `post-breadcrumbs` and `post-rating` documentation examples to include the newly required props. (by [@myrta2302](https://github.com/myrta2302) with [#6487](https://github.com/swisspost/design-system/pull/6487)) |
| 25 | + |
| 26 | +- Updated the compatibility matrix of the `components-angular` and `components-react` packages. (by [@leagrdv](https://github.com/leagrdv) with [#6521](https://github.com/swisspost/design-system/pull/6521)) |
| 27 | + |
| 28 | +- Added common installation instructions on every web component documentation page. (by [@leagrdv](https://github.com/leagrdv) with [#6514](https://github.com/swisspost/design-system/pull/6514)) |
| 29 | +- Updated dependencies: |
| 30 | + - @swisspost/design-system-icons@10.0.0-next.52 |
| 31 | + - @swisspost/design-system-components@10.0.0-next.52 |
| 32 | + - @swisspost/design-system-styles@10.0.0-next.52 |
| 33 | + - @swisspost/design-system-components-react@10.0.0-next.52 |
| 34 | + - @swisspost/internet-header@10.0.0-next.52 |
| 35 | + - @swisspost/design-system-tokens@10.0.0-next.52 |
| 36 | + |
3 | 37 | ## 6.0.0-next.52 |
4 | 38 |
|
5 | 39 | ### Patch Changes |
|
0 commit comments