v0.3.0
- Minor memory optimization for phrase queries
- Optimize initial resource loading to make more concurrent requests
- Add a more unopinionated basic UI theme
- Fix/allow stop-word removed indexes to partially process phrase queries with stop words. The queries are processed as-if the stop words were not there
- Re-enable stop words in user guide (mistakenly disbaled
- Fix tip icon on mobile dropdown wrongly using
position: fixed
- Automatically apply
morsels-root
class to target element fortarget
ui mode
Breaking Changes
- Combine all javascript (including the WebWorker) into one single bundle. The initial script resource is now language specific.
- Stop publishing the npm packages. Distribution will be via CDN or github releases.