Skip to content

Latest commit

 

History

History
102 lines (59 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

102 lines (59 loc) · 2.21 KB

3.12.0 - 2021-04-02

  • Added: Support Session Tokens. By @WesleyHovick

3.9.1 - 2019-12-10

  • Fixed: demo
  • Fixed: componentWillMount warning
  • Fixed: componentWillReceiveProps warning

3.9.0 - 2019-11-12

  • Added: e.preventDefault to Enter-key events by Torben Wark

3.8.0 - 2019-05-21

  • Added: onStatusUpdate callback prop by @brpratt

3.7.1 - 2019-04-04

  • Fixed: Fixing "powered by google logo" by @BradyKDavis

3.7.0 - 2019-04-01

  • Added: Display "powered by google logo" by @BradyKDavis

3.6.1 - 2019-03-11

  • Fixed: Prediction text wrap by @nmiddendorff

3.6.0 - 2019-03-08

  • Added: onNoResult callback by @nmiddendorff

3.5.2 - 2019-02-19

  • Fixed: Dropdown item in whitespace not clickable by @saikatharryc

3.5.1 - 2019-01-07

  • Fixed: font-weight highlighting when using arrow keys by @nmiddendorff

3.5.0 - 2018-07-18

  • Updated: Hide suggestions when clicking outside them by @jjavierdguezas

3.4.0 - 2018-03-13

  • Added: customContainerRender prop

3.3.1 - 2018-02-07

  • Fixed: styled-components as dependency
  • Removed: classnames as dependency

3.3.0 - 2018-01-30

  • Added: Original prediction ad argument to onSelectSuggest by @emguide

3.2.1 - 2017-11-22

  • Updated: Use React 15 to run test because React 16 is not fully compatible with enzyme

3.2.0 - 2017-11-22

  • Updated: React v16.0.0 as peer dependency
  • Updated: React DOM v16.0.0 as peer dependency

3.1.0 - 2017-11-16

  • Updated: textNoResults can be used
  • Updated: customRender is more powerfull

3.0.0 - 2017-11-08

  • Removed: webpack build
  • Added: CommonJS, UMD and ES6 build
  • Added: tests
  • Added: autocompletionRequest prop
  • Removed: suggestRadius prop -> autocompletionRequest prop
  • Removed: suggestTypes prop -> autocompletionRequest prop
  • Removed: search prop -> autocompletionRequest prop
  • Removed: suggestComponentRestrictions prop -> autocompletionRequest prop
  • Updated: renderSuggest prop -> customRender prop

2.1.1 - 2017-04-14

  • Removed: webpack build

2.0.0 - 2016-12-11

  • Add: textNoResults prop
  • Add: renderSuggest prop

1.0.1 - 2015-09-11

  • Add: libraryTarget into Webpack config

1.0.0 - 2015-09-09

  • Initial release