Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-autocomplete

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-autocomplete - npm Package Versions

1245

1.4.2

Diff

Changelog

Source

[1.4.2] - 2017-04-02

Fixed

  • Workaround for "Cannot read property 'ownerDocument' of null"
cmtegner
published 1.4.1 •

Changelog

Source

[1.4.1] - 2017-03-16

Fixed

  • Add missing aria-expanded attribute
cmtegner
published 1.4.0 •

Changelog

Source

[1.4.0] - 2016-11-07

Added

  • Add all event handlers specified in props.inputProps to <input>
cmtegner
published 1.3.1 •

Changelog

Source

[1.3.1] - 2016-08-01

Changed

  • Re-publish without node_modules and coverage included in tarball
cmtegner
published 1.3.0 •

Changelog

Source

[1.3.0] - 2016-08-01

Added

  • props.open to manually control when the menu is open/closed (#163)
  • props.onMenuVisibilityChange callback that is invoked every time the menu is opened/closed by Autocomplete's internal logic. Pairs well with props.open for granulated control over the menu's visibility (#163)

Removed

  • bower.json has been removed from the repo
sprjrx
published 1.2.1 •

Changelog

Source

[1.2.1] - 2016-08-09

Fixed

  • build/package.json incorrectly stated 1.1.0 for the version, a quick rebuild and patch version publish got these back in sync.
sprjrx
published 1.2.0 •

Changelog

Source

[1.2.0] - 2016-08-09

Added

  • props.autoHighlight to toggle automatic highlighting of top match (see #146 & #159)

Fixed

  • Bug which prevented menu from closing properly in IE (see #153)
  • .babelrc presets were causing 1 user(s) to not be able to run tests locally with Jest
sprjrx
published 1.1.0 •

Changelog

Source

[1.1.0] - 2016-08-02

Added

  • Ability to return custom components from renderMenu/renderItem (see #127)
  • Added missing propTypes
  • Jest for testing (replaces mocha/isparta)
  • eslint consuming the rackt config

Fixed

  • Custom Menu Example (#81)
  • Bug causing menu to close immediately when clicking into input (#84)
  • Bug referencing this.state.value (has since been moved to props)
  • Reset highlightedIndex when it's outside items.length (#139)
  • Removed typeahead behavior for improved mobile functionality (#40, #111, #152)

Updated

  • rackt-cli (#131, #51, #107)
  • repo urls (#114)
  • Jest ignore rules & configurations
sprjrx
published 1.0.1 •

Changelog

Source

[1.0.1] - 2016-06-26


  • Fixed compatibility issues with React 15.x, removed use of previously deprecated APIs

v1.0.0 - 17 June 2016

  • Additional failing tests fixed, pre-publish build with 1.0.0 changes

v1.0.0-rc6 - 5 June 2016

  • Updated propTypes for several props being used but not included here
  • Several issues and fixes from #68, #84, #92, #93, #103, #104, #106
  • Actually built the build/dist files and included them in the publish

v1.0.0-rc5 - 5 June 2016

  • Dependencies clean up (removed duplicates and large lodash dependency)
  • Demoted React to peerDependency

v1.0.0-rc3 - 25 May 2016

  • Removed lodash dependency, reducing overall package size
  • Removed iternally rendered <label>, deprecating labelText prop

v1.0.0-rc2 - 31 Mar 2016

  • Fixed a blocking issues for IE 11 users, detailed in #80
  • Added wrapperProps and wrapperStyle props that are passed to the <Autocomplete />'s root HTML wrapper. (via #91)

v1.0.0-rc1 - 31 Mar 2016

  • Updated this component to no longer use internal state for retaining value, this is prop driven now.
  • The version number 1.0.0-rc1 is an unforunate coincidence, We're only bumping this as it introduces breaking changes.
  • Other outstanding PRs may be merged in to the the final release so we can break several things at once (now that we have tests of course)

v0.2.1 - 10 Mar 2016

  • Added unit tests (thanks @ryanalane)
  • Updated README.md

v0.1.4 - Wed, 12 Aug 2015 20:22:13 GMT

v0.1.3 - Wed, 12 Aug 2015 20:16:46 GMT

  • 5306a64 [fixed] npm main entry

v0.1.2 - Wed, 12 Aug 2015 19:36:38 GMT

  • 34b185b [fixed] incorrect style merging

v0.1.1 - Wed, 12 Aug 2015 19:34:11 GMT

  • fd23644 [fixed] left-over console.log :|

v0.1.0 - Wed, 12 Aug 2015 19:22:26 GMT

sprjrx
published 1.0.0 •

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc