Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 14:38
· 234 commits to main since this release
  • 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 for target 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.