Version Packages

This commit is contained in:
github-actions[bot] 2023-05-01 15:28:23 +00:00
parent 4bf1633d0b
commit 703fb72034
6 changed files with 10 additions and 21 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
OverlayController: fixed check to determine if native dialog is supported, fixed check to determine if user has moved focus while dialog is open, added test to assert if element specified in dialog config key `elementToFocusAfterHide` is in viewport when dialog is closed

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
feat(@lion/ui): add \_previousIconTemplate and \_nextIconTemplate to LionCalendar

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[combobox] update option list after clear

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
lion-calendar: when determining if user interacted with a day button we no longer examine event.target but event.composedPath()[0] since it otherwise fails in Firefox 111+

View file

@ -1,5 +1,14 @@
# @lion/ui
## 0.2.1
### Patch Changes
- 5b8d655f: OverlayController: fixed check to determine if native dialog is supported, fixed check to determine if user has moved focus while dialog is open, added test to assert if element specified in dialog config key `elementToFocusAfterHide` is in viewport when dialog is closed
- a5f35158: feat(@lion/ui): add \_previousIconTemplate and \_nextIconTemplate to LionCalendar
- ddea63b3: [combobox] update option list after clear
- 12f18008: lion-calendar: when determining if user interacted with a day button we no longer examine event.target but event.composedPath()[0] since it otherwise fails in Firefox 111+
## 0.2.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.2.0",
"version": "0.2.1",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",