chore(changesets): 🦋📦 publish packages (main) (next) #6218
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
post-linkarea
component; it now throws an error if more than one link is detected in the slotted content. (by @leagrdv with #6324)Minor Changes
Patch Changes
Added styles to highlight the current navigation item marked with
aria-current="page"
and its potential parent item in the header main navigation. (by @myrta2302 with #6216)Updated the
<post-accordion-item>
component to enforce a top border in all use cases. (by @hugomslv with #6151)Fixed the
post-header
component to consistently omit the title container when no title is defined across all configurations. (by @alizedebray with #6244)Refactored icon path to improve readability and maintain correct handling of multiple sources. (by @myrta2302 with #6220)
Improved
<post-avatar>
markup and added adescription
prop to allow users to provide additional context to the component. (by @myrta2302 with #6092)Updated
<post-menu>
and<post-menu-item>
to prevent accessibility roles from being announced before the menu content is visible, and to ensure correct focus behavior on menu items during keyboard navigation when NVDA is running.Removed the obsolete
role="menuitem"
from<post-language-switch>.
now assigns
role="listitem"in case of
variant="list"`, to ensure a correct reference relationship.Updated the
<post-breadcrumbs>
component by removing anaria-label
set on the trigger wrapper<div>
, which was causing an accessibility error. Also addedrole="none"
to the wrapper div to reflect its presentational purpose. (by @myrta2302 with #6042)Updated dependencies:
@swisspost/[email protected]
Minor Changes
Added icons:
2714
and2715
(by @swisspost-bot with #6260)Added icons:
audiospeaker
(line & solid): 16, 24, 32, 40, 48 and 64pxbank
(line & solid): 16, 24, 32, 40, 48 and 64pxbicycle
(line & solid): 16, 24, 32, 40, 48 and 64pxbranch
(line & solid): 16, 24, 32, 40, 48 and 64pxcookies
(line & solid): 16, 24, 32, 40, 48 and 64pxe
(line & solid): 16, 24, 32, 40, 48 and 64pxexpiredauthorization
(line & solid): 16, 24, 32, 40, 48 and 64pxgendernonbinary
(line & solid): 16, 24, 32, 40, 48 and 64pxhospital
(line & solid): 16, 24, 32, 40, 48 and 64pxmotorbike
(line & solid): 16, 24, 32, 40, 48 and 64pxmypost24service
(line & solid): 16, 24, 32, 40, 48 and 64pxpostfinance
(line & solid): 16, 24, 32, 40, 48 and 64pxpostomat
(line & solid): 16, 24, 32, 40, 48 and 64pxreloadleft
(line & solid): 16, 24, 32, 40, 48 and 64pxrouter
(line & solid): 16, 24, 32, 40, 48 and 64pxserver
(line & solid): 16, 24, 32, 40, 48 and 64pxsoftware
(line & solid): 16, 24, 32, 40, 48 and 64pxsubdepartment
(line & solid): 16, 24, 32, 40, 48 and 64pxturndocumentleft
(line & solid): 16, 24, 32, 40, 48 and 64pxturndocumentright
(line & solid): 16, 24, 32, 40, 48 and 64pxuserexperience
(line & solid): 16, 24, 32, 40, 48 and 64px (by @swisspost-bot with #6260)Added icons:
alert
(line & solid): 16, 24, 32, 40, 48 and 64pxflipdocumenthorizontally
(line & solid): 16, 24, 32, 40, 48 and 64pxflipdocumentvertically
(line & solid): 16, 24, 32, 40, 48 and 64pxpocketlight
(line & solid): 16, 24, 32, 40, 48 and 64px (by @swisspost-bot with #6336)Added icons:
compare
(line & solid): 16, 24, 32, 40, 48 and 64pxfulfilmentletter
(line & solid): 16, 24, 32, 40, 48 and 64pxfulfilmentparcel
(line & solid): 16, 24, 32, 40, 48 and 64pxinactive
(line & solid): 16, 24, 32, 40, 48 and 64pxleaf
(line & solid): 16, 24, 32, 40, 48 and 64pxlistview
(line & solid): 16, 24, 32, 40, 48 and 64pxprocess
(line & solid): 16, 24, 32, 40, 48 and 64pxprognosisletter
(line & solid): 16, 24, 32, 40, 48 and 64pxprognosisparcel
(line & solid): 16, 24, 32, 40, 48 and 64pxupdown
(line & solid): 16, 24, 32, 40, 48 and 64px (by @swisspost-bot with #6356)Patch Changes
error
(line & solid): 16, 24, 32, 40, 48 and 64pxsnapchat
(line): 24 and 48px (by @swisspost-bot with #6260)@swisspost/[email protected]
Minor Changes
.small
utility class (font-size: 80%) for backwards compatibility. (by @hugomslv with #6273)Patch Changes
Added styles to highlight the current navigation item marked with
aria-current="page"
and its potential parent item in the header main navigation. (by @myrta2302 with #6216)Fixed icon loading by replacing CDN-based icon URLs with
CSS custom properties
and dynamic CSS file loading. Components using thepost-icon mixin
now reliably display icons without external dependencies. (by @alionazherdetska with #6214)Updated the
toast
component icons. (by @alionazherdetska with #6315)Fixed the padding on the dialog component, when no action buttons are present. (by @oliverschuerch with #6215)
Fixed the
post-header
component to consistently omit the title container when no title is defined across all configurations. (by @alizedebray with #6244)Fixed dialog grid-area implementation.
.dialog-header
and.dialog-body
do now also span over the icon and/or close-button area, if they are not present. (by @oliverschuerch with #6215)Updated dependencies:
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
@swisspost/[email protected]
Minor Changes
Added back the
.small
utility class (font-size: 80%) for backwards compatibility. (by @hugomslv with #6273)Added an auto migration filter to the migration guide. (by @leagrdv with #6251)
Updated the migration guide:
Added usage examples for the header component. (by @alizedebray with #6270)
Patch Changes
Added information in the migration guide regarding the update on the gutter utility classes. (by @leagrdv with #6237)
Added information in the migration guide regarding auto migration for the elevation utilities. (by @leagrdv with #6241)
Added the documentation about the removal of
.text-*
color utility classes in the migration guide. (by @bucknatt with #6323)Added information in the migration guide regarding auto migration for the chip component. (by @leagrdv with #6330)
Added information in the migration guide regarding the update on the spacing utility classes. (by @leagrdv with #6219)
Added information in the migration guide regarding the update on the sizing utility classes. (by @leagrdv with #6225)
Fixed
<post-banner>
Web Component example so theReset Banner
button is hidden initially and only appears after the banner has been dismissed. (by @alionazherdetska with #6076)Updated the Figma link in the
<post-accordion>
component documentation to point to the current design specifications. (by @alionazherdetska with #6266)Added documentation on styling active navigation items in
<post-header>
using the[aria-current="page"]
attribute. (by @myrta2302 with #6216)Cleaned up the migration guide by removing redundant "breaking" tags in the "Migration from v9 to v10" section, since all listed changes are breaking. (by @leagrdv with #6250)
Added information in the migration guide regarding auto migration for the spinner. (by @leagrdv with #6249)
Replaced
Post Icons
with their correspondingUI Icon
equivalents across the documentation to align icon usage with the current design guidelines. (by @alionazherdetska with #6308)Added information in the migration guide regarding auto migration for the shadows utilities. (by @leagrdv with #6239)
Removed support for multiple links in the
post-linkarea
component; it now throws an error if more than one link is detected in the slotted content. (by @leagrdv with #6324)Added information in the migration guide regarding the update on the gap utility classes. (by @leagrdv with #6247)
Added information in the migration guide regarding the update of the font size classes. (by @leagrdv with #6347)
Added information in the migration guide regarding the update on the breakpoint classes. (by @leagrdv with #6309)
Updated dependencies:
@swisspost/[email protected]
Minor Changes
Added the automigration rule to update the HTML class
h-visibilityhidden
tovisibility-hidden
. (by @oliverschuerch with #6141)Added the automigration rule to update the HTML class
h-clearfix
toclearfix
. (by @oliverschuerch with #6141)@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes