Skip to content

Commit

Permalink
Merge pull request #2240 from ing-bank/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tlouisse authored Apr 2, 2024
2 parents ace72d8 + e660176 commit 786d2a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-jars-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-suits-compare.md

This file was deleted.

10 changes: 9 additions & 1 deletion packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# @lion/ui

## 0.6.1

### Patch Changes

- 37deecd2: Added support for cross-root registration by adding a flag to composed property of form-element-register event.
- f0333bbc: [core/SlotMixin] allow to (re)render scoped elements as direct light dom child

## 0.6.0

BREAKING:

- [form] set focus to the first erroneous form element on submit (mildly breaking, since it could conflict with custom focus management)
- Update to lit version 3
- Moved to scoped-elements v3

### Patch Changes

- [input-tel-dropdown] use ScopedElementsMixin in to run test-suite with select-rich
- [core] add Firefox to browserDetection
- [textarea] set box-sizing in tests to make it work cross browser
Expand All @@ -21,7 +30,6 @@ BREAKING:
- [input-stepper] a11y enhancement & added translations
- [checkbox-group] add role="list" and role="listitem" to checkbox-indeterminate and its children


## 0.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.6.0",
"version": "0.6.1",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",
Expand Down

0 comments on commit 786d2a0

Please sign in to comment.