Releases: TeamWertarbyte/material-ui-search-bar
Releases · TeamWertarbyte/material-ui-search-bar
v1.0.0-beta.6
v0.4.2
v1.0.0-beta.4
Thanks to the 2 contributors who made this release possible! 🎉
Added
- Add TypeScript definitions #27 @recurrence
Changed
- Fix invalid color prop on
SvgIcon
#29 #32 @alex-hudenko - Update dependencies
v0.4.1
v0.4.0
v1.0.0-beta.3
Changed
- Use
onClick
instead ofonTouchTap
(material-ui@1 dropped react-tap-event-plugin)
v1.0.0-beta.2
Changes
- Use
charCode
as well askeyCode
again
v1.0.0-beta.1
Changed
- Update to work with material-ui 1.0.0 #10 #11 (thanks to @alexbrazier)
onChange
Breaking changes
- No auto-complete option anymore as material-ui dropped this
hintText
was renamed toplaceholder
- The
onRequestSearch
handler is now called with the current search input