Version Packages

This commit is contained in:
github-actions[bot] 2023-02-10 00:05:04 +00:00 committed by Thijs Louisse
parent 5eca17779e
commit 4d9612e93d
6 changed files with 10 additions and 21 deletions

View file

@ -1,5 +0,0 @@
---
"@lion/ui": patch
---
fix(@lion/ui): export types necessary for type inference of mixins (fixes #1903)

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
don't set unparseable for negative timezones

View file

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

View file

@ -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.

View file

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

View file

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