chore(changesets): 🦋📦 publish packages #2455
Merged
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.
Releases
@swisspost/[email protected]
Major Changes
Restricted
post-collapsible
to collapse behaviour only. The component remains unchanged when used with external controls, however, it no longer has aheader
slot.Before:
After:
To get the same look and feel as in the previous version, use the
post-accordion-item
component instead. (by @alizedebray with #2379)Minor Changes
min-height
andmax-width
and added a new property arrow to the tooltip, that defines wheter or not the pointer arrow is displayed. (by @b1aserlu with #2394)Patch Changes
Update the background color of accordion to be white on any background color other than white. The accordion background remains gray on white backgrounds. (by @alizedebray with #2379)
Added a payload to the
collapseChange
event of thepost-collapsible
component. This payload is a boolean:true
if the collapsible was opened,false
if it was closed. (by @alizedebray with #2379)Updated dependencies:
@swisspost/[email protected]
Minor Changes
Added icon number 2571. (by @swisspost-bot with #2488)
@swisspost/[email protected]
Minor Changes
.vertical-gutters
(use gutter classes instead, e.g..g-*
,.gy-*
or.gx-*
).row.border-gutters
.container-reset
.container-reset-left
and.container-reset-right
.container-fluid-#{$breakpoint}
(by @b1aserlu with #2400)Patch Changes
Fixed the alignment of icons on datatable buttons. (by @imagoiq with #2500)
Updated styles for the
.is-valid
class. (by @imagoiq with #2391)Update the background color of accordion to be white on any background color other than white. The accordion background remains gray on white backgrounds. (by @alizedebray with #2379)
Fixed a visual regression on the intranet-header with a sidenav. (by @imagoiq with #2521)
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Minor Changes
Patch Changes
Updated copyright year to 2024 in the footer of all documentation. (by @imagoiq with #2491)
Fixed links to new icons documentation. (by @imagoiq with #2402)
Updated dependencies:
@swisspost/[email protected]
Minor Changes
Added a documentation page for the ng-bootstrap datepicker component. (by @alizedebray with #2518)
Added a deprecation message to the badge documentation. (by @b1aserlu with #2410)
Updated the tooltip
min-height
andmax-width
and added a new property arrow to the tooltip, that defines wheter or not the pointer arrow is displayed. (by @b1aserlu with #2394)Patch Changes
Cleaned icon component controls from duplicate and null values. (by @imagoiq with #2501)
Documented the form patterns and added a usage sample to align buttons together in the button component page. (by @imagoiq with #2463)
Created a
post-accordion-item
to use as children for thepost-accordion
component. It replaces thepost-collapsible
component. (by @alizedebray with #2466)Added autolink to headings to be able to copy anchor link more easily from the documentation. (by @imagoiq with #2467)
Updated copyright year to 2024 in the footer of all documentation. (by @imagoiq with #2491)
Convert LinkTo element to regular links to fix location issue. (by @imagoiq with #2496)
Removed intranet-header nesting in sidebar. (by @imagoiq with #2492)
Added additional information for setting up projects with content security policies that are using the
<post-icon>
component. (by @b1aserlu with #2406)Restricted
post-collapsible
to collapse behaviour only. The component remains unchanged when used with external controls, however, it no longer has aheader
slot.Before:
After:
To get the same look and feel as in the previous version, use the
post-accordion-item
component instead. (by @alizedebray with #2379)Fixed vertical rythmn which was not applied to content inside tab like Alert component. (by @imagoiq with #2497)
Disable floating label when input is type color. (by @imagoiq with #2457)
Updated dependencies:
@swisspost/[email protected]
Patch Changes
@swisspost/[email protected]
Patch Changes