v0.2.1
Been a while—this is a hefty release. Sorry for the delay.
What's New
- Bring in local dependency of command-score with vastly improved filtering performance by default by @pacocoursey in #130
- Add defaultValue prop to
<Command />
by @revogabe in #123 - Add
forceMount
prop to<Command.Item />
and<Command.Group />
by @MildTomato in #101 - Adds
overlayClassName
andcontentClassName
props to<Command.Dialog />
: by @joaom00 in #114 - Add
data-disabled
to<Command.Item />
by @joaom00 in #122 - Add
aria-activedescendant
in<Command.Input />
by @joaom00 in #108 - Use
offsetHeight
to calculate list height by @joaom00 in #121 - Add option for disabling vim bindings by @bkrausz in #168
What's Fixed
- Fixed a bug where using controlled item values would accidentally become uncontrolled if there are no results by @joaom00 in #109
- Fixed items on mobile are now correctly selected on tap by @joaom00 in #113
- Fixed a bug where focus would jump back to the first item instead of respecting the controlled value @joaom00 in #112
- Fixed the props for the
<Command.Loading />
to indicate it spreads onto adiv
element by @0xcadams in #154 - Fixed pressing [Enter] to select an item while in the middle of an IME composition by @hajimism in #166
- Fixes a bug where backspacing would not properly reveal items that didn't have their value explicitly set by @WITS in #176
Docs
- Document forceMount prop by @joaom00 in #134
- Update dialog example by @joaom00 in #136
- Add links to title badges by @jrysana in #151
- Fix missing code block markup by @0xcadams in #153
Internal
- ci: Use pnpm/action-setup by @pacocoursey in #110
New Contributors
- @joaom00 made their first contribution in #109
- @MildTomato made their first contribution in #101
- @revogabe made their first contribution in #123
- @jrysana made their first contribution in #151
- @0xcadams made their first contribution in #153
- @bkrausz made their first contribution in #168
- @hajimism made their first contribution in #166
- @WITS made their first contribution in #176
Full Changelog: v0.2.0...v0.2.1