chore: changesets cleanup additions

This commit is contained in:
Thijs Louisse 2023-11-09 12:35:39 +01:00
parent e76fe57e82
commit 7f644cd7b6
5 changed files with 12 additions and 7 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/ui': minor
---
feat: [combobox] add `allow-custom-choice` (former requireOptionMatch=false) and make it compatible with `multiple-choice`

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -2,4 +2,4 @@
'@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