Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 19:33
· 3 commits to main since this release
1bba3f6

Patch Changes

  • Fixed (Drawer/Dialog) open/close events firing on mount and unrelated updates. Now events are emitted only on actual state transitions by tracking the previous open value, preventing unintended closes and focus jumps. (#632)
    Added (beforeOptions/afterOptions) slots to the (SelectField, MultiSelect, MultiSelectField, MultiSelectMenu) components.
    Updated docs examples (beforeOptions/afterOptions).