Skip to content

Commit 18ac712

Browse files
andrentkeszthoff
andauthored
fix: add teaser and checkbox breaking change to changelog (#1332)
* fix: add teaser breaking change to changelog version 27.0.0 * add note about checkbox breaking changes --------- Co-authored-by: Eszter Hofmann <hofmann@textkernel.nl>
1 parent 91316ee commit 18ac712

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file. See [standa
2222

2323
* **Tag:** 'size' is no longer a prop
2424
* **Dropdown:** Dropdown component API and structure changed
25+
* **Teaser:** Teaser component API and structure changed
2526

2627
### Features
2728

@@ -118,6 +119,7 @@ All notable changes to this project will be documented in this file. See [standa
118119
* **css variables:** some unused CSS variables removed: `--line-medium`, `--line-thick`, `--outline-size`
119120
* **fonts:** `--font-weight-light` and `--font-wight-medium` were removed from the library
120121
* **typography:** changes to how basic text styles are applied to consuming applications see [README](/README.md#assign-base-class-to-body)
122+
* **checkbox** `indeterminate` state needs to be used in combination with `checked`. Before it was also showing when the checkbox was not checked.
121123

122124
### Features
123125

0 commit comments

Comments
 (0)