Skip to content

Commit

Permalink
chore: changesets cleanup additions
Browse files Browse the repository at this point in the history
  • Loading branch information
tlouisse committed Nov 9, 2023
1 parent e76fe57 commit 7f644cd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/combobox-feat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lion/ui': minor
---

feat: [combobox] add `allow-custom-choice` (former requireOptionMatch=false) and make it compatible with `multiple-choice`
4 changes: 2 additions & 2 deletions .changeset/dirty-emus-exercise.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .changeset/forty-books-peel.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .changeset/poor-trains-drive.md
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion .changeset/unlucky-owls-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7f644cd

Please sign in to comment.