Version Packages

This commit is contained in:
github-actions[bot] 2024-06-27 11:50:04 +00:00
parent 2015fa746e
commit a0ea788ed6
8 changed files with 12 additions and 31 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[FeedbackValidation] add a translation of the validation feedback type to the beginning of the validation message

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[tabs] make tab panels focusable

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[form-core] Updated behavior of name attribute in FormRegisteringMixin to convert values to string type

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[input-file] add files more than once doesn't overwrite model value anymore

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[input-file] improve a11y labels

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[combobox] update the code to when show and hide the overlay, to be more robust

View file

@ -1,5 +1,16 @@
# @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
### Patch Changes

View file

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