Skip to content

Commit

Permalink
⬆️ Release @acusti/dropdown v0.31.0
Browse files Browse the repository at this point in the history
changes include:
• fix handling of input triggers provided as first child to a dropdown component when only the direct input or textarea is provided with no wrapper elements
• breaking change: add props.allowCreate as an explicit option for any dropdown with an input/textarea trigger to allow the user to submit a new item not amongst the dropdown’s items; previously, this behavior was implicitly activated when providing an input trigger as the first child to a Dropdown, which was not a discoverable behavior and too inflexible and generally a bad implementation
  • Loading branch information
acusti committed Nov 10, 2023
1 parent f298189 commit aa8bd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/dropdown",
"version": "0.30.0",
"version": "0.31.0",
"description": "React component that renders a dropdown with a trigger and supports searching, keyboard access, and more",
"keywords": [
"react",
Expand Down

0 comments on commit aa8bd1b

Please sign in to comment.