Version Packages
This commit is contained in:
parent
91fad70130
commit
3c45bcc659
6 changed files with 10 additions and 21 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[form-core] add operationMode to ValidateMixin, to create specific select and upload required messages
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
Uncommented a previously commented line since this is probably a mistake and breaks functionality
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
fix: only use elementToFocusAfterHide when provided as HTMLElement
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[input-tel-dropdown] prevent jumping to input field on each arrow key in windows/linux
|
||||
|
|
@ -1,5 +1,14 @@
|
|||
# @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
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/ui",
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"description": "A package of extendable web components",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue