Releases: ericgio/react-bootstrap-typeahead
Releases · ericgio/react-bootstrap-typeahead
v3.4.6
Bugs
- Fix hint with input-groups [#465]
- Fix combination of open=false and highlightOnlyResult [#459, #460] (Thanks @michaelmwu!)
Documentation
Internal
- Remove Node 6 from CI testing
- Upgrade dependencies to address vulnerabilities reported by Github
v3.4.5
v3.4.4
v4.0.0-alpha.10
Bug Fixes
- Fix invalid aria values (#438)
- Fix updating active index when result order changes
Examples & Docs
- Fix w3c validation in examples
- Update rendering and pagination examples
Internal
- Update pagination option handling
- Rename inner typeahead component
v3.4.3
v4.0.0-alpha.9
Bug Fixes
- Fix custom option id incrementing
- Update keydown behaviors
- Don't filter results when menu is closed
- Fix lib files not being included in package
Enhancements
- Pass limited state down to menu & input
Documentation
- README updates
- Add sandbox link to bug report template
Internal
- Update README.md
- Update/add tests
- More consistent naming
- Simplify context
- Refactor prop types
- Reduce lodash footprint
- Update CI + coverage reports
- Streamline examples a bit
- Add homepage and files to package.json, remove .npmignore
v4.0.0-alpha.6
Enhancements + Feature Requests
- Include ES module files in package
Internal
- Use Rollup for build, reduce umd package size by ~10%
- Update & reshuffle example files
- Move tests into src
- Add coverage directory to clean script
- Update tooling (lint-staged)
- Update CSS build script
v3.4.2
v4.0.0-alpha.5
- Update
.npmignore
to omit unnecessary files/folders from package
v4.0.0-alpha.4
Enhancements + Feature Requests
- Allow
style
prop to be passed to top-level element
Internal
- Use
scroll-into-view-if-needed
package - Simplify inputs + styles
- Simplify Highlighter component
- Clean up some Flow typing
- Improve/expand linting
- Improve test coverage
- Move husky and jest configs out of package.json
- Consolidate propTypes
Documentation + Examples
- Update Markdown example component
- Update coverage badge branch