Merge pull request #2299 from ing-bank/changeset-release/master
Version Packages
This commit is contained in:
commit
15a9d70cb6
8 changed files with 12 additions and 31 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[FeedbackValidation] add a translation of the validation feedback type to the beginning of the validation message
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[tabs] make tab panels focusable
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[form-core] Updated behavior of name attribute in FormRegisteringMixin to convert values to string type
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[input-file] add files more than once doesn't overwrite model value anymore
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[input-file] improve a11y labels
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[combobox] update the code to when show and hide the overlay, to be more robust
|
|
||||||
|
|
@ -1,5 +1,16 @@
|
||||||
# @lion/ui
|
# @lion/ui
|
||||||
|
|
||||||
|
## 0.7.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 3dbee0c: [FeedbackValidation] add a translation of the validation feedback type to the beginning of the validation message
|
||||||
|
- 08a1cb1: [tabs] make tab panels focusable
|
||||||
|
- 57597bb: [form-core] Updated behavior of name attribute in FormRegisteringMixin to convert values to string type
|
||||||
|
- 58d56b2: [input-file] add files more than once doesn't overwrite model value anymore
|
||||||
|
- b2d7d9b: [input-file] improve a11y labels
|
||||||
|
- b50b960: [combobox] update the code to when show and hide the overlay, to be more robust
|
||||||
|
|
||||||
## 0.7.3
|
## 0.7.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ui",
|
"name": "@lion/ui",
|
||||||
"version": "0.7.3",
|
"version": "0.7.4",
|
||||||
"description": "A package of extendable web components",
|
"description": "A package of extendable web components",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue