Version Packages (#2026)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b44bfc5d1f
commit
14a8f77960
4 changed files with 13 additions and 15 deletions
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[calendar] updates:
|
||||
|
||||
- Enables focus to disabled dates to make it more reasonable for screen readers
|
||||
- Do not automatically force selection of a valid date
|
||||
- Add helper functions to find next/previous/nearest enabled date
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
lion-input-file: added isDragging property
|
||||
|
|
@ -1,5 +1,17 @@
|
|||
# @lion/ui
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b44bfc5d: [calendar] updates:
|
||||
|
||||
- Enables focus to disabled dates to make it more reasonable for screen readers
|
||||
- Do not automatically force selection of a valid date
|
||||
- Add helper functions to find next/previous/nearest enabled date
|
||||
|
||||
- 137a1b6c: lion-input-file: added isDragging property
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/ui",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "A package of extendable web components",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue