Skip to content

Latest commit

 

History

History
115 lines (52 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

115 lines (52 loc) · 4.07 KB

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