All Versions
58
Latest Version
Avg Release Cycle
67 days
Latest Release
1156 days ago

Changelog History
Page 3

  • v2.3.0 Changes

    June 12, 2017

    ๐Ÿ› Bug Fixes

    • check whether the label is an object to use the description value (1a5c2f78)
    • suggest-item: add missing key on iterated items (b9512063)

    ๐Ÿ”‹ Features

    • ๐Ÿ”ฆ Expose the onKeyDown event from input (80053d5)
  • v2.2.0 Changes

    June 09, 2017

    ๐Ÿ› Bug Fixes

    • check for console before calling console.error (b6588bce)
    • ๐Ÿ‘ allow for shift + arrow key behavior in input box ( 953d341)
    • suggest-item:
      • Items are not visible due to scroll when navigating using arrow keys (f471f96)
      • add renderSuggestItem prop for custom suggest item (f0ff0eb)

    ๐Ÿ”‹ Features

    • โž• add maxFixtures prop (f504289)
    • โž• add highlight matched text (1607dd3)
    • โž• add autoComplete prop (c97ea31)
    • ๐Ÿ‘ allow arrays for country prop (92391c4)
    • ๐Ÿ‘‰ use react-addons-shallow-compare (3dcf209)
    • ๐Ÿ‘‰ use prop-types (c76d8a0)
  • v2.1.0 Changes

    January 11, 2017

    ๐Ÿ› Bug Fixes

    • Do not use setState to save timer instance. (3709fdb6)

    ๐Ÿ”‹ Features

    • ๐Ÿ”„ changed to use reacts internal shallowCompare func (c66051d5)
    • โž• add blur() (d16c61)
    • Added ARIA attributes to whitelist (5cb3f9a6)
    • label: add BEM class to geosuggest label (fb79f34e)
    • ๐Ÿ’… style:
      • allow custom hidden list class and active item class (57338753)
      • Allow adding custom classes to the suggest list and suggest item (ed69df6c)
  • v2.0.1 Changes

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”จ refactor: changed to use reacts internal shallowCompare
  • v2.0.0 Changes

    October 07, 2016

    ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • Geosuggest: render label if id and label text where supplied (e2cbfc86)
    • prop-types: add label prop types (0345d63b)
  • v1.25.1 Changes

    September 23, 2016

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“ฆ package: Specify addon as peer dependency (7be701c1)

    ๐Ÿ’ฅ 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)

  • v1.25.0 Changes

    August 19, 2016

    ๐Ÿ› Bug Fixes

    • Geosuggest: allow enter key events to propagate if suggestions are hidden (f993c6bc, closes #184)

    ๐Ÿ”‹ Features

    • Geosuggest: pass on mouse and clipboard events (7dc64566, closes #182)
    • Geosuggest: Add a loading class on suggest loading (685812b7
  • v1.24.1 Changes

    June 21, 2016

    ๐Ÿ› Bug Fixes

    • Geosuggest: fix server side rendering (428dedd8, closes #172)
  • v1.24.0 Changes

    June 21, 2016

    ๐Ÿ› Bug Fixes

    • Geosuggest:
      • fix autoActivateFirstSuggest prop (f4409f7e)
      • Unset activeSuggest on blur and when not in suggestion list anymore (08ea143e)
      • Hide the suggest list when the result set is empty (6f23dc0e)
      • GeoCode fixtures if no location is provided (67ec4e5b)
      • Set autoComplete='off' and remove autoComplete option (33763dd9, closes #136)
      • initialise Google Maps in componentWillMount instead of componentDidMount (2f326427, closes #130)
    • example: add Google Maps API key (9c3c6d25, closes #107)
    • ๐Ÿ“ฆ package:
      • add test cases and src/*.js to linter (61e3d08b)
      • add src/*.js to light-server watch list (68432ec1)

    ๐Ÿ”‹ Features

    • on-blur: return current user input (e88eda42)
    • โž• add support for inline styles (935fc71c)
    • Input obeys ignoreTab (5987f05b)
    • โž• add queryDelay parameter (9daff3ac)
    • โž• add onSuggestNoResults callback function (f51cacc0)
  • v1.23.0 Changes

    May 19, 2016

    ๐Ÿ› 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)

    ๐Ÿ”‹ Features

    • Geosuggest: add onActivateSuggest event (ab2fc049)