Version Packages (#2519)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
cbe8f8656b
commit
af6e47e4b5
7 changed files with 19 additions and 33 deletions
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added initial Turkish (tr.js / tr-TR.js) translation files for the following components:
|
|
||||||
|
|
||||||
- input-datepicker
|
|
||||||
- calendar
|
|
||||||
- form-core
|
|
||||||
- overlays
|
|
||||||
- pagination
|
|
||||||
- validate-messages
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[input-file] set buttonLabel initially
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
LionInputFile: Customize the text content of the selected files for screen reader if uploadOnSelect is enabled
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[input-stepper] align value with step value
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[validate-mixin] determine if a required validator or result validator has been registered based on characteristics
|
|
||||||
|
|
@ -1,5 +1,23 @@
|
||||||
# @lion/ui
|
# @lion/ui
|
||||||
|
|
||||||
|
## 0.11.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- a0d334d: Added initial Turkish (tr.js / tr-TR.js) translation files for the following components:
|
||||||
|
|
||||||
|
- input-datepicker
|
||||||
|
- calendar
|
||||||
|
- form-core
|
||||||
|
- overlays
|
||||||
|
- pagination
|
||||||
|
- validate-messages
|
||||||
|
|
||||||
|
- cbe8f86: [input-file] set buttonLabel initially
|
||||||
|
- f9f5519: LionInputFile: Customize the text content of the selected files for screen reader if uploadOnSelect is enabled
|
||||||
|
- cf4a8fd: [input-stepper] align value with step value
|
||||||
|
- 07b089e: [validate-mixin] determine if a required validator or result validator has been registered based on characteristics
|
||||||
|
|
||||||
## 0.11.4
|
## 0.11.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ui",
|
"name": "@lion/ui",
|
||||||
"version": "0.11.4",
|
"version": "0.11.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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue