diff --git a/.changeset/chatty-lobsters-wait.md b/.changeset/chatty-lobsters-wait.md deleted file mode 100644 index a180b879c..000000000 --- a/.changeset/chatty-lobsters-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lion/ui": patch ---- - -fix(@lion/ui): export types necessary for type inference of mixins (fixes #1903) diff --git a/.changeset/clever-parrots-sniff.md b/.changeset/clever-parrots-sniff.md deleted file mode 100644 index 802a9597e..000000000 --- a/.changeset/clever-parrots-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -don't set unparseable for negative timezones diff --git a/.changeset/cuddly-timers-sin.md b/.changeset/cuddly-timers-sin.md deleted file mode 100644 index 1cb781b8d..000000000 --- a/.changeset/cuddly-timers-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -LocalizeManager: added `allowOverridesForExistingNamespaces` option to `constructor` argument to allow for changing data in a namespace for a given locale diff --git a/.changeset/rich-apricots-argue.md b/.changeset/rich-apricots-argue.md deleted file mode 100644 index 0b2622783..000000000 --- a/.changeset/rich-apricots-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -lion-select-rich: when the overlay is shown, the "autofocus" attribute is added to \_listboxNode (\_inputNode) to make sure that keyboard navigation continues to work when the element is inside a an element with `trapsKeyboardFocus:true`, like the bottomsheet created via `withBottomSheetConfig()`. When the overlay is closed the attribute is removed. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 28fe89b84..72250595d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @lion/ui +## 0.1.2 + +### Patch Changes + +- 9ff7cd77: fix(@lion/ui): export types necessary for type inference of mixins (fixes #1903) +- 74b4b686: don't set unparseable for negative timezones +- eff3259e: LocalizeManager: added `allowOverridesForExistingNamespaces` option to `constructor` argument to allow for changing data in a namespace for a given locale +- 84173cdb: lion-select-rich: when the overlay is shown, the "autofocus" attribute is added to \_listboxNode (\_inputNode) to make sure that keyboard navigation continues to work when the element is inside a an element with `trapsKeyboardFocus:true`, like the bottomsheet created via `withBottomSheetConfig()`. When the overlay is closed the attribute is removed. + ## 0.1.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 6b59c5774..187bc9989 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.1.1", + "version": "0.1.2", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",