Releases: TeamWertarbyte/material-ui-search-bar
Releases Β· TeamWertarbyte/material-ui-search-bar
v2.0.0-alpha.1
Changed
- Update
@material-ui/core
to v5.0.0-alpha.5 - Update
@material-ui/icons
to v5.0.0-alpha.4
v1.0.0
v1.0.0-beta.14
v1.0.0-beta.13
v1.0.0-beta.12
Changed
- Fix wrong overflow when the search bar is smaller than 280px #62
v1.0.0-beta.11
Thanks to the 1 contributor who made this release possible. π
Changes
- Update peer dependencies to support @material-ui/core 3.0.0 #59 #61 @frodestorhaug
v1.0.0-beta.10
Thanks to the 2 contributor who made this release possible. π
Changed
- Fix warnings due to passing invalid props to the underlying
Input
#53 @benlinton #54 @simonbos
v1.0.0-beta.9
v1.0.0-beta.8
Thanks to the 2 contributors who made this release possible! π
Breaking changes
onChange
is not called with an empty string anymore when the search is cancelled. Instead,onCancelSearch
is called.
Added
- Add
cancelOnEscape
prop to cancel the search when Escape is pressed #9 #47 @eavichay - Add
onCancelSearch
prop that is called when the search is cancelled #22
Changed
- Update props table in the README #46 #49 #51 @benamatare
- Make
onRequestSearch
optional (it may not be required if you are usingonChange
to search while the user is typing) #48