Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

v5.9.4

Compare
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.