Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 889 Bytes

CHANGELOG.md

File metadata and controls

21 lines (14 loc) · 889 Bytes

react-abstract-autocomplete change log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

2.0.3

This package is not actively maintained anymore and I recommend moving to something else if you run into any bugs.

  • Add React 18.x to acceptable peer dependencies.

2.0.2

  • Add React 17.x to acceptable peer dependencies.

2.0.1

2.0.0

  • Smaller build.
  • Move entry point files to ./dist/react-abstract-autocomplete.*.js instead of ./index.js. This is the only breaking change; it's unlikely to affect anyone unless you were explicitly importing react-abstract-autocomplete/index.js or react-abstract-autocomplete/index.es.js.