Skip to content

Commit

Permalink
⬆️ Release @acusti/dropdown v0.34.0
Browse files Browse the repository at this point in the history
changes include:
• upgraded @acusti/use-is-out-of-bounds to v0.8.0 which makes it no longer possible to get in a state where the dropdown rapidly changes back and forth between rendering in opposite directions in cases where both directions wind up being out-of-bounds
• improve behavior where the dropdown body overlaps the dropdown trigger
• adds a --uktdd-body-buffer CSS custom property that is used to specify how much buffer space should be between the dropdown body and the max-width and max-height bounds and defaults the value to 10px
  • Loading branch information
acusti committed Nov 19, 2023
1 parent aca0247 commit 6709776
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.33.0",
"version": "0.34.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 6709776

Please sign in to comment.