From 7f644cd7b63559263d768ac6aac731c6327448f3 Mon Sep 17 00:00:00 2001 From: Thijs Louisse Date: Thu, 9 Nov 2023 12:35:39 +0100 Subject: [PATCH] chore: changesets cleanup additions --- .changeset/combobox-feat.md | 5 +++++ .changeset/dirty-emus-exercise.md | 4 ++-- .changeset/forty-books-peel.md | 4 ++-- .changeset/poor-trains-drive.md | 4 ++-- .changeset/unlucky-owls-search.md | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 .changeset/combobox-feat.md diff --git a/.changeset/combobox-feat.md b/.changeset/combobox-feat.md new file mode 100644 index 000000000..0f876706b --- /dev/null +++ b/.changeset/combobox-feat.md @@ -0,0 +1,5 @@ +--- +'@lion/ui': minor +--- + +feat: [combobox] add `allow-custom-choice` (former requireOptionMatch=false) and make it compatible with `multiple-choice` diff --git a/.changeset/dirty-emus-exercise.md b/.changeset/dirty-emus-exercise.md index 05c33c0f9..72d92bc4c 100644 --- a/.changeset/dirty-emus-exercise.md +++ b/.changeset/dirty-emus-exercise.md @@ -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 diff --git a/.changeset/forty-books-peel.md b/.changeset/forty-books-peel.md index e18fb914d..4c6790668 100644 --- a/.changeset/forty-books-peel.md +++ b/.changeset/forty-books-peel.md @@ -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 diff --git a/.changeset/poor-trains-drive.md b/.changeset/poor-trains-drive.md index 4c4bd08eb..7f9797e1b 100644 --- a/.changeset/poor-trains-drive.md +++ b/.changeset/poor-trains-drive.md @@ -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 diff --git a/.changeset/unlucky-owls-search.md b/.changeset/unlucky-owls-search.md index f5e098774..8828b52b8 100644 --- a/.changeset/unlucky-owls-search.md +++ b/.changeset/unlucky-owls-search.md @@ -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