diff --git a/.changeset/afraid-nails-tap.md b/.changeset/afraid-nails-tap.md deleted file mode 100644 index 72bc175fe..000000000 --- a/.changeset/afraid-nails-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[switch] remove one of the two role="switch" (nested-interactive). Only leave it on the switch-button. diff --git a/.changeset/eighty-dogs-travel.md b/.changeset/eighty-dogs-travel.md deleted file mode 100644 index 93c1c5bbb..000000000 --- a/.changeset/eighty-dogs-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[listbox] allow use of arrow keys when focus is not on listbox diff --git a/.changeset/eleven-walls-vanish.md b/.changeset/eleven-walls-vanish.md deleted file mode 100644 index 13f2b97e5..000000000 --- a/.changeset/eleven-walls-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -Set padding of to 0 so it doesn't show a weird 1em width/height box due to user agent styles. diff --git a/.changeset/mean-plants-rush.md b/.changeset/mean-plants-rush.md deleted file mode 100644 index d9454044d..000000000 --- a/.changeset/mean-plants-rush.md +++ /dev/null @@ -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 diff --git a/.changeset/nervous-numbers-smash.md b/.changeset/nervous-numbers-smash.md deleted file mode 100644 index b9bc3e261..000000000 --- a/.changeset/nervous-numbers-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': minor ---- - -Changed spelling/grammar of the german error message for an invalid IBAN. diff --git a/.changeset/silly-beds-teach.md b/.changeset/silly-beds-teach.md deleted file mode 100644 index 26a15fcd1..000000000 --- a/.changeset/silly-beds-teach.md +++ /dev/null @@ -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 diff --git a/.changeset/soft-eagles-reply.md b/.changeset/soft-eagles-reply.md deleted file mode 100644 index fe9115ea5..000000000 --- a/.changeset/soft-eagles-reply.md +++ /dev/null @@ -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 diff --git a/.changeset/stupid-emus-compete.md b/.changeset/stupid-emus-compete.md deleted file mode 100644 index 44774f9c0..000000000 --- a/.changeset/stupid-emus-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -feat(@lion/ui): add \_invokerIconTemplate to LionInputDatepicker diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index b5b9c2f7e..e87a6b340 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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 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 diff --git a/packages/ui/package.json b/packages/ui/package.json index 98b96dc80..5a1a04dfb 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",