Merge pull request #1949 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Thijs Louisse 2023-05-02 10:03:09 +02:00 committed by GitHub
commit 7b2a234c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 # @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 ## 0.2.0
### Minor Changes ### Minor Changes

View file

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