react-geosuggest v2.2.0 Release Notes

Release Date: 2017-06-09 // almost 7 years ago
  • ๐Ÿ› 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)