Releases: swisspost/design-system
@swisspost/[email protected]
Minor Changes
- Added a font-face definition CSS file for use with SAP cloud solutions as they need an externally hosted CSS file. (by @gfellerph with #929)
Patch Changes
-
Added
bg-black
as a background utility class with automatic text color (by @gfellerph with #830) -
Unwrapped complex :is selector. When integrating in another project, the
not-disabled-focus-hover
mixin causes sass to silently fail and generate an empty output. (by @gfellerph with #889)
@swisspost/[email protected]
Patch Changes
- Updated dependencies:
- @swisspost/[email protected]
@swisspost/[email protected]
Patch Changes
- Fixed an issue with the sidebar width. The fixed sidebar no longer spans the whole page and no longer hides the main page content beneath. (by @gfellerph with #858)
@swisspost/[email protected]
Patch Changes
- Fixed an issue with the sidebar width. The fixed sidebar no longer spans the whole page and no longer hides the main page content beneath. (by @gfellerph with #858)
- Updated dependencies:
- @swisspost/[email protected]
@swisspost/[email protected]
Patch Changes
-
Correctly declares dependencies used in Migration Schematics for Angular projects, fixing an issue when trying to migrate projects. (by @oliverschuerch with #794)
-
When outside days get hidden, they collapse in their flex context and change the alignment of the first days of the month. Adding flex-grow 1 ensures the hidden days still keep their space so the day labels on top match correctly with the calendar days. (by @gfellerph with #793)
@swisspost/[email protected]
Patch Changes
- Updated dependencies:
- @swisspost/[email protected]
@swisspost/[email protected]
Patch Changes
- The <sup> construct does not work as intended in most contexts, adding unnecessary and confusing spacing into changelogs. New intended format:
- This is a contribution. (by username with #111)
- This is a multiline contribution that needs
a lot of text (by username with #111) (by @gfellerph with #795)
@swisspost/[email protected]
Patch Changes
- Set the opacity of tooltips to 1 (fully opaque) because text is hardly legible if the tooltip has underlying content.
by @gfellerph with #784
@swisspost/[email protected]
Patch Changes
-
Fixed the broken default user image when viewed from outside the postnet.
by @gfellerph with #786 -
Fixed an issue with the sidebar between 600px and 768px screen size. The sidebar now behaves like on smaller mobile devices in this range.
by @gfellerph with #785 -
Updated dependencies:
- @swisspost/[email protected]
@swisspost/[email protected]
Minor Changes
-
Added automatic migration for bootstrap close-button component.
by @oliverschuerch with #687 -
Added automatic migration for bg-opacity classes.
by @oliverschuerch with #687 -
Added automatic migration for button component btn-icon class.
by @oliverschuerch with #687 -
Added automatic migration for general rtl properties.
by @oliverschuerch with #687 -
Added automatic migration for bootstrap button component.
by @oliverschuerch with #687 -
Added automatic migration for bootstrap form-switch component.
by @oliverschuerch with #687 -
Added automatic migration for text-auto class.
by @oliverschuerch with #687 -
Added automatic migration for required form-label class.
by @oliverschuerch with #687 -
Added automatic migration for bootstrap blockquote component with footer.
by @oliverschuerch with #687 -
Added automatic migration for form-checkbox component.
by @oliverschuerch with #687 -
Added automatic migration for post custom-select component.
by @oliverschuerch with #687 -
Added automatic migration for forms elements.
by @oliverschuerch with #687 -
Added floating-labels migration for bootstrap form-control, form-select and textarea components.
by @oliverschuerch with #687 -
Added automatic migration for bootstrap badge component.
by @oliverschuerch with #687 -
Added automatic migration functionality which includes cheerio. This enalbes us to write migrations to mutate the html files of a project, with a simple jQuery like selector and with jQuery like update functions (e.g. $element.removeClass('test');, etc.).
by @oliverschuerch with #651 -
Added automatic migration for sr-only and sr-only-focusable classes.
by @oliverschuerch with #687 -
Added automatic migration for bootstrap blockquote component.
by @oliverschuerch with #687 -
Added automatic migration for post subnavigation component.
by @oliverschuerch with #687 -
Added automatic migration for bootstrap form-radio component.
by @oliverschuerch with #687 -
Added automatic migration for post topic-teaser component.
by @oliverschuerch with #687 -
Added automatic migration for ngbootstrap buttons component.
by @oliverschuerch with #687