Skip to content

Releases: swisspost/design-system

@swisspost/design-system-icons@1.3.0

20 Feb 14:17
f5ea879
Compare
Choose a tag to compare

Minor Changes

@swisspost/design-system-components@2.0.2

20 Feb 14:17
f5ea879
Compare
Choose a tag to compare

Patch Changes

  • Fixed double lines between accordion items on chrome/safari. (by @imagoiq with #2615)

  • Fixed two issues with tooltips and Angular integration. Tooltips are now being displayed on buttons that are added to the DOM asynchronously and tooltip elements are no longer duplicated on route change. (by @gfellerph with #2621)

  • Updated dependencies:

    • @swisspost/design-system-styles@6.6.2

@swisspost/design-system-components-angular@1.0.1

20 Feb 14:17
f5ea879
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies:
    • @swisspost/design-system-components@2.0.2

@swisspost/internet-header@1.13.5

07 Feb 09:15
8aea925
Compare
Choose a tag to compare

Patch Changes

  • Set the size of the logo before it is displayed to avoid a layout jump right after the initial rendering of the header. (by @alizedebray with #2557)
  • Updated dependencies:
    • @swisspost/design-system-styles@6.6.1

@swisspost/design-system-styles@6.6.1

07 Feb 09:15
8aea925
Compare
Choose a tag to compare

Patch Changes

  • Updated form-control and form-select sizes and added support for floating label small size variant. (by @imagoiq with #2396)

@swisspost/design-system-intranet-header@5.0.8

07 Feb 09:15
8aea925
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies:
    • @swisspost/design-system-styles@6.6.1

@swisspost/design-system-icons@1.2.0

07 Feb 09:15
8aea925
Compare
Choose a tag to compare

Minor Changes

@swisspost/design-system-components@2.0.1

07 Feb 09:15
8aea925
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies:
    • @swisspost/design-system-styles@6.6.1

@swisspost/design-system-components-angular@1.0.0

07 Feb 09:15
8aea925
Compare
Choose a tag to compare

Major Changes

  • We are introducing the new package @swisspost/design-system-components-angular 🥳, which provides a corresponding Angular component for all our web-components. For those working on an Angular app this means:

    • Instead of the package @swisspost/design-system-components, which provides native web components, the new package can be used.
    • The manual creation of Angular wrapper components for our previous web components in every project is no longer necessary.
    • Full support of the standard Angular schema. The use of the CUSTOM_ELEMENTS_SCHEMA schema is history.
    • Component properties, events, etc. can be applied to the components in the usual Angular way. (by @oliverschuerch with #2071)

Patch Changes

  • Updated dependencies:
    • @swisspost/design-system-components@2.0.1

@swisspost/internet-header@1.13.4

26 Jan 11:08
807f3af
Compare
Choose a tag to compare

Patch Changes

  • Fixed size of post logo on browser which does not support aspect-ratio property. (by @imagoiq with #2543)