Skip to content

v0.12.0

Compare
Choose a tag to compare
@bglw bglw released this 01 Mar 20:28
· 587 commits to main since this release

Note: v0.12.0 will likely be the last feature release before an upcoming v1.0.0 that will contain a small handful of breaking changes. See the v1.0.0 milestone on GitHub for details and updates.

Features & Improvements

  • CLI: Added a "Keep Index URL" setting. (PR #233 — thanks @kenpetti-toasttab !). See Pagefind CLI > Keep Index URL
  • JS API: Added a totalFilters object to the search response, containing the total matches for the search term under each filter
  • JS API: Added an unfilteredResultCount key to the search response, containing the total matches for the search term if no filters were applied

Fixes & Tweaks

  • CLI: Stopped warning when encountering data-pagefind-ignore="true" instead of data-pagefind-ignore
  • Search: Fixed merging filters from multiple indexes
  • Default UI: Fixed filters sticking open once search input has been focused
  • Default UI: Fixed the search input clearing when hitting the Enter key
  • Search / Default UI: Fixed HTML tags in Pagefind excerpts not being escaped. The content key remains unprocessed