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

Version Packages
This commit is contained in:
Thijs Louisse 2024-03-08 13:47:25 +01:00 committed by GitHub
commit a99f2e1dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 21 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[form-core] add operationMode to ValidateMixin, to create specific select and upload required messages

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
Uncommented a previously commented line since this is probably a mistake and breaks functionality

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
fix: only use elementToFocusAfterHide when provided as HTMLElement

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[input-tel-dropdown] prevent jumping to input field on each arrow key in windows/linux

View file

@ -1,5 +1,14 @@
# @lion/ui # @lion/ui
## 0.5.5
### Patch Changes
- e72fd6d6: [form-core] add operationMode to ValidateMixin, to create specific select and upload required messages
- 36bf8c6f: Uncommented a previously commented line since this is probably a mistake and breaks functionality
- 91fad701: fix: only use elementToFocusAfterHide when provided as HTMLElement
- cf616e1e: [input-tel-dropdown] prevent jumping to input field on each arrow key in windows/linux
## 0.5.4 ## 0.5.4
### Minor Changes ### Minor Changes

View file

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