You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
`main` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `main`.
⚠️⚠️⚠️⚠️⚠️⚠️
# Releases
## @swisspost/design-system-styles@9.0.0-next.31
### Major Changes
- Removed the deprecated css component `card-button`. (by
[@leagrdv](https://github.com/leagrdv) with
[#4950](#4950))
- Updated CSS and SCSS entry file names to better represent the styles
contained. There is now the choice between compact and default
appearance instead of internal and external styles. This change better
represents the resulting look of the components.
- post-external.[s]css -> post-default.[s]css
- post-internal.[s]css -> post-compact.[s]css
- post-tokens-external.[s]css -> post-tokens-default.[s]css
- post-tokens-internal.[s]css -> post-tokens-compact.[s]css
- cargo-external.[s]css -> cargo-default.[s]css
- cargo-internal.[s]css -> cargo-compact.[s]css
- cargo-tokens-external.[s]css -> cargo-tokens-default.[s]css
- cargo-tokens-internal.[s]css -> cargo-tokens-compact.[s]css (by
[@gfellerph](https://github.com/gfellerph) with
[#4608](#4608))
### Minor Changes
- Removed the `@mixin placeholder` as using the `::placeholder` CSS
selector is now widely available. (by
[@leagrdv](https://github.com/leagrdv) with
[#4934](#4934))
### Patch Changes
- Replaced usages of `color: inherit` with tokens to improve high
contrast mode compatability. (by
[@schaertim](https://github.com/schaertim) with
[#4933](#4933))
- Improved header accessibility by ensuring that elements which are
hidden on scroll get visible again if they receive focus. (by
[@leagrdv](https://github.com/leagrdv) with
[#4767](#4767))
- Fixed the stepper as the progress bar was not being filled correctly
on steps progress on firefox. (by [@leagrdv](https://github.com/leagrdv)
with [#4893](#4893))
- Removed the usage of the deprecated pseudo-element
`::input-placeholder`. This fixes an issue with CSS validation tools
that don't allow deprecated selectors. (by
[@leagrdv](https://github.com/leagrdv) with
[#4934](#4934))
## @swisspost/design-system-components@9.0.0-next.31
### Patch Changes
- Added a max-height to the `post-megadropdown` on desktop to add
scrolling in case its content is bigger than the space available. (by
[@leagrdv](https://github.com/leagrdv) with
[#4906](#4906))
- Replaced usages of `color: inherit` with tokens to improve high
contrast mode compatability. (by
[@schaertim](https://github.com/schaertim) with
[#4933](#4933))
- Adapted the trigger of the `post-popover` component to be able to
handle nested elements. (by [@schaertim](https://github.com/schaertim)
with [#4910](#4910))
- Improved header accessibility by ensuring that elements which are
hidden on scroll get visible again if they receive focus. (by
[@leagrdv](https://github.com/leagrdv) with
[#4767](#4767))
- Added the CSS variable `--post-popover-max-width` that enables
configuring the max-width of the `post-popover` component. (by
[@leagrdv](https://github.com/leagrdv) with
[#4898](#4898))
- Resolved accessibility violations in the `post-language-switch`
component by adding the role="menu" to the `post-menu` component. (by
[@alionazherdetska](https://github.com/alionazherdetska) with
[#4951](#4951))
- Updated dependencies:
- @swisspost/design-system-styles@9.0.0-next.31
- @swisspost/design-system-icons@9.0.0-next.31
## @swisspost/design-system-components-angular@9.0.0-next.31
### Patch Changes
- Updated dependencies:
- @swisspost/design-system-components@9.0.0-next.31
## @swisspost/design-system-components-react@9.0.0-next.31
### Patch Changes
- Updated dependencies:
- @swisspost/design-system-components@9.0.0-next.31
## @swisspost/design-system-styles-primeng@9.0.0-next.31
### Patch Changes
- Updated dependencies:
- @swisspost/design-system-styles@9.0.0-next.31
## @swisspost/design-system-icons@9.0.0-next.31
## @swisspost/design-system-tokens@9.0.0-next.31
## @swisspost/design-system-documentation@6.0.0-next.32
### Major Changes
- Removed the deprecated css component `card-button`. (by
[@leagrdv](https://github.com/leagrdv) with
[#4950](#4950))
### Minor Changes
- Added a button to open component examples in a codepen where they can
be edited/configured as desired. (by
[@schaertim](https://github.com/schaertim) with
[#4602](#4602))
- Added icons detail panel on documentation. (by
[@leagrdv](https://github.com/leagrdv) with
[#4685](#4685))
### Patch Changes
- Cleaned up documentation to remove the nested paragraphs errors. (by
[@leagrdv](https://github.com/leagrdv) with
[#4954](#4954))
- Added the MDN documentation link to the `dialog` component. (by
[@schaertim](https://github.com/schaertim) with
[#4939](#4939))
- Added the CSS variable `--post-popover-max-width` that enables
configuring the max-width of the `post-popover` component. (by
[@leagrdv](https://github.com/leagrdv) with
[#4898](#4898))
- Added a beta version disclaimer on all the documentation pages to
avoid confusion. (by [@leagrdv](https://github.com/leagrdv) with
[#4929](#4929))
- Removed wrongfully added top margins on some headings in the docs
components. (by [@leagrdv](https://github.com/leagrdv) with
[#4953](#4953))
- Updated dependencies:
- @swisspost/design-system-styles@9.0.0-next.31
- @swisspost/design-system-components@9.0.0-next.31
- @swisspost/internet-header@2.0.0-next.31
- @swisspost/design-system-components-react@9.0.0-next.31
- @swisspost/design-system-tokens@9.0.0-next.31
- @swisspost/design-system-icons@9.0.0-next.31
## @swisspost/design-system-components-angular-workspace@1.1.10-next.31
### Patch Changes
- Updated dependencies:
- @swisspost/design-system-styles@9.0.0-next.31
- @swisspost/design-system-components@9.0.0-next.31
## @swisspost/design-system-eslint@1.0.1-next.0
### Patch Changes
- Added a migration rule for the updated 'rounded' utility classes. (by
[@leagrdv](https://github.com/leagrdv) with
[#4907](#4907))
## @swisspost/internet-header@2.0.0-next.31
### Patch Changes
- Replaced usages of `color: inherit` with tokens to improve high
contrast mode compatability. (by
[@schaertim](https://github.com/schaertim) with
[#4933](#4933))
- Updated dependencies:
- @swisspost/design-system-styles@9.0.0-next.31
## @swisspost/design-system-nextjs-integration@0.1.14-next.31
### Patch Changes
- Updated dependencies:
- @swisspost/design-system-styles@9.0.0-next.31
- @swisspost/internet-header@2.0.0-next.31
- @swisspost/design-system-components-react@9.0.0-next.31
## @swisspost/design-system-styles-primeng-workspace@1.0.6-next.31
### Patch Changes
- Updated dependencies:
- @swisspost/design-system-styles@9.0.0-next.31
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: packages/components/CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# @swisspost/design-system-components
2
2
3
+
## 9.0.0-next.31
4
+
5
+
### Patch Changes
6
+
7
+
- Added a max-height to the `post-megadropdown` on desktop to add scrolling in case its content is bigger than the space available. (by [@leagrdv](https://github.com/leagrdv) with [#4906](https://github.com/swisspost/design-system/pull/4906))
8
+
9
+
- Replaced usages of `color: inherit` with tokens to improve high contrast mode compatability. (by [@schaertim](https://github.com/schaertim) with [#4933](https://github.com/swisspost/design-system/pull/4933))
10
+
11
+
- Adapted the trigger of the `post-popover` component to be able to handle nested elements. (by [@schaertim](https://github.com/schaertim) with [#4910](https://github.com/swisspost/design-system/pull/4910))
12
+
13
+
- Improved header accessibility by ensuring that elements which are hidden on scroll get visible again if they receive focus. (by [@leagrdv](https://github.com/leagrdv) with [#4767](https://github.com/swisspost/design-system/pull/4767))
14
+
15
+
- Added the CSS variable `--post-popover-max-width` that enables configuring the max-width of the `post-popover` component. (by [@leagrdv](https://github.com/leagrdv) with [#4898](https://github.com/swisspost/design-system/pull/4898))
16
+
17
+
- Resolved accessibility violations in the `post-language-switch` component by adding the role="menu" to the `post-menu` component. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#4951](https://github.com/swisspost/design-system/pull/4951))
Copy file name to clipboardExpand all lines: packages/documentation/CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,36 @@
1
1
# @swisspost/design-system-documentation
2
2
3
+
## 6.0.0-next.32
4
+
5
+
### Major Changes
6
+
7
+
- Removed the deprecated css component `card-button`. (by [@leagrdv](https://github.com/leagrdv) with [#4950](https://github.com/swisspost/design-system/pull/4950))
8
+
9
+
### Minor Changes
10
+
11
+
- Added a button to open component examples in a codepen where they can be edited/configured as desired. (by [@schaertim](https://github.com/schaertim) with [#4602](https://github.com/swisspost/design-system/pull/4602))
12
+
13
+
- Added icons detail panel on documentation. (by [@leagrdv](https://github.com/leagrdv) with [#4685](https://github.com/swisspost/design-system/pull/4685))
14
+
15
+
### Patch Changes
16
+
17
+
- Cleaned up documentation to remove the nested paragraphs errors. (by [@leagrdv](https://github.com/leagrdv) with [#4954](https://github.com/swisspost/design-system/pull/4954))
18
+
19
+
- Added the MDN documentation link to the `dialog` component. (by [@schaertim](https://github.com/schaertim) with [#4939](https://github.com/swisspost/design-system/pull/4939))
20
+
21
+
- Added the CSS variable `--post-popover-max-width` that enables configuring the max-width of the `post-popover` component. (by [@leagrdv](https://github.com/leagrdv) with [#4898](https://github.com/swisspost/design-system/pull/4898))
22
+
23
+
- Added a beta version disclaimer on all the documentation pages to avoid confusion. (by [@leagrdv](https://github.com/leagrdv) with [#4929](https://github.com/swisspost/design-system/pull/4929))
24
+
25
+
- Removed wrongfully added top margins on some headings in the docs components. (by [@leagrdv](https://github.com/leagrdv) with [#4953](https://github.com/swisspost/design-system/pull/4953))
0 commit comments