Version Packages
This commit is contained in:
parent
8796a6a226
commit
eb46bb9240
8 changed files with 12 additions and 31 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: [overlays] avoid growing margin when using `preventsScroll: false`
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[combobox] reset listbox options on click/enter for multiple-choice
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@lion/ui": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[input-file] fix the bug that accept attribute in the input field didn't work properly
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
opened-changed event detail exposes opened state
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[select-rich] sets and removes the button role and aria attributes on change of singleOption
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
add "aria-expanded" attribute only for the non-modal dialogs
|
|
||||||
|
|
@ -1,5 +1,16 @@
|
||||||
# @lion/ui
|
# @lion/ui
|
||||||
|
|
||||||
|
## 0.7.7
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- bca25bc: fix: [overlays] avoid growing margin when using `preventsScroll: false`
|
||||||
|
- 02a9427: [combobox] reset listbox options on click/enter for multiple-choice
|
||||||
|
- ac9d16b: [input-file] fix the bug that accept attribute in the input field didn't work properly
|
||||||
|
- e0ef676: opened-changed event detail exposes opened state
|
||||||
|
- 61bf8cb: [select-rich] sets and removes the button role and aria attributes on change of singleOption
|
||||||
|
- 719991f: add "aria-expanded" attribute only for the non-modal dialogs
|
||||||
|
|
||||||
## 0.7.6
|
## 0.7.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ui",
|
"name": "@lion/ui",
|
||||||
"version": "0.7.6",
|
"version": "0.7.7",
|
||||||
"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