Security updates and bug fixes
- Updated several vulnerable development dependencies.
- Add
context
andinstance
to tribute-replaced event. #237 - Skip local search: #271
new Tribute({ searchOpts: { skip: true } });
- Fix cursor up and down not working on textarea with autocomplete. #280
- Accurately find
li
in html templates: #297
Thanks to @andreynering, @onhate, @Postlagerkarte, and @mlturner88 for your help with this release!