Skip to content

Releases: swisspost/design-system

@swisspost/[email protected]

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

Patch Changes

@swisspost/[email protected]

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

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/[email protected]

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

Major Changes

@swisspost/[email protected]

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

Major Changes

Patch Changes

@swisspost/[email protected]

27 Jul 09:09
02ad861
Compare
Choose a tag to compare
Pre-release

Patch Changes

@swisspost/[email protected]

27 Jul 08:48
b77fdc6
Compare
Choose a tag to compare
Pre-release

Major Changes

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

@swisspost/[email protected]

26 Jul 08:25
43c81d7
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #189 6ec9d66 Thanks @oliverschuerch! - Removes deprecated SCSS-variables $font-size-map, $font-size-sm, $font-size-rg and $font-size-lg from project, in favor of the new \$font-sizes map.

@swisspost/[email protected]

25 Jul 15:10
bd85b2e
Compare
Choose a tag to compare
Pre-release

Major Changes

Patch Changes

@swisspost/[email protected]

25 Jul 15:10
bd85b2e
Compare
Choose a tag to compare
Pre-release

Patch Changes

@swisspost/[email protected]

14 Jul 09:15
8bcd773
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #115 86c4e8f Thanks @gfellerph! - feat(type)!: Font size and line height maps are now defined with a key for easier automation. Variables are always accessible individually and collected in a loopable map. Font sizes and line heights are defined for the same sizes so it's possible to cross-reference a line-height based on font-size (see font-curve mixin).

Patch Changes