Skip to content

v0.2.1

Compare
Choose a tag to compare
@pacocoursey pacocoursey released this 30 Jan 03:10
· 49 commits to main since this release
05199cb

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 and contentClassName 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 a div 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

Internal

New Contributors

Full Changelog: v0.2.0...v0.2.1