v3.0.0
match()supports diacritics now (e.g.awill matchà,ewill matché, etc)parseHTML()was removed as it didn't feel like a natural match for this library (here it is if you need it)- Now you have to import the functions a little bit differently:
- import { match, parse } from 'autosuggest-highlight';
+ import match from 'autosuggest-highlight/match';
+ import parse from 'autosuggest-highlight/parse';