Releases: digitalfortress-tech/typeahead-standalone
Releases · digitalfortress-tech/typeahead-standalone
v4.16.0
Release Notes
- 📝 docs: Add usage details of resultSet within templates
- ✅ test: add e2e test for template resultSet
- ♻️ chore: move limit option to resultSet
- ✨🎨 feat: pass resultSet to templates for fine-tuning
- ✨ feat: add suggestion total count to the result set
- ✨✅ feat: update trie to return count, fix unit tests
- ♻️ chore: refactor to use a resultSet
v4.15.0
Release Notes
- 📝 docs: add loader template details
- ✅ test: add e2e tests for loader template
- ✨ feat: Add a loader template
v4.14.1
Release Notes
- 🩹 fix: update target to support webpack 4.x
- ♻️ refactor: search fn within trie
- 📝 docs: fix typo in hint config
v4.14.0
Release Notes
- 📝 docs: additional styling while disabling hint
- ✅ test: verify non-existence of hint element in DOM when hint is disabled
- 🩹 fix: render hint element only when enabled. Fixes #38
- 🔨 chore: improve url check
Note
After disabling the hint, depending on your websites color theme, you may have to set a background color for your input element to ensure consistency. For example -
.tt-input {
background: #fff;
}
v4.13.0
- 📝 doc: update doc with possibility of remote/prefetch url being a callback
- ✅ test: Add test to ensure dynamic get params get passed as expected
- ✨ feat: Allow modifying GET request on the fly
v4.12.0
Release Log
- ✅ test: e2e to ensure newly loaded remote data undergoes deduplication
- 🗑️ chore: deprecate limit flag from internal search algorithm
- ⚡️⚡️⚡️ feat: improve perf by removing array deduplication (250% improvement in speed. Test dataset of 30k records and query length of 1000 chars)
- ✨ feat: coerce
dataTokens
to string - 🩹 fix: consistent behavior of
onSubmit
callback via keyboard/mouse
v4.11.0
v4.10.0
v4.9.0
Release Notes
- ✅ test: Add test to ensure typeahead el gets added at the original position in the DOM
- 🐛 fix: positioning of typeahead el wrt siblings