UNPKG

@ubilabs/react-geosuggest

Version:

A React autosuggest for the Google Maps Places API.

643 lines (297 loc) 25.1 kB
## 2.17.1 (2025-03-31) * fix(geosuggest): Add a key for the returned li in suggest-item by @mikedh in https://github.com/ubilabs/react-geosuggest/pull/522 ## 2.17.0 (2025-01-08) ### 2.16.2 (2024-01-25) #### Bug Fixes * **Geosuggest:** fix input id and label for (#491) ([267b4ac4](https://github.com/ubilabs/react-geosuggest/commit/267b4ac4a200391d7cf295a1a5868d6b58fc9b85)) ### 2.16.1 (2023-10-02) #### Bug Fixes * **blur-callback:** call onBlur only if input loses focus (#510) ([8c804649](https://github.com/ubilabs/react-geosuggest/commit/8c804649727e3555a643e1193b0d1ea63142adf4)) ## 2.16.0 (2023-08-08) ### 2.15.1 (2023-08-07) ## 2.15.0 (2023-08-07) #### Bug Fixes * **Geosuggest:** fix accessibility (#489) ([b5a32e72](https://github.com/ubilabs/react-geosuggest/commit/b5a32e727e34aca926cee5f5fafa5f8c24c9dd82)) * **input:** fix autoComplete attribute default to off (#488) ([24ead929](https://github.com/ubilabs/react-geosuggest/commit/24ead929100f6be05e0a4828975932b19b97fbf9)) ### 2.14.1 (2021-01-28) ## 2.14.0 (2020-07-27) #### Bug Fixes * geocode in selectSuggest when nothing selected (#470) ([ada1de9f](https://github.com/ubilabs/react-geosuggest/commit/ada1de9fb6c3549639149cc6c627cfdaac1ebe4f)) #### Features * add option for search input type (#471) ([58264de2](https://github.com/ubilabs/react-geosuggest/commit/58264de27f11316c0abc7aa927bb3f9be709ea89), closes [#441](https://github.com/ubilabs/react-geosuggest/issues/441)) ### 2.13.1 (2020-06-19) #### Bug Fixes * use secure URLs (#465) ([86ec9227](https://github.com/ubilabs/react-geosuggest/commit/86ec922751c841293540e5396ce6f201b6149112)) * use a not random id for the list (#464) ([68da464e](https://github.com/ubilabs/react-geosuggest/commit/68da464e26db7af24a742973df523b4909a1ef10)) ## 2.13.0 (2020-05-08) #### Bug Fixes * catch changing fixtures (#462) ([3df1f8ee](https://github.com/ubilabs/react-geosuggest/commit/3df1f8ee3fea1a0f1a9e1bbbca0277ac833b0ad7), closes [#457](https://github.com/ubilabs/react-geosuggest/issues/457)) * stop bundling classnames and lodash.debounce (#458) ([6ffbb4be](https://github.com/ubilabs/react-geosuggest/commit/6ffbb4be9732b4ba7ba69b7beb495659fc6fc737)) #### Features * allow any data attributes (#460) ([2d11ab9b](https://github.com/ubilabs/react-geosuggest/commit/2d11ab9be31679556220b2a20516690673340d9f)) ### 2.12.1 (2019-10-30) #### Bug Fixes * warning for componentWillMount ([d8a661ec](https://github.com/ubilabs/react-geosuggest/commit/d8a661ec51cc2947c8caeb1e48735a19d538a79f)) * warnings for componentWillReceiveProps ([b24117a1](https://github.com/ubilabs/react-geosuggest/commit/b24117a1673df9cd15af12b43f1300b010571cbb)) * **geosuggest:** add a11y attributes to make suggestions be readable by screenreaders ([b6b7f3dc](https://github.com/ubilabs/react-geosuggest/commit/b6b7f3dce4f78dddec6cd1c0a74f29c43cfcd171)) ## 2.12.0 (2019-04-08) #### Features * use first suggest on selectSuggest when autoActivateFirstSuggest (#431) ([6bc9850a](https://github.com/ubilabs/react-geosuggest/commit/6bc9850a070a9379ab05064cb03635dfd324466a), closes [#423](https://github.com/ubilabs/react-geosuggest/issues/423)) ## 2.11.0 (2019-04-05) #### Features * allow custom props for fixtures ([82735c11](https://github.com/ubilabs/react-geosuggest/commit/82735c11644ee99fa31e5885828dd2f49f39bcd1)) ## 2.10.0 (2019-01-18) #### Bug Fixes * **build:** fix build on windows (#409) ([15ff2569](https://github.com/ubilabs/react-geosuggest/commit/15ff25696f84a65cb37866e206bac2508be6a5f2)) * **compatibility:** change react and reactdom to peer dependencies (#410) ([b4a8b40e](https://github.com/ubilabs/react-geosuggest/commit/b4a8b40eda5ee119acc85d6bb8c660098e4dbc9c), closes [#405](https://github.com/ubilabs/react-geosuggest/issues/405)) #### Features * **geosuggest:** add optional `placeDetailsField` prop to limit place details fields (#414) ([ea820c4c](https://github.com/ubilabs/react-geosuggest/commit/ea820c4cccc630c0a3ce21de3dc2940ab94aa1b8)) ## 2.9.0 (2018-10-19) #### Features * **geosuggest:** * add Places API sessionToken support (issue #394) ([3738916e](https://github.com/ubilabs/react-geosuggest/commit/3738916e71eb2379c06cc50db49801d6a30f9b6f)) ## 2.8.0 (2018-06-21) #### Bug Fixes * **autoComplete prop default value:** Change default value from off (which Chrome and other modern browsers ignore) to ([462bd357](https://github.com/ubilabs/react-geosuggest/commit/462bd357599828a6b7041ca6efb9e68f251d3a3c)) #### Features * **ignoreEnter:** add new prop to disable enter key.. Rename current internal varaible named "igno ([225eede4](https://github.com/ubilabs/react-geosuggest/commit/225eede4abab4226e6685c2c7aa7ba2de052e71b), closes [#345](https://github.com/ubilabs/react-geosuggest/issues/345)) * Passes userInput to the renderSuggest function ([f1eb98f](https://github.com/ubilabs/react-geosuggest/pull/381/commits/f1eb98ffaafacf512af010fff70661091b169273)) ## 2.7.0 (2017-12-11) #### Features * **SuggestItem:** Adds hook to get list of suggests on when list changes ([169951d](https://github.com/ubilabs/react-geosuggest/commit/169951d13d7a4100571c1c80820e0aaa3b56444f)) ## 2.6.0 (2017-11-10) #### Bug Fixes * **Geosuggest:** * Remove example code ([4504ef5b](https://github.com/ubilabs/react-geosuggest/commit/4504ef5bb43eeda12dfe81299dac917c91446bd5)) * clear suggestion on empty input ([4efe3d10](https://github.com/ubilabs/react-geosuggest/commit/4efe3d1007ae34749d84755356d5c64250f2db05)) * **attributes:** allow title ([c8ce8d5b](https://github.com/ubilabs/react-geosuggest/commit/c8ce8d5b52604f8f76b6e0fc0c135c3bef085c7a)) * **suggestions:** Fixed erroneous check that hid the suggestions ([5590955](https://github.com/ubilabs/react-geosuggest/commit/5590955520bd489c01683f10dce9b01a0cb0704d)) #### Features * upgrade to react 16 ([50042542](https://github.com/ubilabs/react-geosuggest/commit/5004254209a0d28be93c3ebbd7944a99b6fb5a69)) ## 2.5.0 (2017-08-17) #### Features * **filters:** Add autoCapitalize and autoCorrect to filters ([ff1153c2](https://github.com/ubilabs/react-geosuggest/commit/ff1153c27b18cd7d7b551e304a26d4ac5ff0d63d)) ## 2.4.0 (2017-08-10) #### Features * add minLength prop ([b3f2d8a](https://github.com/ubilabs/react-geosuggest/commit/b3f2d8ac5cd8a8eff2ed3fe75d6dabf3ae70288b)) ### 2.3.6 (2017-07-13) #### Bug Fixes * Fix highlight label formatting ([e652323](https://github.com/ubilabs/react-geosuggest/commit/e652323ae2bfef1fc823b91ec69609d51dbdc035)) ### 2.3.5 (2017-07-11) #### Bug Fixes * Fixed Geocoder not considering options ([b1fd7c7](https://github.com/ubilabs/react-geosuggest/commit/b1fd7c7808629f31b11e14829c3bc0cea119c07b)) ### 2.3.4 (2017-06-26) #### Bug Fixes * **suggest-item:** add missing key prop when rendering item ([c88167e7](https://github.com/ubilabs/react-geosuggest/commit/c88167e7dcc9559d987fb81019f134ec2ba2d957)) ### 2.3.3 (2017-06-19) #### Bug Fixes * Use filter over find to fix IE11 compatibility ([5dfff643](https://github.com/ubilabs/react-geosuggest/commit/5dfff643a3cefd2f30f4f8a5dfa706960be32831)) ### 2.3.2 (2017-06-19) #### Bug Fixes * **builds:** fix build errors on Windows 10 ([ab2cd25e](https://github.com/ubilabs/react-geosuggest/commit/ab2cd25e16843d307b230258dd36f84092d5b64d)) ### 2.3.1 (2017-06-16) #### Bug Fixes * **suggest-item:** * highlight matches in fixtures, too ([698ee71d](https://github.com/ubilabs/react-geosuggest/commit/698ee71d74cd16570df03089c56a6dae6d2fb171)) * correct highlight of matches not at index 0 ([ac027a1d](https://github.com/ubilabs/react-geosuggest/commit/ac027a1db66830ff4bdafe98f092986f782b3664)) ## 2.3.0 (2017-06-12) #### Bug Fixes * check whether the label is an object to use the description value ([1a5c2f78](https://github.com/ubilabs/react-geosuggest/commit/1a5c2f784aeadf52f6a247c7790b4ce37c4d702c)) * **suggest-item:** add missing key on iterated items ([b9512063](https://github.com/ubilabs/react-geosuggest/commit/b9512063462ee286de6c629518d6645f46d31cfc)) #### Features * Expose the onKeyDown event from input ([80053d5](https://github.com/ubilabs/react-geosuggest/commit/80053d5b6359a5051285d2f08e690f1af96553b7)) ## 2.2.0 (2017-06-09) #### Bug Fixes * check for console before calling console.error ([b6588bce](https://github.com/ubilabs/react-geosuggest/commit/b6588bce9cd4f5b88ad000cc381176cd63579277)) * allow for shift + arrow key behavior in input box ([ 953d341](https://github.com/ubilabs/react-geosuggest/commit/953d34116856b6575cde635215b17876f52e26d1)) * **suggest-item**: * Items are not visible due to scroll when navigating using arrow keys ([f471f96](https://github.com/ubilabs/react-geosuggest/commit/f471f966b8d95ac7849dbd7547e888f2361845e1)) * add renderSuggestItem prop for custom suggest item ([f0ff0eb](https://github.com/ubilabs/react-geosuggest/commit/f0ff0eb493eb01bec961ccb9dd9b88b3778dcf5e)) #### Features * add maxFixtures prop ([f504289](https://github.com/ubilabs/react-geosuggest/commit/f504289b39b6a042da09a013c44816177336974d)) * add highlight matched text ([1607dd3](https://github.com/ubilabs/react-geosuggest/commit/1607dd30807fa0fba7d2521a97b1b38bef59dd0c)) * add autoComplete prop ([c97ea31](https://github.com/ubilabs/react-geosuggest/commit/c97ea31da2bd5a21f494b11150272fe6e0902894)) * allow arrays for country prop ([92391c4](https://github.com/ubilabs/react-geosuggest/commit/92391c41b19f8aa911b48909b78686538cc399e3)) * use react-addons-shallow-compare ([3dcf209](https://github.com/ubilabs/react-geosuggest/commit/3dcf20980f8126f65d07371ac8770f04ebbe4065)) * use prop-types ([c76d8a0](https://github.com/ubilabs/react-geosuggest/commit/c76d8a04800951193b612a17d2756e7e1e604031)) ## 2.1.0 (2017-01-11) #### Bug Fixes * Do not use setState to save timer instance. ([3709fdb6](https://github.com/ubilabs/react-geosuggest/commit/3709fdb6f8d7d8e7133c153398be87268b445a7a)) #### Features * changed to use reacts internal shallowCompare func ([c66051d5](https://github.com/ubilabs/react-geosuggest/commit/c66051d53507d217630ca89d2a677c93ebce7d98)) * add blur() ([d16c61](https://github.com/ubilabs/react-geosuggest/commit/d16c6105557bcca8dabc160927a448d86f06ffbe)) * Added ARIA attributes to whitelist ([5cb3f9a6](https://github.com/ubilabs/react-geosuggest/commit/5cb3f9a6560e032bd1188fb7d1893bf7154446ac)) * **label:** add BEM class to geosuggest label ([fb79f34e](https://github.com/ubilabs/react-geosuggest/commit/fb79f34eceed01eeaeb94e8cfe20a4b0205e908e)) * **style**: * allow custom hidden list class and active item class ([57338753](https://github.com/ubilabs/react-geosuggest/commit/57338753de65fffd839e7d3285e690d3fd098505)) * Allow adding custom classes to the suggest list and suggest item ([ed69df6c](https://github.com/ubilabs/react-geosuggest/commit/ed69df6c090772861e17dcafddd31bb1157b2611)) ## 2.0.1 #### Bug Fixes * **refactor:** changed to use reacts internal shallowCompare ## 2.0.0 (2016-10-07) #### Bug Fixes * **suggest-item:** bem naming ([1ab465aa](https://github.com/ubilabs/react-geosuggest/commit/1ab465aa1ea2999f01960ee0ef99d1de5621ef83)) #### Features * **Geosuggest:** render label if id and label text where supplied ([e2cbfc86](https://github.com/ubilabs/react-geosuggest/commit/e2cbfc862b1706be215c4d29acaa26d988806f89)) * **prop-types:** add label prop types ([0345d63b](https://github.com/ubilabs/react-geosuggest/commit/0345d63b40e157c3d5c09ad0cf7c7046ffa3095c)) ### 1.25.1 (2016-09-23) #### Bug Fixes * **package:** Specify addon as peer dependency ([7be701c1](https://github.com/ubilabs/react-geosuggest/commit/7be701c10d3c7d1cab774f157935784ecbd02312)) #### Breaking Changes * react-addons-shallow-compare is now a peer dependency, meaning users must install it separately from react-geosuggest. The peer dependency for react allows one to use either react 0.14 or 0.15. However, the dependency for react-addons-shallow-compare only allows 0.15 versions. For anyone using react 0.14 this causes warnings from npm saying that the peer dependency for react 0.15 (specified by react-addons-shallow-compare) is missing. This completely breaks workflows depending on `npm shrinkwrap`. ([7be701c1](https://github.com/ubilabs/react-geosuggest/commit/7be701c10d3c7d1cab774f157935784ecbd02312)) ## 1.25.0 (2016-08-19) #### Bug Fixes * **Geosuggest:** allow enter key events to propagate if suggestions are hidden ([f993c6bc](https://github.com/ubilabs/react-geosuggest/commit/f993c6bc94cd49b6b3904d6129bc7d6a68288e21), closes [#184](https://github.com/ubilabs/react-geosuggest/issues/184)) #### Features * **Geosuggest:** pass on mouse and clipboard events ([7dc64566](https://github.com/ubilabs/react-geosuggest/commit/7dc64566f9149b720ee8f7809cf1d83bfef6bccf), closes [#182](https://github.com/ubilabs/react-geosuggest/issues/182)) * **Geosuggest:** Add a loading class on suggest loading ([685812b7](https://github.com/ubilabs/react-geosuggest/commit/685812b72caa9b6ce8bbcf74590d78099a366715) ### 1.24.1 (2016-06-21) #### Bug Fixes * **Geosuggest:** fix server side rendering ([428dedd8](https://github.com/ubilabs/react-geosuggest/commit/428dedd81687a613085db52e35cae14bf2dd19f4), closes [#172](https://github.com/ubilabs/react-geosuggest/issues/172)) ## 1.24.0 (2016-06-21) #### Bug Fixes * **Geosuggest:** * fix `autoActivateFirstSuggest` prop ([f4409f7e](https://github.com/ubilabs/react-geosuggest/commit/f4409f7ef9b02a097b1ec5679218d5d6f97e2d30)) * Unset activeSuggest on blur and when not in suggestion list anymore ([08ea143e](https://github.com/ubilabs/react-geosuggest/commit/08ea143e736cea91631f47468c8ff7702127128a)) * Hide the suggest list when the result set is empty ([6f23dc0e](https://github.com/ubilabs/react-geosuggest/commit/6f23dc0ec6f39124e488b51a690938a730d6cd28)) * GeoCode fixtures if no location is provided ([67ec4e5b](https://github.com/ubilabs/react-geosuggest/commit/67ec4e5b9676caa6fd623bb4add62b8a564202fd)) * Set autoComplete='off' and remove autoComplete option ([33763dd9](https://github.com/ubilabs/react-geosuggest/commit/33763dd90d24797b7435d331b0c937f7eb59a896), closes [#136](https://github.com/ubilabs/react-geosuggest/issues/136)) * initialise Google Maps in componentWillMount instead of componentDidMount ([2f326427](https://github.com/ubilabs/react-geosuggest/commit/2f3264279a1aca5164ced0bb4f5c40e46c608a2c), closes [#130](https://github.com/ubilabs/react-geosuggest/issues/130)) * **example:** add Google Maps API key ([9c3c6d25](https://github.com/ubilabs/react-geosuggest/commit/9c3c6d2596bdafbe633c9b33f125ac4a313c9534), closes [#107](https://github.com/ubilabs/react-geosuggest/issues/107)) * **package:** * add test cases and src/*.js to linter ([61e3d08b](https://github.com/ubilabs/react-geosuggest/commit/61e3d08b756ad784edc9190787d9cd0ff9aaa77e)) * add src/*.js to light-server watch list ([68432ec1](https://github.com/ubilabs/react-geosuggest/commit/68432ec1af65872f211169a89c042f8130ecfc76)) #### Features * **on-blur:** return current user input ([e88eda42](https://github.com/ubilabs/react-geosuggest/commit/e88eda424e57280bac8609b88cf9a30e77fc893a)) * add support for inline styles ([935fc71c](https://github.com/ubilabs/react-geosuggest/commit/935fc71c35db0cf27943acd34fceafc9dfee8e7a)) * Input obeys ignoreTab ([5987f05b](https://github.com/ubilabs/react-geosuggest/commit/5987f05b037c0c202bbe9f36e79aff40b082af87)) * add `queryDelay` parameter ([9daff3ac](https://github.com/ubilabs/react-geosuggest/commit/9daff3ac979ad87febd02c255316ef4fcb6e4d6d)) * add onSuggestNoResults callback function ([f51cacc0](https://github.com/ubilabs/react-geosuggest/commit/f51cacc04e0b5119f195c783779c9031df72a850)) ## 1.23.0 (2016-05-19) #### Bug Fixes * Bug fix for IE 10, 'this' is not defined in the constructor function. We need to access the props directly from the argument. ([2dca2727](https://github.com/ubilabs/react-geosuggest/commit/2dca2727b4c4aee585ce419af2954c49d4208606)) #### Features * **Geosuggest:** add onActivateSuggest event ([ab2fc049](https://github.com/ubilabs/react-geosuggest/commit/ab2fc049624076fb2d0ab517ebae705a82a987dc)) ## 1.22.0 (2016-04-26) #### Features * **Geosuggest:** * hardcode maxFixtures to 10 ([c2c3ef0f](https://github.com/ubilabs/react-geosuggest/commit/c2c3ef0f4a56b76720b90971c7b554b175ed0917)) ## 1.21.0 (2016-04-15) #### Features * Update to React 15 ([ f604019](https://github.com/ubilabs/react-geosuggest/commit/f60401938166d1eaaf7a80c2e83992fe22d35e2b)) ### 1.20.1 (2016-04-06) #### Bug Fixes * always add wrappers to input and suggests ([91d1f4fb](https://github.com/ubilabs/react-geosuggest/commit/91d1f4fbc480d1043213d62eb8399e3da4789c92)) ## 1.20.0 (2016-04-06) #### Bug Fixes * **example:** switch to ES6 imports thanks to Babel bug ([b5a066b8](https://github.com/ubilabs/react-geosuggest/commit/b5a066b81c28cb991a9bee95183af4d23cff4beb), closes [#112](https://github.com/ubilabs/react-geosuggest/issues/112)) #### Features * Add wrapper options and add them to example and README ([ 4b9f9c7](https://github.com/ubilabs/react-geosuggest/commit/4b9f9c7b5939020d09a9603198a6111333f94fbd)) ## 1.19.0 (2016-03-11) #### Bug Fixes * remove isMounted antipattern ([b347e9a3](https://github.com/ubilabs/react-geosuggest/commit/b347e9a3eb935e89ca30797ba253cd299b2a1e57), closes [#71](https://github.com/ubilabs/react-geosuggest/issues/71)) * Add className option for fixtures ([880fe77](https://github.com/ubilabs/react-geosuggest/commit/880fe7758810a0e259c2442698cdf07309829b41)) #### Features * add props validation ([7d68a02f](https://github.com/ubilabs/react-geosuggest/commit/7d68a02f8bbdea86fdc91b87a084e5ee25d98ca4), closes [#33](https://github.com/ubilabs/react-geosuggest/issues/33)) ### 1.18.1 (2016-02-11) #### Bug Fixes * **input:** use corrected list of allowed input attributes ([d623c65c](https://github.com/ubilabs/react-geosuggest/commit/d623c65c6eb26ff84d5675e573a4991a93c4c74f)) * make classnames a real dependency ([1fd93dd](https://github.com/ubilabs/react-geosuggest/commit/1fd93dd842820f87133ae4db48ba24fc064270fd)) ## 1.18.0 (2016-02-10) #### Features * deploy dist folder via npm ([e5446a29](https://github.com/ubilabs/react-geosuggest/commit/e5446a298b2d9e0479a65786b908647b46d8bc9b)) ## 1.17.0 (2016-02-10) #### Bug Fixes * Handle null value for Google suggestions ([cfd84ad](cfd84adeebda41d2b7e27576716fb3a30f63182c)) #### Features * add focus() to focus on the element ([11c08af5](https://github.com/ubilabs/react-geosuggest/commit/11c08af5808d197254cbdfe3a78f99eafe0840b2)) ### 1.16.1 (2016-02-07) #### Bug Fixes * Fix module build ([7de677c](7de677c51dcd87b67e371303ae3ee1f2242fa599)) ## 1.16.0 (2016-02-05) #### Bug Fixes * autofocus -> autoFocus ([7f9daa0](7f9daa0b4d1813704448037322787e4004309e49)) * use ignoreBlur flag to avoid hiding suggests when clicking one ([4fa6bd2](4fa6bd2d5e381bfb55a53db86afbd9519c333958)) * Escape user input for regex to avoid Exception ([95b01ba](95b01ba1dae31d6780c4ed5fd72b9cfb4b3e10c2)) #### Features * Use labelId instead of address to get the geocode ([f95d2a3](f95d2a337021b3ce49ef6094f53c388de9aa20d9)) ### 1.15.1 (2016-01-18) #### Bug Fixes * add missing attribute id ([91f5ceea](https://github.com/ubilabs/react-geosuggest/commit/91f5ceea64c940a3cf26f0b913dfbcf784dfa40f)) ## 1.15.0 (2016-01-18) #### Features * allow all standard input type attributes ([a43c388c](https://github.com/ubilabs/react-geosuggest/commit/a43c388cd168a60c90ec0b5d971d9f65316b8275), closes [#80](https://github.com/ubilabs/react-geosuggest/issues/80)) ## 1.14.0 (2016-01-04) #### Bug Fixes * check whether component is still mounted after timeout ([67972d08](https://github.com/ubilabs/react-geosuggest/commit/67972d08ee24e77605ead13d23025854683454ef), closes [#71](https://github.com/ubilabs/react-geosuggest/issues/71)) * "use strict"; no longer throws errors if google cannot be loaded ([d8c97c0](https://github.com/ubilabs/react-geosuggest/commit/d8c97c0e1d023a31c4545fff24ff0a1e7b18c2b6)) #### Features * Add property for input class name. ([c43b91a](https://github.com/ubilabs/react-geosuggest/commit/c43b91aa597d7d9685be994a431e54529464cabe)) ## 1.13.0 (2015-10-29) #### Features * Remove defaults for search radius and location ([17f0bf0](https://github.com/ubilabs/react-geosuggest/commit/17f0bf053bde609c5f891ba4bb048d1cacc3f0b9)) ## 1.12.0 (2015-10-22) #### Bug Fixes * doc comments, backward compatible changes ([96cca392](https://github.com/ubilabs/react-geosuggest/commit/96cca392f5b569247523cf784d34f1e1eb8b89d8)) * add copy css in build module ([bb988a1c](https://github.com/ubilabs/react-geosuggest/commit/bb988a1c5bf3079b170cd24c79bbd21093f49f93)) * googleMaps object moved out of props and set in componentDidMount ([955812df](https://github.com/ubilabs/react-geosuggest/commit/955812dfb702e8ea6318d89b2ef36d866c5c4354)) ### 1.11.1 (2015-10-12) #### Bug Fixes * upgrade code to 0.14, too ([c5f64d47](https://github.com/ubilabs/react-geosuggest/commit/c5f64d47befef21c620bee1db41e86ffc1592194)) ## 1.11.0 (2015-10-12) #### Features * bump peer dependency react to 0.14.0 ([dc39828e](https://github.com/ubilabs/react-geosuggest/commit/dc39828ea46552c60ce0a5ae33a52f6eee8c8f10)) * **input:** auto activate first suggest ([d1429b86](https://github.com/ubilabs/react-geosuggest/commit/d1429b8698c8928d69135fbe948f20f7e9246956)) ## 1.10.0 (2015-09-29) #### Bug Fixes * prevent form submit on enter press ([dda86a12](https://github.com/ubilabs/react-geosuggest/commit/dda86a124a68ccf03220afb5f1796e99f183713e), closes [#49](https://github.com/ubilabs/react-geosuggest/issues/49)) #### Features * add skipSuggest to not show certain suggestions ([6da568d5](https://github.com/ubilabs/react-geosuggest/commit/6da568d5c0736fad7aacf21c864e8278544a544b) * add getSuggestLabel to define a custom label ([5103598](https://github.com/ubilabs/react-geosuggest/commit/51035989077a0eced308ac01f7e87a646893f767) * **input:** add disabled prop to disable ([7100d43e](https://github.com/ubilabs/react-geosuggest/commit/7100d43e2e3750e2506c78de32985974b915bb8f) ### 1.9.1 (2015-09-25) #### Bug Fixes * Fix issue if the initialValue changes ([b739b5c9](https://github.com/ubilabs/react-geosuggest/commit/b739b5c9b755f0efc05e28b01eb6b595b3d3cb9d)) * Build fixes so dist/ works with a global window.React ([9b5e4369](https://github.com/ubilabs/react-geosuggest/commit/9b5e4369f7057e95ae5a36611cf5b7932dae50de)) ## 1.9.0 (2015-09-09) #### Features * **input:** add onChange callbacks ([e6555ad](https://github.com/ubilabs/react-geosuggest/commit/e6555addbe3893b129488dc0623b7198036da35d) ## 1.8.0 (2015-09-01) #### Features * **input:** add method to change the value of the user input ([44d86f5](https://github.com/ubilabs/react-geosuggest/commit/44d86f5842765b72cb3db073feb016f750898e1f) ## 1.7.0 (2015-08-19) #### Features * **suggests:** add individual fixture classNames ([01b0e8a](https://github.com/ubilabs/react-geosuggest/commit/01b0e8a7a3e555729aeb56292a22bd8a412e4cf9) ## 1.6.0 (2015-08-12) #### Features * **input:** add bounds, country and types params ([00a84866](https://github.com/ubilabs/react-geosuggest/commit/00a84866d109ce4e323705558ffe319d56ecd5b1), closes [#20](https://github.com/ubilabs/react-geosuggest/issues/20)) ## 1.5.0 (2015-08-12) #### Features * **input:** * add clear method to geosuggest ([2d38a40](https://github.com/ubilabs/react-geosuggest/commit/2d38a4072b11c900d73b5cc26615a3cc69f286b4) * add onFocus and onBlur callbacks ([5051bc4](https://github.com/ubilabs/react-geosuggest/commit/5051bc424a4f508fa8dcff6683c690cc1ab9c2dd) * **example:** add onFocus and onBlur demo ([88cf7f88](https://github.com/ubilabs/react-geosuggest/commit/88cf7f8873119f667aa514b8065e116d7a3741b2)) ### 1.4.3 (2015-07-29) #### Bug Fixes * **example:** remove drop_console option from uglify ([e8e16112](https://github.com/ubilabs/react-geosuggest/commit/e8e16112d2d0f47f7ddc005dd485a25f7d55e4e7)) ### 1.4.2 (2015-07-29) #### Bug Fixes * **build:** fix build for npm ([6475372](https://github.com/ubilabs/react-geosuggest/commit/6475372a468f19f075a20af012f8f85404172893)) ### 1.4.1 (2015-07-21) #### Bug Fixes * **import:** add .npmignore ([add06073](https://github.com/ubilabs/react-geosuggest/commit/add06073990bb4c8934b8ad28c6c1bfb201f6945)) ## 1.4.0 (2015-07-20) #### Bug Fixes * **input:** allow continuous editing ([62e83cce](https://github.com/ubilabs/react-geosuggest/commit/62e83cce9ac42e23916914691fb83b829d778d7e), closes [#12](https://github.com/ubilabs/react-geosuggest/issues/12)) #### Features * **input:** * add new param className ([c1c990ec](https://github.com/ubilabs/react-geosuggest/commit/c1c990ec80e5210322d7d68b805d44a73196ca4e), closes [#8](https://github.com/ubilabs/react-geosuggest/issues/8)) * add initial value param ([f97d8eba](https://github.com/ubilabs/react-geosuggest/commit/f97d8eba377ed789c1bbc21cfc4de94e85ef2760), closes [#13](https://github.com/ubilabs/react-geosuggest/issues/13))