Version Packages
This commit is contained in:
parent
a2b81b2693
commit
0ec0d6dc9f
10 changed files with 22 additions and 45 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[switch] remove one of the two role="switch" (nested-interactive). Only leave it on the switch-button.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[listbox] allow use of arrow keys when focus is not on listbox
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
Set padding of <dialog> to 0 so it doesn't show a weird 1em width/height box due to user agent styles.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
lion-switch: checked-changed event is no longer fired on element initialization when checked is set through attribute
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': minor
|
||||
---
|
||||
|
||||
Changed spelling/grammar of the german error message for an invalid IBAN.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
lion-accordion: changed selectors for invokers and content to only select slotted elements that are direct descendants. This is to prevent that slotted elements in accordion content and invokers are also selected and the amount of invokers and content is incorrect
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[combobox] Multiple improvements:
|
||||
|
||||
- Allow textbox values to be entered that do not match a listbox option, via `requireOptionMatch` flag.
|
||||
- Added an `MatchesOption` validator to check if the value is matching an option.
|
||||
- Exports combobox test helpers
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
feat(@lion/ui): add \_invokerIconTemplate to LionInputDatepicker
|
||||
|
|
@ -1,5 +1,26 @@
|
|||
# @lion/ui
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 183c86af: Changed spelling/grammar of the german error message for an invalid IBAN.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- adfa29a0: [switch] remove one of the two role="switch" (nested-interactive). Only leave it on the switch-button.
|
||||
- 0d4c42ab: [listbox] allow use of arrow keys when focus is not on listbox
|
||||
- 42a463ee: Set padding of <dialog> to 0 so it doesn't show a weird 1em width/height box due to user agent styles.
|
||||
- 3256892c: lion-switch: checked-changed event is no longer fired on element initialization when checked is set through attribute
|
||||
- 3f1c83a1: lion-accordion: changed selectors for invokers and content to only select slotted elements that are direct descendants. This is to prevent that slotted elements in accordion content and invokers are also selected and the amount of invokers and content is incorrect
|
||||
- a2b81b26: [combobox] Multiple improvements:
|
||||
|
||||
- Allow textbox values to be entered that do not match a listbox option, via `requireOptionMatch` flag.
|
||||
- Added an `MatchesOption` validator to check if the value is matching an option.
|
||||
- Exports combobox test helpers
|
||||
|
||||
- 1f018baf: feat(@lion/ui): add \_invokerIconTemplate to LionInputDatepicker
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/ui",
|
||||
"version": "0.1.5",
|
||||
"version": "0.2.0",
|
||||
"description": "A package of extendable web components",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue