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

Version Packages
This commit is contained in:
ByoungYong Kim 2024-06-27 14:16:54 +02:00 committed by GitHub
commit 15a9d70cb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 # @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

View file

@ -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",