Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 2.08 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.1 - 2022-07-20

  • Remove peerDependencies to avoid npm install error when using React >=17

1.1.0 - 2022-02-07

  • Allow Highlighter mark element to be customized

1.0.0 - 2021-01-13

  • Upgrade fuse.js to version ^6.4.6

0.3.1 - 2019-10-13

  • Upgrade development dependencies (pretty-quick, react, react-dom, @types/react, typescript)

0.3.0 - 2019-10-08

  • Fix bug where collection is not updated if data changes (#1)

0.2.2 - 2019-09-20

  • Light refactoring

  • Change output target from es6 to es5

  • Bump dependencies

0.2.1 - 2019-07-13

  • Add strind to format results (041488d)

0.2.0 - 2019-07-06

  • Add formatted results as parameter when calling the this.props.children (59d7946) render prop

0.1.1 - 2019-07-02

  • Re-name component from react-fuzzy-highlight to react-fuzzy-highlighter

0.1.0 - 2019-07-02

  • Initial release