这是indexloc提供的服务,不要输入任何密码
Skip to content

v4.0.0

Choose a tag to compare

@moroshko moroshko released this 08 Aug 01:57
· 222 commits to master since this release
  • Added alwaysRenderSuggestions prop
  • Rendering performance optimizations
  • Breaking change: renderSuggestion signature changed from:
function renderSuggestion(suggestion, { value, valueBeforeUpDown })

to:

function renderSuggestion(suggestion, { query })

See docs