Skip to content

Releases: swisspost/design-system

@swisspost/design-system-intranet-header@3.0.0-beta.2

28 Oct 07:15
8025881
Compare
Choose a tag to compare

Patch Changes

@swisspost/design-system-components@1.0.0-beta.2

28 Oct 07:15
8025881
Compare
Choose a tag to compare

Patch Changes

@swisspost/design-system-styles@5.0.0-beta.2

07 Oct 08:46
937cc9f
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@swisspost/design-system-intranet-header@3.0.0-beta.1

07 Oct 08:46
937cc9f
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [6a719e2, 7379fe8]:
    • @swisspost/design-system-styles@5.0.0-beta.2

@swisspost/design-system-components@1.0.0-beta.1

07 Oct 08:46
937cc9f
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [6a719e2, 7379fe8]:
    • @swisspost/design-system-styles@5.0.0-beta.2

@swisspost/design-system-styles@5.0.0-beta.1

01 Sep 13:31
bd59b2e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@swisspost/design-system-migrations@1.0.0-beta.0

01 Sep 13:31
bd59b2e
Compare
Choose a tag to compare

@swisspost/design-system-migrations

1.0.0-alpha.3

Major Changes

1.0.0-alpha.2

Patch Changes

1.0.0-alpha.1

Major Changes

  • #183 b7392e4 Thanks @alizedebray! - Created a new package offering Migration Schematics for the Design System Styles
    Removed custom input styles that are no longer used

@swisspost/design-system-intranet-header@3.0.0-beta.0

01 Sep 13:31
bd59b2e
Compare
Choose a tag to compare

Patch Changes

@swisspost/design-system-styles@5.0.0-alpha.7

23 Aug 09:21
81df945
Compare
Choose a tag to compare

Major Changes

  • #308 13512df Thanks @alizedebray! - Refactored the stepper component in order to facilitate its use within a project

  • #350 b13de55 Thanks @gfellerph! - Topic teaser images need width and height attributes set to 100% so they're properly displayed in Firefox and Safari

  • #310 63c269d Thanks @oliverschuerch! - Adds and extends grid-cols definition for .topic-teaser-content and .topic-teaser-image-container containers inside css and removes col classes from html. This ensures that the widths of these containers cannot be changed too easily.
    Improves image aspect-ratios, as well as font-sizes and paddings of link-list links on smaller devices.

  • #389 9265af8 Thanks @gfellerph! - Update entry file names for the styles package.

    @use '@swisspost/design-system-styles'; (Default internet styles)
    @use '@swisspost/design-system-styles/intranet'; (Default intranet styles)
    @use '@swisspost/design-system-styles/core' as post; (Variables, mixins, functions and placeholders)

    1. Default import is as simple as possible
    2. Intranet styles are clearly named as such
    3. Core functionality is a clear name, but for consistency with other prefixes, the core module can be namespaced as post. The usage would then be background-color: post.\$yellow;
  • #355 256b9d8 Thanks @gfellerph! - Rename Common Web Frontend to Swiss Post Design System

  • #188 7be9c03 Thanks @oliverschuerch! - Removed option-variables such as $isolate-components.
    Moved bootstrap-feature variables ($enable-*) to a separate file. These will no longer be forwarded and cannot be overriden.

  • #353 412d640 Thanks @alizedebray! - - Dropped rounded badges

    • Dropped colored badges
    • Updated dismissible badges
    • Added checkable badges
  • #361 2b52044 Thanks @gfellerph! - Removed inverted class for the subnavigation which is no longer necessary when using any bg-* class

  • #361 2b52044 Thanks @gfellerph! - Css variables originating from the Design System are now prefixed with --post-. Css variables from bootstrap are prefixed with --bs-

  • #357 ccbc77a Thanks @oliverschuerch! - Refactors backgrounds for bg-* classes, alerts and notifications.

Minor Changes

Patch Changes

@swisspost/design-system-migrations@1.0.0-alpha.3

23 Aug 09:21
81df945
Compare
Choose a tag to compare

Major Changes