Merge pull request #1986 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Thijs Louisse 2023-06-07 13:05:45 +02:00 committed by GitHub
commit bc34e73066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 28 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': minor
---
fix: LionInputDatePicker enters an endless loop on InvalidDate modelValue

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
Allow customization of currency label's slot in Input Amount

View file

@ -1,5 +0,0 @@
---
'@lion/ui': minor
---
[input-file] Create input-file component

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[FocusMixin] now syncs autofocus between host and the focusable node.

View file

@ -1,7 +0,0 @@
---
'@lion/ui': minor
---
fix(ui): align light dom with internal [reactivity cycle of LitElement/ReactiveElement](https://lit.dev/docs/components/lifecycle/#reactive-update-cycle).
Since light dom render is now aligned inside `update` instead of `updated` (like it already was for shadow dom),
we can rely on the fact that all dom (light and shadow) has rendered inside our `updated` loop.

View file

@ -1,5 +1,20 @@
# @lion/ui
## 0.3.0
### Minor Changes
- e310c08a: fix: LionInputDatePicker enters an endless loop on InvalidDate modelValue
- d2de984f: [input-file] Create input-file component
- 68934217: fix(ui): align light dom with internal [reactivity cycle of LitElement/ReactiveElement](https://lit.dev/docs/components/lifecycle/#reactive-update-cycle).
Since light dom render is now aligned inside `update` instead of `updated` (like it already was for shadow dom),
we can rely on the fact that all dom (light and shadow) has rendered inside our `updated` loop.
### Patch Changes
- bdc74556: Allow customization of currency label's slot in Input Amount
- 2683a730: [FocusMixin] now syncs autofocus between host and the focusable node.
## 0.2.2
### Patch Changes

View file

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