Skip to content

Commit

Permalink
chore(main): release 0.44.0 (#2351)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 22, 2024
1 parent 0ae6b18 commit 279c4af
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.44.0](https://github.com/lyne-design-system/lyne-components/compare/v0.43.14...v0.44.0) (2024-01-22)


### ⚠ BREAKING CHANGES

* **sbb-teaser:** The property `isStacked` has been removed in favor of `alignment`. Please see the documentation for further info. The `description` is not clamped to two lines anymore (responsibility of consumer). The slotted `image` has now a default width of `300px`. The slot, formerly named `description`, has been replaced by the unnamed slot. Support of nested `p` elements dropped (invalid html).
* The following components have been removed: `sbb-timetable-barrier-free`, `sbb-timetable-park-and-rail`, `sbb-timetable-row-column-headers`, `sbb-timetable-row-day-change`, `sbb-timetable-row-header`, `sbb-timetable-transportation-number`, `sbb-timetable-transportation-time`, `timetable-travel-hints`.

### Features

* **form-field:** allow label to be visually hidden ([#2361](https://github.com/lyne-design-system/lyne-components/issues/2361)) ([9f618db](https://github.com/lyne-design-system/lyne-components/commit/9f618db1980e83ea1e985c6560b599d6504471ce))
* **sbb-teaser:** redesign ([#2211](https://github.com/lyne-design-system/lyne-components/issues/2211)) ([ba5f86c](https://github.com/lyne-design-system/lyne-components/commit/ba5f86c44e27b55256f8ff4e064edeb379b226a6))


### Bug Fixes

* **sbb-title:** move font-smoothing into scss mixin ([#2355](https://github.com/lyne-design-system/lyne-components/issues/2355)) ([331bac3](https://github.com/lyne-design-system/lyne-components/commit/331bac31a51550ec672d3b3ec4589003cb2b8a56))


### Code Refactoring

* remove unused components ([e3b29eb](https://github.com/lyne-design-system/lyne-components/commit/e3b29eb1af4c7bfa49a24b22fa63214a789b0043))

## [0.43.14](https://github.com/lyne-design-system/lyne-components/compare/v0.43.13...v0.43.14) (2024-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sbb-esta/lyne-components",
"version": "0.43.14",
"version": "0.44.0",
"description": "Lyne Design System",
"keywords": [
"design system",
Expand Down

0 comments on commit 279c4af

Please sign in to comment.