Socket
Socket
Sign inDemoInstall

react-geosuggest

Package Overview
Dependencies
10
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous124567Next

2.3.0

Diff

Changelog

Source

2.3.0 (2017-06-12)

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)
roka
published 2.2.0 •

Changelog

Source

2.2.0 (2017-06-09)

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
roka
published 2.1.0 •

Changelog

Source

2.1.0 (2017-01-11)

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)
rich_pb
published 2.0.0 •

Changelog

Source

2.0.0 (2016-10-07)

Bug Fixes
Features
  • Geosuggest: render label if id and label text where supplied (e2cbfc86)
  • prop-types: add label prop types (0345d63b)
rich_pb
published 1.25.1 •

Changelog

Source

1.25.1 (2016-09-23)

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)

roka
published 1.25.0 •

Changelog

Source

1.25.0 (2016-08-19)

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
roka
published 1.24.1 •

Changelog

Source

1.24.1 (2016-06-21)

Bug Fixes
  • Geosuggest: fix server side rendering (428dedd8, closes #172)
roka
published 1.24.0 •

Changelog

Source

1.24.0 (2016-06-21)

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)
roka
published 1.23.0 •

Changelog

Source

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)
Features
  • Geosuggest: add onActivateSuggest event (ab2fc049)
roka
published 1.22.0 •

Changelog

Source

1.22.0 (2016-04-26)

Features
  • Geosuggest:
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc