-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
290 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,32 @@ | ||
# Changelog | ||
|
||
## \[10.12.0\] - 16.05.2024 | ||
## \[10.12.1\] - 21.06.2024 | ||
|
||
## Component changes | ||
|
||
- Input fields | ||
|
||
- Labels line-height increased & mobile values adjusted, so values are in sync with `h4` typography style | ||
|
||
- Radio inputs | ||
- Dialog | ||
|
||
- Minor non-breaking UI change to the default input radio | ||
- Minor UI changes to checkmark variant | ||
- Some non-breaking UI changes (colors, width, ...) | ||
- Now we achieve the checkmark icon using `span.checkmark-icon` instead of loading an actual icon element with an svg | ||
- New "large" variant for checkmark radio input | ||
- Possibility to add a subtext inside the checkmark variant (use `span.subtext`) | ||
- if no invoker or close btn JS fails gracefully, providing helpful feedback in the console instead of throwing Error | ||
- CSS support for old syntax now checks it is not picked up also by the new syntax (make sure not dialog.dialog) | ||
- new dialog can have multiple invokers | ||
|
||
- Buttons | ||
|
||
- minor non-breaking UI updates (height for size large, unify hover state, update active & focus-visible UI, and more) | ||
- add Danish MitId button style (you can use either `i.bank-id-dk` OR `i.mitid-dk`, both are supported) | ||
- secondary buttons get a transparent background-color | ||
- loading spinner of buttons keep their aspect-ratio even if the buttons is squashed, when they're in overflow state | ||
|
||
- Cards | ||
|
||
- fix style .cards-wide on mobile | ||
- add support for div.illustration & picture elements in lieu of the img element as illustrations of used in the cards component (changes in documentation will come in a future release) | ||
- default cards wide with no img and no text content -> align-items: center (better default when title wraps) | ||
|
||
- Dialog | ||
- Dropdown | ||
|
||
- UI update | ||
- new syntax, leveraging the standard <dialog> tag | ||
- silent support for the old syntax until the next major release | ||
- add transitions | ||
- dropdown.init() method now accept `id` parameter to initialize specific dropdowns, instead of always all dropdowns found in the DOM | ||
|
||
- Utility classes | ||
|
||
- Add utility classes for display grid and inline grid | ||
|
||
## Technical changes | ||
|
||
- chore deps (update deps packages minor versions) | ||
|
||
- remove Sentry from codebase |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.