Skip to content

Releases: TeamWertarbyte/material-ui-search-bar

v2.0.0-alpha.1

01 Aug 18:43
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

Changed

  • Update @material-ui/core to v5.0.0-alpha.5
  • Update @material-ui/icons to v5.0.0-alpha.4

v1.0.0

01 Aug 18:25
Compare
Choose a tag to compare

This project is still alive! πŸŽ‰

Changed

  • Update to Material-UI v4 (use the 0.x versions for v3)
  • Remove hard-coded animations and colors and use the theme instead

v1.0.0-beta.14

06 Oct 18:23
Compare
Choose a tag to compare
v1.0.0-beta.14 Pre-release
Pre-release

Added

  • Add a focus() and a blur() method to focus/blur the input field #66
    A reference can be obtained by using the innerRef prop

Changed

  • Fix warnings with newer React versions #69

v1.0.0-beta.13

13 Oct 13:19
Compare
Choose a tag to compare
v1.0.0-beta.13 Pre-release
Pre-release

Thanks to the 1 contributor who made this release possible. πŸŽ‰

Changed

Breaking changes

  • The bug fix might be a breaking change for you, if you relied on the inconsistency

v1.0.0-beta.12

22 Sep 16:19
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

Changed

  • Fix wrong overflow when the search bar is smaller than 280px #62

v1.0.0-beta.11

04 Sep 17:06
Compare
Choose a tag to compare
v1.0.0-beta.11 Pre-release
Pre-release

Thanks to the 1 contributor who made this release possible. πŸŽ‰

Changes

v1.0.0-beta.10

28 Aug 08:09
Compare
Choose a tag to compare
v1.0.0-beta.10 Pre-release
Pre-release

Thanks to the 2 contributor who made this release possible. πŸŽ‰

Changed

v1.0.0-beta.9

03 Aug 15:11
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

Thanks to the 1 contributor who made this release possible! πŸŽ‰

Changed

  • Update TypeScript definitions #52 @gvso

v1.0.0-beta.8

21 Jul 10:49
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

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 using onChange to search while the user is typing) #48

v1.0.0-beta.7

21 Jul 10:10
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

Thanks to the 1 contributor who made this release possible. πŸŽ‰

Added