We try to follow http://keepachangelog.com/ recommendations for easier to update & more readable change logs.
(add items here for easier creation of next log entry)
1.4.0 - 2016-11-07
- Add all event handlers specified in
props.inputProps
to<input>
1.3.1 - 2016-08-01
- Re-publish without
node_modules
andcoverage
included in tarball
1.3.0 - 2016-08-01
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 byAutocomplete
's internal logic. Pairs well withprops.open
for granulated control over the menu's visibility (#163)
bower.json
has been removed from the repo
1.2.1 - 2016-08-09
build/package.json
incorrectly stated1.1.0
for the version, a quick rebuild and patch version publish got these back in sync.
1.2.0 - 2016-08-09
props.autoHighlight
to toggle automatic highlighting of top match (see #146 & #159)
- 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
1.1.0 - 2016-08-02
- Ability to return custom components from renderMenu/renderItem (see #127)
- Added missing
propTypes
- Jest for testing (replaces mocha/isparta)
- eslint consuming the rackt config
- 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 outsideitems.length
(#139) - Removed typeahead behavior for improved mobile functionality (#40, #111, #152)
- rackt-cli (#131, #51, #107)
- repo urls (#114)
- Jest ignore rules & configurations
1.0.1 - 2016-06-26
- Fixed compatibility issues with React 15.x, removed use of previously deprecated APIs
- Additional failing tests fixed, pre-publish build with 1.0.0 changes
- 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
- Dependencies clean up (removed duplicates and large lodash dependency)
- Demoted React to peerDependency
- Removed lodash dependency, reducing overall package size
- Removed iternally rendered
<label>
, deprecatinglabelText
prop
- Fixed a blocking issues for IE 11 users, detailed in #80
- Added
wrapperProps
andwrapperStyle
props that are passed to the<Autocomplete />
's root HTML wrapper. (via #91)
- 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)
- Added unit tests (thanks @ryanalane)
- Updated README.md
- 5306a64 [fixed] npm main entry
- 34b185b [fixed] incorrect style merging
- fd23644 [fixed] left-over console.log :|