diff --git a/.changeset/nasty-dodos-fold.md b/.changeset/nasty-dodos-fold.md deleted file mode 100644 index 83ca0b14f..000000000 --- a/.changeset/nasty-dodos-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': minor ---- - -fix: LionInputDatePicker enters an endless loop on InvalidDate modelValue diff --git a/.changeset/orange-eels-pay.md b/.changeset/orange-eels-pay.md deleted file mode 100644 index b8196fe3d..000000000 --- a/.changeset/orange-eels-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -Allow customization of currency label's slot in Input Amount diff --git a/.changeset/serious-trees-thank.md b/.changeset/serious-trees-thank.md deleted file mode 100644 index e383bc763..000000000 --- a/.changeset/serious-trees-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': minor ---- - -[input-file] Create input-file component diff --git a/.changeset/silly-shirts-promise.md b/.changeset/silly-shirts-promise.md deleted file mode 100644 index 9cb5fb8da..000000000 --- a/.changeset/silly-shirts-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[FocusMixin] now syncs autofocus between host and the focusable node. diff --git a/.changeset/slot-mixin-reactivity-align.md b/.changeset/slot-mixin-reactivity-align.md deleted file mode 100644 index 18847ea8d..000000000 --- a/.changeset/slot-mixin-reactivity-align.md +++ /dev/null @@ -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. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 3b771df01..2038e3356 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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 diff --git a/packages/ui/package.json b/packages/ui/package.json index 2a0427a9b..158bd4159 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",