Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

v5.9.4

Choose a tag to compare

@matijs matijs released this 22 Jan 09:52
· 97 commits to master since this release

A SearchBar is responsible for its own internal state and rendering once it's mounted.

This change allows a parent component to force SearchBar to update its internal state (the value of query) to a new value.

UUIDs for internal SearchBar use are only generated once instead of on every render.