Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Latest commit

 

History

History
228 lines (103 loc) · 7.81 KB

CHANGELOG.md

File metadata and controls

228 lines (103 loc) · 7.81 KB

1.22.0 (2016-03-31)

1.21.0 (2016-03-31)

1.20.0 (2016-03-31)

1.19.0 (2016-03-11)

Bug Fixes

  • remove isMounted antipattern (b347e9a3, closes #71)
  • Add className option for fixtures (880fe77)

Features

1.18.1 (2016-02-11)

Bug Fixes

  • input: use corrected list of allowed input attributes (d623c65c)
  • make classnames a real dependency (1fd93dd)

1.18.0 (2016-02-10)

Features

1.17.0 (2016-02-10)

Bug Fixes

  • Handle null value for Google suggestions (cfd84ad)

Features

  • add focus() to focus on the element (11c08af5)

1.16.1 (2016-02-07)

Bug Fixes

1.16.0 (2016-02-05)

Bug Fixes

  • autofocus -> autoFocus (7f9daa0)
  • use ignoreBlur flag to avoid hiding suggests when clicking one (4fa6bd2)
  • Escape user input for regex to avoid Exception (95b01ba)

Features

  • Use labelId instead of address to get the geocode (f95d2a3)

1.15.1 (2016-01-18)

Bug Fixes

1.15.0 (2016-01-18)

Features

  • allow all standard input type attributes (a43c388c, closes #80)

1.14.0 (2016-01-04)

Bug Fixes

  • check whether component is still mounted after timeout (67972d08, closes #71)
  • "use strict"; no longer throws errors if google cannot be loaded (d8c97c0)

Features

  • Add property for input class name. (c43b91a)

1.13.0 (2015-10-29)

Features

  • Remove defaults for search radius and location (17f0bf0)

1.12.0 (2015-10-22)

Bug Fixes

  • doc comments, backward compatible changes (96cca392)
  • add copy css in build module (bb988a1c)
  • googleMaps object moved out of props and set in componentDidMount (955812df)

1.11.1 (2015-10-12)

Bug Fixes

1.11.0 (2015-10-12)

Features

  • bump peer dependency react to 0.14.0 (dc39828e)
  • input: auto activate first suggest (d1429b86)

1.10.0 (2015-09-29)

Bug Fixes

  • prevent form submit on enter press (dda86a12, closes #49)

Features

  • add skipSuggest to not show certain suggestions (6da568d5
  • add getSuggestLabel to define a custom label (5103598
  • input: add disabled prop to disable (7100d43e

1.9.1 (2015-09-25)

Bug Fixes

  • Fix issue if the initialValue changes (b739b5c9)
  • Build fixes so dist/ works with a global window.React (9b5e4369)

1.9.0 (2015-09-09)

Features

  • input: add onChange callbacks (e6555ad

1.8.0 (2015-09-01)

Features

  • input: add method to change the value of the user input (44d86f5

1.7.0 (2015-08-19)

Features

  • suggests: add individual fixture classNames (01b0e8a

1.6.0 (2015-08-12)

Features

  • input: add bounds, country and types params (00a84866, closes #20)

1.5.0 (2015-08-12)

Features

  • input:

    • add clear method to geosuggest (2d38a40
    • add onFocus and onBlur callbacks (5051bc4
  • example: add onFocus and onBlur demo (88cf7f88)

1.4.3 (2015-07-29)

Bug Fixes

  • example: remove drop_console option from uglify (e8e16112)

1.4.2 (2015-07-29)

Bug Fixes

  • build: fix build for npm (6475372)

1.4.1 (2015-07-21)

Bug Fixes

1.4.0 (2015-07-20)

Bug Fixes

  • input: allow continuous editing (62e83cce, closes #12)

Features