Skip to content

Releases: ericgio/react-bootstrap-typeahead

v3.4.6

11 Jul 22:35
Compare
Choose a tag to compare

Bugs

  • Fix hint with input-groups [#465]
  • Fix combination of open=false and highlightOnlyResult [#459, #460] (Thanks @michaelmwu!)

Documentation

  • Make role of filterBy clearer in docs [#453] (Thanks @wetneb!)

Internal

  • Remove Node 6 from CI testing
  • Upgrade dependencies to address vulnerabilities reported by Github

v3.4.5

03 Jun 19:54
Compare
Choose a tag to compare

Bug Fixes

  • Fix type error when checking classnames on SVG elements (#448) (Thanks @ababol!)

v3.4.4

30 May 05:55
Compare
Choose a tag to compare

Bug Fixes

  • Remove use of event.path (#446)

v4.0.0-alpha.10

25 Apr 17:08
Compare
Choose a tag to compare
v4.0.0-alpha.10 Pre-release
Pre-release

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

25 Apr 15:54
Compare
Choose a tag to compare

Bug Fixes

  • Fix invalid aria values (#438)
  • Fix w3c validation in examples

v4.0.0-alpha.9

04 Apr 08:26
Compare
Choose a tag to compare
v4.0.0-alpha.9 Pre-release
Pre-release

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

20 Mar 06:32
Compare
Choose a tag to compare
v4.0.0-alpha.6 Pre-release
Pre-release

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

20 Mar 05:23
Compare
Choose a tag to compare

Bug Fixes

  • Fix positionFixed + pagination option behavior (#431)

v4.0.0-alpha.5

14 Mar 23:59
Compare
Choose a tag to compare
v4.0.0-alpha.5 Pre-release
Pre-release
  • Update .npmignore to omit unnecessary files/folders from package

v4.0.0-alpha.4

14 Mar 23:34
Compare
Choose a tag to compare
v4.0.0-alpha.4 Pre-release
Pre-release

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