-
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) #4317
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
4 times, most recently
from
December 18, 2024 08:04
d6c3600
to
77be2b7
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
17 times, most recently
from
December 20, 2024 14:38
2dc5b6b
to
6c15c4e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
December 30, 2024 15:40
a6fa166
to
e254558
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
December 31, 2024 14:15
01da0be
to
f759a7d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
January 13, 2025 07:07
478cec8
to
9fa074b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
January 13, 2025 09:00
a406d0f
to
f903c15
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 13, 2025 09:48
3f823a2
to
dca3438
Compare
Quality Gate passedIssues Measures |
leagrdv
approved these changes
Jan 13, 2025
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/[email protected]
Major Changes
Renamed the "dropdown" variant to "menu" for the
post-language-switch
andpost-language-option
components. (by @leagrdv with #4260)Removed
.bg-
classes to define background color of elements. (by @leagrdv with #4201)Patch Changes
Removed the dependency on utility classes in
post-header
component. The header can now be used without importing CSS utility classes. (by @leagrdv with #4358)Updated the documentation of the Post header. (by @leagrdv with #4408)
Added a
type="button"
attribute to thepost-close-button
to prevent it from submitting forms. (by @schaertim with #4332)Removed auto slotting from
post-togglebutton
component to enable more flexible usage. (by @schaertim with #4346)Removed all usage of deprecated utility sizing classes. (by @leagrdv with #4343)
Reduced the length of random IDs generated in the components; they are now generated using the nanoid library instead of the Web Crypto API. (by @leagrdv with #4369)
Updated style and keyboard navigation of
post-language-switch
. (by @leagrdv with #4260)Removed auto slotting from
post-logo
component to enable more flexible usage. (by @schaertim with #4345)Modified header megadropdown to close when focus is moved outside. (by @myrta2302 with #4324)
Updated header overflow in tablet and mobile for long application titles. (by @leagrdv with #4364)
Added hover color to
post-accordion
in high contrast mode. (by @schaertim with #4316)Removed focus from collapsible when in collapsed state. (by @myrta2302 with #4309)
Updated dependencies:
@swisspost/[email protected]
Major Changes
Removed
.bg-
classes to define background color of elements. (by @leagrdv with #4201)Removed deprecated utility sizing and line-height classes as well as
responsive-size
,generate-utility-class
and allbezel-*
mixins. (by @leagrdv with #4343)Minor Changes
Implemented gutter utility classes. (by @myrta2302 with #4378)
Updated the output structure of our UI-Icons. Added a
post-icon
mixin, to use any of our icons from within SCSS. (by @oliverschuerch with #4136)Patch Changes
Fixed alignment of ´form-switch´ label. (by @schaertim with #4314)
Added hover styles in high contrast mode for the css components
Button
,Chip
,Form Search
andButton Close
. (by @schaertim with #4331)Removed all usage of deprecated utility sizing classes. (by @leagrdv with #4343)
Added styles for text links and icon-buttons for Composible Footer in HCM. (by @alionazherdetska with #4333)
Fixed colors of validation icon in HCM on form elements. (by @leagrdv with #4319)
Uniformized valid and invalid icons throughout form elements for consistency. (by @leagrdv with #4368)
Fixed card control checkboxes' text color in HCM. (by @leagrdv with #4321)
Fixed icon color of banner in high contrast mode. (by @leagrdv with #4304)
Fixed display of stepper to break words when text is too long to fit in one line. (by @leagrdv with #4401)
Refactored icon declarations to comply with Angular 18's new build system requirements. (by @schaertim with #3518)
Added breakpoint mixin "only" and updated documentation to reflect new breakpoint mixin naming. (by @leagrdv with #4397)
@swisspost/[email protected]
Minor Changes
post-icon
mixin, to use any of our icons from within SCSS. (by @oliverschuerch with #4136)@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
@swisspost/[email protected]
@swisspost/[email protected]
Major Changes
Renamed the "dropdown" variant to "menu" for the
post-language-switch
andpost-language-option
components. (by @leagrdv with #4260)Removed
.bg-
classes to define background color of elements. (by @leagrdv with #4201)Minor Changes
Implemented gutter utility classes. (by @myrta2302 with #4378)
Updated the output structure of our UI-Icons. Added a
post-icon
mixin, to use any of our icons from within SCSS. (by @oliverschuerch with #4136)Added guidelines page on styling shadowdom parts. (by @myrta2302 with #4403)
Patch Changes
Updated header documentation by specifying
post-logo
slot explicitly. (by @schaertim with #4345)Removed remaining sizing classes usage. (by @leagrdv with #4357)
Updated the documentation of the Post header. (by @leagrdv with #4408)
Added scss file import documentation to palette. (by @leagrdv with #4127)
Removed all usage of deprecated utility sizing classes. (by @leagrdv with #4343)
Aligned
width
andheight
percentage classes, after utility update. (by @leagrdv with #4328)Added hint to not use active, disabled chips. (by @schaertim with #4315)
Updated header documentation by specifying
post-togglebutton
slot explicitly. (by @schaertim with #4346)Fixed some display issues on storybook documentation. (by @leagrdv with #4359)
Fixed the color of the highlighted search text in the documentation in High Contrast Mode. (by @leagrdv with #4365)
Removed padding on back to top documentation example. (by @leagrdv with #4366)
Added breakpoint mixin "only" and updated documentation to reflect new breakpoint mixin naming. (by @leagrdv with #4397)
Updated dependencies:
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
Removed remaining sizing classes usage. (by @leagrdv with #4357)
Aligned
width
andheight
percentage classes, after utility update. (by @leagrdv with #4328)Updated dependencies:
@swisspost/[email protected]
Patch Changes