UNPKG

22.2 kBMarkdownView Raw
1## 2.12.0 (2019-04-08)
2
3
4#### Features
5
6* 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))
7
8
9## 2.11.0 (2019-04-05)
10
11
12#### Features
13
14* allow custom props for fixtures ([82735c11](https://github.com/ubilabs/react-geosuggest/commit/82735c11644ee99fa31e5885828dd2f49f39bcd1))
15
16
17## 2.10.0 (2019-01-18)
18
19
20#### Bug Fixes
21
22* **build:** fix build on windows (#409) ([15ff2569](https://github.com/ubilabs/react-geosuggest/commit/15ff25696f84a65cb37866e206bac2508be6a5f2))
23* **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))
24
25
26#### Features
27
28* **geosuggest:** add optional `placeDetailsField` prop to limit place details fields (#414) ([ea820c4c](https://github.com/ubilabs/react-geosuggest/commit/ea820c4cccc630c0a3ce21de3dc2940ab94aa1b8))
29
30
31## 2.9.0 (2018-10-19)
32
33
34#### Features
35
36* **geosuggest:**
37 * add Places API sessionToken support (issue #394) ([3738916e](https://github.com/ubilabs/react-geosuggest/commit/3738916e71eb2379c06cc50db49801d6a30f9b6f))
38
39
40## 2.8.0 (2018-06-21)
41
42
43#### Bug Fixes
44
45* **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))
46
47
48#### Features
49
50* **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))
51* Passes userInput to the renderSuggest function ([f1eb98f](https://github.com/ubilabs/react-geosuggest/pull/381/commits/f1eb98ffaafacf512af010fff70661091b169273))
52
53
54## 2.7.0 (2017-12-11)
55
56
57#### Features
58
59* **SuggestItem:** Adds hook to get list of suggests on when list changes ([169951d](https://github.com/ubilabs/react-geosuggest/commit/169951d13d7a4100571c1c80820e0aaa3b56444f))
60
61
62## 2.6.0 (2017-11-10)
63
64
65#### Bug Fixes
66
67* **Geosuggest:**
68 * Remove example code ([4504ef5b](https://github.com/ubilabs/react-geosuggest/commit/4504ef5bb43eeda12dfe81299dac917c91446bd5))
69 * clear suggestion on empty input ([4efe3d10](https://github.com/ubilabs/react-geosuggest/commit/4efe3d1007ae34749d84755356d5c64250f2db05))
70* **attributes:** allow title ([c8ce8d5b](https://github.com/ubilabs/react-geosuggest/commit/c8ce8d5b52604f8f76b6e0fc0c135c3bef085c7a))
71* **suggestions:** Fixed erroneous check that hid the suggestions ([5590955](https://github.com/ubilabs/react-geosuggest/commit/5590955520bd489c01683f10dce9b01a0cb0704d))
72
73
74#### Features
75
76* upgrade to react 16 ([50042542](https://github.com/ubilabs/react-geosuggest/commit/5004254209a0d28be93c3ebbd7944a99b6fb5a69))
77
78
79## 2.5.0 (2017-08-17)
80
81
82#### Features
83
84* **filters:** Add autoCapitalize and autoCorrect to filters ([ff1153c2](https://github.com/ubilabs/react-geosuggest/commit/ff1153c27b18cd7d7b551e304a26d4ac5ff0d63d))
85
86
87## 2.4.0 (2017-08-10)
88
89#### Features
90
91* add minLength prop ([b3f2d8a](https://github.com/ubilabs/react-geosuggest/commit/b3f2d8ac5cd8a8eff2ed3fe75d6dabf3ae70288b))
92
93
94### 2.3.6 (2017-07-13)
95
96
97#### Bug Fixes
98
99* Fix highlight label formatting ([e652323](https://github.com/ubilabs/react-geosuggest/commit/e652323ae2bfef1fc823b91ec69609d51dbdc035))
100
101
102### 2.3.5 (2017-07-11)
103
104
105#### Bug Fixes
106
107* Fixed Geocoder not considering options ([b1fd7c7](https://github.com/ubilabs/react-geosuggest/commit/b1fd7c7808629f31b11e14829c3bc0cea119c07b))
108
109
110### 2.3.4 (2017-06-26)
111
112
113#### Bug Fixes
114
115* **suggest-item:** add missing key prop when rendering item ([c88167e7](https://github.com/ubilabs/react-geosuggest/commit/c88167e7dcc9559d987fb81019f134ec2ba2d957))
116
117
118### 2.3.3 (2017-06-19)
119
120
121#### Bug Fixes
122
123* Use filter over find to fix IE11 compatibility ([5dfff643](https://github.com/ubilabs/react-geosuggest/commit/5dfff643a3cefd2f30f4f8a5dfa706960be32831))
124
125
126### 2.3.2 (2017-06-19)
127
128
129#### Bug Fixes
130
131* **builds:** fix build errors on Windows 10 ([ab2cd25e](https://github.com/ubilabs/react-geosuggest/commit/ab2cd25e16843d307b230258dd36f84092d5b64d))
132
133
134### 2.3.1 (2017-06-16)
135
136
137#### Bug Fixes
138
139* **suggest-item:**
140 * highlight matches in fixtures, too ([698ee71d](https://github.com/ubilabs/react-geosuggest/commit/698ee71d74cd16570df03089c56a6dae6d2fb171))
141 * correct highlight of matches not at index 0 ([ac027a1d](https://github.com/ubilabs/react-geosuggest/commit/ac027a1db66830ff4bdafe98f092986f782b3664))
142
143
144## 2.3.0 (2017-06-12)
145
146
147#### Bug Fixes
148
149* check whether the label is an object to use the description value ([1a5c2f78](https://github.com/ubilabs/react-geosuggest/commit/1a5c2f784aeadf52f6a247c7790b4ce37c4d702c))
150* **suggest-item:** add missing key on iterated items ([b9512063](https://github.com/ubilabs/react-geosuggest/commit/b9512063462ee286de6c629518d6645f46d31cfc))
151
152#### Features
153
154* Expose the onKeyDown event from input ([80053d5](https://github.com/ubilabs/react-geosuggest/commit/80053d5b6359a5051285d2f08e690f1af96553b7))
155
156
157## 2.2.0 (2017-06-09)
158
159
160#### Bug Fixes
161
162* check for console before calling console.error ([b6588bce](https://github.com/ubilabs/react-geosuggest/commit/b6588bce9cd4f5b88ad000cc381176cd63579277))
163* allow for shift + arrow key behavior in input box ([ 953d341](https://github.com/ubilabs/react-geosuggest/commit/953d34116856b6575cde635215b17876f52e26d1))
164* **suggest-item**:
165 * Items are not visible due to scroll when navigating using arrow keys ([f471f96](https://github.com/ubilabs/react-geosuggest/commit/f471f966b8d95ac7849dbd7547e888f2361845e1))
166 * add renderSuggestItem prop for custom suggest item ([f0ff0eb](https://github.com/ubilabs/react-geosuggest/commit/f0ff0eb493eb01bec961ccb9dd9b88b3778dcf5e))
167
168
169#### Features
170
171* add maxFixtures prop ([f504289](https://github.com/ubilabs/react-geosuggest/commit/f504289b39b6a042da09a013c44816177336974d))
172* add highlight matched text ([1607dd3](https://github.com/ubilabs/react-geosuggest/commit/1607dd30807fa0fba7d2521a97b1b38bef59dd0c))
173* add autoComplete prop ([c97ea31](https://github.com/ubilabs/react-geosuggest/commit/c97ea31da2bd5a21f494b11150272fe6e0902894))
174* allow arrays for country prop ([92391c4](https://github.com/ubilabs/react-geosuggest/commit/92391c41b19f8aa911b48909b78686538cc399e3))
175* use react-addons-shallow-compare ([3dcf209](https://github.com/ubilabs/react-geosuggest/commit/3dcf20980f8126f65d07371ac8770f04ebbe4065))
176* use prop-types ([c76d8a0](https://github.com/ubilabs/react-geosuggest/commit/c76d8a04800951193b612a17d2756e7e1e604031))
177
178
179## 2.1.0 (2017-01-11)
180
181
182#### Bug Fixes
183
184* Do not use setState to save timer instance. ([3709fdb6](https://github.com/ubilabs/react-geosuggest/commit/3709fdb6f8d7d8e7133c153398be87268b445a7a))
185
186
187#### Features
188
189* changed to use reacts internal shallowCompare func ([c66051d5](https://github.com/ubilabs/react-geosuggest/commit/c66051d53507d217630ca89d2a677c93ebce7d98))
190* add blur() ([d16c61](https://github.com/ubilabs/react-geosuggest/commit/d16c6105557bcca8dabc160927a448d86f06ffbe))
191* Added ARIA attributes to whitelist ([5cb3f9a6](https://github.com/ubilabs/react-geosuggest/commit/5cb3f9a6560e032bd1188fb7d1893bf7154446ac))
192* **label:** add BEM class to geosuggest label ([fb79f34e](https://github.com/ubilabs/react-geosuggest/commit/fb79f34eceed01eeaeb94e8cfe20a4b0205e908e))
193* **style**:
194 * allow custom hidden list class and active item class ([57338753](https://github.com/ubilabs/react-geosuggest/commit/57338753de65fffd839e7d3285e690d3fd098505))
195 * Allow adding custom classes to the suggest list and suggest item ([ed69df6c](https://github.com/ubilabs/react-geosuggest/commit/ed69df6c090772861e17dcafddd31bb1157b2611))
196
197
198## 2.0.1
199
200#### Bug Fixes
201
202* **refactor:** changed to use reacts internal shallowCompare
203
204## 2.0.0 (2016-10-07)
205
206
207#### Bug Fixes
208
209* **suggest-item:** bem naming ([1ab465aa](https://github.com/ubilabs/react-geosuggest/commit/1ab465aa1ea2999f01960ee0ef99d1de5621ef83))
210
211
212#### Features
213
214* **Geosuggest:** render label if id and label text where supplied ([e2cbfc86](https://github.com/ubilabs/react-geosuggest/commit/e2cbfc862b1706be215c4d29acaa26d988806f89))
215* **prop-types:** add label prop types ([0345d63b](https://github.com/ubilabs/react-geosuggest/commit/0345d63b40e157c3d5c09ad0cf7c7046ffa3095c))
216
217
218### 1.25.1 (2016-09-23)
219
220
221#### Bug Fixes
222
223* **package:** Specify addon as peer dependency ([7be701c1](https://github.com/ubilabs/react-geosuggest/commit/7be701c10d3c7d1cab774f157935784ecbd02312))
224
225
226#### Breaking Changes
227
228* react-addons-shallow-compare is now a peer dependency,
229meaning users must install it separately from react-geosuggest.
230
231The peer dependency for react allows one to use either react 0.14 or
2320.15. However, the dependency for react-addons-shallow-compare only
233allows 0.15 versions. For anyone using react 0.14 this causes warnings
234from npm saying that the peer dependency for react 0.15 (specified by
235react-addons-shallow-compare) is missing. This completely breaks
236workflows depending on `npm shrinkwrap`.
237
238 ([7be701c1](https://github.com/ubilabs/react-geosuggest/commit/7be701c10d3c7d1cab774f157935784ecbd02312))
239
240
241## 1.25.0 (2016-08-19)
242
243
244#### Bug Fixes
245
246* **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))
247
248
249#### Features
250
251* **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))
252* **Geosuggest:** Add a loading class on suggest loading ([685812b7](https://github.com/ubilabs/react-geosuggest/commit/685812b72caa9b6ce8bbcf74590d78099a366715)
253
254
255### 1.24.1 (2016-06-21)
256
257
258#### Bug Fixes
259
260* **Geosuggest:** fix server side rendering ([428dedd8](https://github.com/ubilabs/react-geosuggest/commit/428dedd81687a613085db52e35cae14bf2dd19f4), closes [#172](https://github.com/ubilabs/react-geosuggest/issues/172))
261
262
263## 1.24.0 (2016-06-21)
264
265
266#### Bug Fixes
267
268* **Geosuggest:**
269 * fix `autoActivateFirstSuggest` prop ([f4409f7e](https://github.com/ubilabs/react-geosuggest/commit/f4409f7ef9b02a097b1ec5679218d5d6f97e2d30))
270 * Unset activeSuggest on blur and when not in suggestion list anymore ([08ea143e](https://github.com/ubilabs/react-geosuggest/commit/08ea143e736cea91631f47468c8ff7702127128a))
271 * Hide the suggest list when the result set is empty ([6f23dc0e](https://github.com/ubilabs/react-geosuggest/commit/6f23dc0ec6f39124e488b51a690938a730d6cd28))
272 * GeoCode fixtures if no location is provided ([67ec4e5b](https://github.com/ubilabs/react-geosuggest/commit/67ec4e5b9676caa6fd623bb4add62b8a564202fd))
273 * 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))
274 * 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))
275* **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))
276* **package:**
277 * add test cases and src/*.js to linter ([61e3d08b](https://github.com/ubilabs/react-geosuggest/commit/61e3d08b756ad784edc9190787d9cd0ff9aaa77e))
278 * add src/*.js to light-server watch list ([68432ec1](https://github.com/ubilabs/react-geosuggest/commit/68432ec1af65872f211169a89c042f8130ecfc76))
279
280
281#### Features
282
283* **on-blur:** return current user input ([e88eda42](https://github.com/ubilabs/react-geosuggest/commit/e88eda424e57280bac8609b88cf9a30e77fc893a))
284* add support for inline styles ([935fc71c](https://github.com/ubilabs/react-geosuggest/commit/935fc71c35db0cf27943acd34fceafc9dfee8e7a))
285* Input obeys ignoreTab ([5987f05b](https://github.com/ubilabs/react-geosuggest/commit/5987f05b037c0c202bbe9f36e79aff40b082af87))
286* add `queryDelay` parameter ([9daff3ac](https://github.com/ubilabs/react-geosuggest/commit/9daff3ac979ad87febd02c255316ef4fcb6e4d6d))
287* add onSuggestNoResults callback function ([f51cacc0](https://github.com/ubilabs/react-geosuggest/commit/f51cacc04e0b5119f195c783779c9031df72a850))
288
289
290## 1.23.0 (2016-05-19)
291
292
293#### Bug Fixes
294
295* 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))
296
297#### Features
298
299* **Geosuggest:** add onActivateSuggest event ([ab2fc049](https://github.com/ubilabs/react-geosuggest/commit/ab2fc049624076fb2d0ab517ebae705a82a987dc))
300
301
302
303## 1.22.0 (2016-04-26)
304
305
306#### Features
307
308* **Geosuggest:**
309 * hardcode maxFixtures to 10 ([c2c3ef0f](https://github.com/ubilabs/react-geosuggest/commit/c2c3ef0f4a56b76720b90971c7b554b175ed0917))
310
311
312## 1.21.0 (2016-04-15)
313
314#### Features
315
316* Update to React 15 ([ f604019](https://github.com/ubilabs/react-geosuggest/commit/f60401938166d1eaaf7a80c2e83992fe22d35e2b))
317
318### 1.20.1 (2016-04-06)
319
320
321#### Bug Fixes
322
323* always add wrappers to input and suggests ([91d1f4fb](https://github.com/ubilabs/react-geosuggest/commit/91d1f4fbc480d1043213d62eb8399e3da4789c92))
324
325
326## 1.20.0 (2016-04-06)
327
328
329#### Bug Fixes
330
331* **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))
332
333#### Features
334
335* Add wrapper options and add them to example and README ([ 4b9f9c7](https://github.com/ubilabs/react-geosuggest/commit/4b9f9c7b5939020d09a9603198a6111333f94fbd))
336
337
338## 1.19.0 (2016-03-11)
339
340
341#### Bug Fixes
342
343* remove isMounted antipattern ([b347e9a3](https://github.com/ubilabs/react-geosuggest/commit/b347e9a3eb935e89ca30797ba253cd299b2a1e57), closes [#71](https://github.com/ubilabs/react-geosuggest/issues/71))
344* Add className option for fixtures ([880fe77](https://github.com/ubilabs/react-geosuggest/commit/880fe7758810a0e259c2442698cdf07309829b41))
345
346
347#### Features
348
349* add props validation ([7d68a02f](https://github.com/ubilabs/react-geosuggest/commit/7d68a02f8bbdea86fdc91b87a084e5ee25d98ca4), closes [#33](https://github.com/ubilabs/react-geosuggest/issues/33))
350
351
352### 1.18.1 (2016-02-11)
353
354
355#### Bug Fixes
356
357* **input:** use corrected list of allowed input attributes ([d623c65c](https://github.com/ubilabs/react-geosuggest/commit/d623c65c6eb26ff84d5675e573a4991a93c4c74f))
358* make classnames a real dependency ([1fd93dd](https://github.com/ubilabs/react-geosuggest/commit/1fd93dd842820f87133ae4db48ba24fc064270fd))
359
360
361## 1.18.0 (2016-02-10)
362
363
364#### Features
365
366* deploy dist folder via npm ([e5446a29](https://github.com/ubilabs/react-geosuggest/commit/e5446a298b2d9e0479a65786b908647b46d8bc9b))
367
368
369## 1.17.0 (2016-02-10)
370
371#### Bug Fixes
372
373* Handle null value for Google suggestions ([cfd84ad](cfd84adeebda41d2b7e27576716fb3a30f63182c))
374
375#### Features
376
377* add focus() to focus on the element ([11c08af5](https://github.com/ubilabs/react-geosuggest/commit/11c08af5808d197254cbdfe3a78f99eafe0840b2))
378
379
380### 1.16.1 (2016-02-07)
381
382#### Bug Fixes
383
384* Fix module build ([7de677c](7de677c51dcd87b67e371303ae3ee1f2242fa599))
385
386## 1.16.0 (2016-02-05)
387
388#### Bug Fixes
389
390* autofocus -> autoFocus ([7f9daa0](7f9daa0b4d1813704448037322787e4004309e49))
391* use ignoreBlur flag to avoid hiding suggests when clicking one ([4fa6bd2](4fa6bd2d5e381bfb55a53db86afbd9519c333958))
392* Escape user input for regex to avoid Exception ([95b01ba](95b01ba1dae31d6780c4ed5fd72b9cfb4b3e10c2))
393
394#### Features
395
396* Use labelId instead of address to get the geocode ([f95d2a3](f95d2a337021b3ce49ef6094f53c388de9aa20d9))
397
398### 1.15.1 (2016-01-18)
399
400
401#### Bug Fixes
402
403* add missing attribute id ([91f5ceea](https://github.com/ubilabs/react-geosuggest/commit/91f5ceea64c940a3cf26f0b913dfbcf784dfa40f))
404
405
406## 1.15.0 (2016-01-18)
407
408
409#### Features
410
411* 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))
412
413
414## 1.14.0 (2016-01-04)
415
416
417#### Bug Fixes
418
419* 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))
420* "use strict"; no longer throws errors if google cannot be loaded ([d8c97c0](https://github.com/ubilabs/react-geosuggest/commit/d8c97c0e1d023a31c4545fff24ff0a1e7b18c2b6))
421
422#### Features
423
424* Add property for input class name. ([c43b91a](https://github.com/ubilabs/react-geosuggest/commit/c43b91aa597d7d9685be994a431e54529464cabe))
425
426## 1.13.0 (2015-10-29)
427
428#### Features
429
430* Remove defaults for search radius and location ([17f0bf0](https://github.com/ubilabs/react-geosuggest/commit/17f0bf053bde609c5f891ba4bb048d1cacc3f0b9))
431
432## 1.12.0 (2015-10-22)
433
434
435#### Bug Fixes
436
437* doc comments, backward compatible changes ([96cca392](https://github.com/ubilabs/react-geosuggest/commit/96cca392f5b569247523cf784d34f1e1eb8b89d8))
438* add copy css in build module ([bb988a1c](https://github.com/ubilabs/react-geosuggest/commit/bb988a1c5bf3079b170cd24c79bbd21093f49f93))
439* googleMaps object moved out of props and set in componentDidMount ([955812df](https://github.com/ubilabs/react-geosuggest/commit/955812dfb702e8ea6318d89b2ef36d866c5c4354))
440
441
442### 1.11.1 (2015-10-12)
443
444
445#### Bug Fixes
446
447* upgrade code to 0.14, too ([c5f64d47](https://github.com/ubilabs/react-geosuggest/commit/c5f64d47befef21c620bee1db41e86ffc1592194))
448
449
450## 1.11.0 (2015-10-12)
451
452
453#### Features
454
455* bump peer dependency react to 0.14.0 ([dc39828e](https://github.com/ubilabs/react-geosuggest/commit/dc39828ea46552c60ce0a5ae33a52f6eee8c8f10))
456* **input:** auto activate first suggest ([d1429b86](https://github.com/ubilabs/react-geosuggest/commit/d1429b8698c8928d69135fbe948f20f7e9246956))
457
458
459## 1.10.0 (2015-09-29)
460
461
462#### Bug Fixes
463
464* 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))
465
466#### Features
467
468* add skipSuggest to not show certain suggestions ([6da568d5](https://github.com/ubilabs/react-geosuggest/commit/6da568d5c0736fad7aacf21c864e8278544a544b)
469* add getSuggestLabel to define a custom label ([5103598](https://github.com/ubilabs/react-geosuggest/commit/51035989077a0eced308ac01f7e87a646893f767)
470* **input:** add disabled prop to disable ([7100d43e](https://github.com/ubilabs/react-geosuggest/commit/7100d43e2e3750e2506c78de32985974b915bb8f)
471
472### 1.9.1 (2015-09-25)
473
474#### Bug Fixes
475
476* Fix issue if the initialValue changes ([b739b5c9](https://github.com/ubilabs/react-geosuggest/commit/b739b5c9b755f0efc05e28b01eb6b595b3d3cb9d))
477* Build fixes so dist/ works with a global window.React ([9b5e4369](https://github.com/ubilabs/react-geosuggest/commit/9b5e4369f7057e95ae5a36611cf5b7932dae50de))
478
479## 1.9.0 (2015-09-09)
480
481#### Features
482
483* **input:** add onChange callbacks ([e6555ad](https://github.com/ubilabs/react-geosuggest/commit/e6555addbe3893b129488dc0623b7198036da35d)
484
485## 1.8.0 (2015-09-01)
486
487#### Features
488
489* **input:** add method to change the value of the user input ([44d86f5](https://github.com/ubilabs/react-geosuggest/commit/44d86f5842765b72cb3db073feb016f750898e1f)
490
491
492## 1.7.0 (2015-08-19)
493
494#### Features
495
496* **suggests:** add individual fixture classNames ([01b0e8a](https://github.com/ubilabs/react-geosuggest/commit/01b0e8a7a3e555729aeb56292a22bd8a412e4cf9)
497
498
499## 1.6.0 (2015-08-12)
500
501
502#### Features
503
504* **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))
505
506
507## 1.5.0 (2015-08-12)
508
509
510#### Features
511
512* **input:**
513 * add clear method to geosuggest ([2d38a40](https://github.com/ubilabs/react-geosuggest/commit/2d38a4072b11c900d73b5cc26615a3cc69f286b4)
514 * add onFocus and onBlur callbacks ([5051bc4](https://github.com/ubilabs/react-geosuggest/commit/5051bc424a4f508fa8dcff6683c690cc1ab9c2dd)
515
516* **example:** add onFocus and onBlur demo ([88cf7f88](https://github.com/ubilabs/react-geosuggest/commit/88cf7f8873119f667aa514b8065e116d7a3741b2))
517
518
519### 1.4.3 (2015-07-29)
520
521
522#### Bug Fixes
523
524* **example:** remove drop_console option from uglify ([e8e16112](https://github.com/ubilabs/react-geosuggest/commit/e8e16112d2d0f47f7ddc005dd485a25f7d55e4e7))
525
526
527### 1.4.2 (2015-07-29)
528
529
530#### Bug Fixes
531
532* **build:** fix build for npm ([6475372](https://github.com/ubilabs/react-geosuggest/commit/6475372a468f19f075a20af012f8f85404172893))
533
534
535
536### 1.4.1 (2015-07-21)
537
538
539#### Bug Fixes
540
541* **import:** add .npmignore ([add06073](https://github.com/ubilabs/react-geosuggest/commit/add06073990bb4c8934b8ad28c6c1bfb201f6945))
542
543
544## 1.4.0 (2015-07-20)
545
546
547#### Bug Fixes
548
549* **input:** allow continuous editing ([62e83cce](https://github.com/ubilabs/react-geosuggest/commit/62e83cce9ac42e23916914691fb83b829d778d7e), closes [#12](https://github.com/ubilabs/react-geosuggest/issues/12))
550
551
552#### Features
553
554* **input:**
555 * add new param className ([c1c990ec](https://github.com/ubilabs/react-geosuggest/commit/c1c990ec80e5210322d7d68b805d44a73196ca4e), closes [#8](https://github.com/ubilabs/react-geosuggest/issues/8))
556 * add initial value param ([f97d8eba](https://github.com/ubilabs/react-geosuggest/commit/f97d8eba377ed789c1bbc21cfc4de94e85ef2760), closes [#13](https://github.com/ubilabs/react-geosuggest/issues/13))