chore: changesets cleanup additions
This commit is contained in:
parent
e76fe57e82
commit
7f644cd7b6
5 changed files with 12 additions and 7 deletions
5
.changeset/combobox-feat.md
Normal file
5
.changeset/combobox-feat.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/ui': minor
|
||||||
|
---
|
||||||
|
|
||||||
|
feat: [combobox] add `allow-custom-choice` (former requireOptionMatch=false) and make it compatible with `multiple-choice`
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
'@lion/ui': minor
|
'@lion/ui': patch
|
||||||
---
|
---
|
||||||
|
|
||||||
fix: fixes single-choice, requireOptionMatch=false to not clear selection
|
fix: [combobox] single choice with `allow-custom-choice`(former requireOptionMatch=false) doesn't clear selection
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
'@lion/ui': minor
|
'@lion/ui': patch
|
||||||
---
|
---
|
||||||
|
|
||||||
fix: resetting a radio-group containing options with formatters doesn't check the default value
|
fix: [radio-group] resetting a radio-group containing options with formatters doesn't check the default value
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
'@lion/ui': minor
|
'@lion/ui': patch
|
||||||
---
|
---
|
||||||
|
|
||||||
fix: event emited when clearing a combobox sends stale value
|
fix: [combobox] model-value-changed event emitted when clearing a combobox sends stale value
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
'@lion/ui': patch
|
'@lion/ui': patch
|
||||||
---
|
---
|
||||||
|
|
||||||
fix: autocomplete feature for the lion-combobox component. It used to autoselect a wrong item
|
fix: [combobox] autocomplete feature for the lion-combobox component. It used to autoselect a wrong item
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue