Version Packages

This commit is contained in:
github-actions[bot] 2024-04-02 14:41:25 +00:00
parent ace72d8787
commit e6601762ea
4 changed files with 10 additions and 12 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
Added support for cross-root registration by adding a flag to composed property of form-element-register event.

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[core/SlotMixin] allow to (re)render scoped elements as direct light dom child

View file

@ -1,13 +1,22 @@
# @lion/ui # @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 ## 0.6.0
BREAKING: BREAKING:
- [form] set focus to the first erroneous form element on submit (mildly breaking, since it could conflict with custom focus management) - [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 - Update to lit version 3
- Moved to scoped-elements v3 - Moved to scoped-elements v3
### Patch Changes ### Patch Changes
- [input-tel-dropdown] use ScopedElementsMixin in to run test-suite with select-rich - [input-tel-dropdown] use ScopedElementsMixin in to run test-suite with select-rich
- [core] add Firefox to browserDetection - [core] add Firefox to browserDetection
- [textarea] set box-sizing in tests to make it work cross browser - [textarea] set box-sizing in tests to make it work cross browser
@ -21,7 +30,6 @@ BREAKING:
- [input-stepper] a11y enhancement & added translations - [input-stepper] a11y enhancement & added translations
- [checkbox-group] add role="list" and role="listitem" to checkbox-indeterminate and its children - [checkbox-group] add role="list" and role="listitem" to checkbox-indeterminate and its children
## 0.5.6 ## 0.5.6
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/ui", "name": "@lion/ui",
"version": "0.6.0", "version": "0.6.1",
"description": "A package of extendable web components", "description": "A package of extendable web components",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",