Merge pull request #1986 from ing-bank/changeset-release/master
Version Packages
This commit is contained in:
commit
bc34e73066
7 changed files with 16 additions and 28 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: LionInputDatePicker enters an endless loop on InvalidDate modelValue
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Allow customization of currency label's slot in Input Amount
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
[input-file] Create input-file component
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[FocusMixin] now syncs autofocus between host and the focusable node.
|
|
||||||
|
|
@ -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.
|
|
||||||
|
|
@ -1,5 +1,20 @@
|
||||||
# @lion/ui
|
# @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
|
## 0.2.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ui",
|
"name": "@lion/ui",
|
||||||
"version": "0.2.2",
|
"version": "0.3.0",
|
||||||
"description": "A package of extendable web components",
|
"description": "A package of extendable web components",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue