Skip to content

v29.20.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 06 Jan 05:42
· 1096 commits to master since this release
0c569f7

Patch Changes

  • Use JSDoc comments to flag deprecated components (#860)

    You will now receive in-editor warnings and migration guidance when using deprecated components.

  • Autosuggest: Fix bug where async suggestions may not be visible (#862)

    This fixes a bug where suggestions wouldn't become visible if the suggestions prop was initially empty and then populated asynchronously, only becoming visible on the next user interaction, e.g. typing in the field.