Version Packages

This commit is contained in:
github-actions[bot] 2023-06-07 10:58:51 +00:00
parent 8b9c8050e5
commit 844493ba5c
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 # @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

View file

@ -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",