Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 555 Bytes

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 555 Bytes

Changelog

1.3.3

  • fixed dependency issue

1.3.2

  • replace git: protocal in a dependency with https:

1.3.1

  • reduced amount of unnecessary renders

1.3.0

  • Add 'scroll into view' behavior to menu items. Can be opted out of by setting the autoScroll prop to false.
  • Made the second arg in onChange always be provided instead of just when selecting an autocomplete item.
  • Using arrow keys past the fist/last option will now cycle to the other end of the list.

1.2.1

  • current version as of when we started documenting changes