-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(changesets): 🦋📦 publish packages (main) (next) #4101
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Related Previews |
github-actions
bot
force-pushed
the
changeset-release/main
branch
24 times, most recently
from
December 2, 2024 15:59
f07e854
to
6d94c8e
Compare
gfellerph
approved these changes
Dec 2, 2024
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 3, 2024 13:55
27e4c0c
to
35cffbd
Compare
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release 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, runchangeset pre exit
onmain
.Releases
@swisspost/design-system-styles@9.0.0-next.7
Major Changes
Removed deprecated
valid-tooltip
andinvalid-tooltip
classes. (by @leagrdv with #4076)Removed the
rg
andxxl
grid breakpoints, reducing the grid to 5 breakpoints instead of the previous 7. This change affects all CSS classes tied to specific breakpoints (e.g.,col-rg-2
,m-xxl-4
).Previous Breakpoints:
xs: 0px
sm: 400px
rg: 600px
md: 780px
lg: 1024px
xl: 1280px
xxl: 1440px
New Breakpoints:
xs: 0px
sm: 600px
md: 780px
lg: 1024px
xl: 1280px
To maintain compatibility with the updated grid system, you need to update your code by replacing any
*-rg-*
classes with*-sm-*
, and any*-xxl-*
classes with*-xl-*
. For example:col-rg-2
→col-sm-2
m-xxl-4
→m-xl-4
(by @alizedebray with #3982)Removed deprecated
carousel
component. (by @leagrdv with #4075)Patch Changes
Updated the grid padding and gutters. (by @alizedebray with #4045)
Updated the styles of the form validation messages to match the new Post design. (by @myrta2302 with #3824)
@swisspost/design-system-components@9.0.0-next.7
Minor Changes
Added the
post-togglebutton
component. (by @veyaromain with #3889)Refactored
post-icon
component to use the<use>
tag to load and show icons under the hood. This enables responsive icons, enables better caching and improves render performance slightly. There is no further action required. (by @oliverschuerch with #3969)Patch Changes
Fixed bug that showed delayed tooltip even after blur event. (by @leagrdv with #4053)
Made
post-icon
component use base tag href to define location of icons folder. (by @leagrdv with #4069)Updated dependencies:
@swisspost/design-system-icons@9.0.0-next.7
Minor Changes
post-icon
component. These new icons will change their shape based on their size: small icons will render with less flourish and are optimised for a smaller pixel grid. (by @oliverschuerch with #3969)@swisspost/design-system-components-angular@9.0.0-next.7
Patch Changes
@swisspost/design-system-components-react@9.0.0-next.7
Patch Changes
@swisspost/design-system-intranet-header@9.0.0-next.7
Patch Changes
@swisspost/design-system-styles-primeng@9.0.0-next.7
Patch Changes
@swisspost/design-system-migrations@9.0.0-next.7
@swisspost/design-system-tokens@9.0.0-next.7
@swisspost/design-system-documentation@6.0.0-next.8
Major Changes
carousel
component. (by @leagrdv with #4075)Minor Changes
Added the
post-togglebutton
component. (by @veyaromain with #3889)Updated the documentation navigation. (by @alizedebray with #4072)
Created a documentation page for the form hints. (by @leagrdv with #4086)
Patch Changes
Removed the
rg
andxxl
grid breakpoints, reducing the grid to 5 breakpoints instead of the previous 7. This change affects all CSS classes tied to specific breakpoints (e.g.,col-rg-2
,m-xxl-4
).Previous Breakpoints:
xs: 0px
sm: 400px
rg: 600px
md: 780px
lg: 1024px
xl: 1280px
xxl: 1440px
New Breakpoints:
xs: 0px
sm: 600px
md: 780px
lg: 1024px
xl: 1280px
To maintain compatibility with the updated grid system, you need to update your code by replacing any
*-rg-*
classes with*-sm-*
, and any*-xxl-*
classes with*-xl-*
. For example:col-rg-2
→col-sm-2
m-xxl-4
→m-xl-4
(by @alizedebray with #3982)Updated dependencies:
@swisspost/design-system-components-angular-workspace@1.1.10-next.7
Patch Changes
@swisspost/internet-header@2.0.0-next.7
Patch Changes
@swisspost/design-system-intranet-header-workspace@3.0.22-next.7
Patch Changes
@swisspost/design-system-intranet-header-showcase@1.0.10-next.7
Patch Changes
@swisspost/design-system-nextjs-integration@0.1.14-next.7
Patch Changes
@swisspost/design-system-styles-primeng-workspace@1.0.6-next.7
Patch Changes