Skip to content

Releases: CloudCannon/pagefind

v0.10.6

18 Dec 21:15
Compare
Choose a tag to compare
  • Adds UI translations for Galician, Català & Spanish, thanks @pvillaverde!
  • Fixes Pagefind failing on Safari due to an unsupported regex

v0.10.5

14 Dec 03:29
Compare
Choose a tag to compare
  • Fixed an issue where merging an index from a fully-qualified domain name would mangle the mapped URLs

v0.10.4

06 Dec 22:01
Compare
Choose a tag to compare
  • Fixed a corner case where a data-pagefind-body tag wouldn't be honored on pages with DOM nodes outside the main html element

v0.10.3

02 Dec 02:52
Compare
Choose a tag to compare
  • Fixed the Windows deployment target

v0.10.2

24 Nov 05:57
Compare
Choose a tag to compare
  • Updated only deployment targets:
    • Pagefind now distributes an aarch64-apple-darwin build for M1 macOS machines
      • This will provide a speed benefit on these machines by skipping the Rosetta 2 emulation
    • Pagefind now distributes an aarch64-unknown-linux-musl build for ARM Linux machines
      • Useful for ARM Docker images on M1 macOS
  • Updated the npm/npx wrapper to reflect the newly available binaries

v0.10.1

23 Nov 01:21
Compare
Choose a tag to compare
  • Changed HTML parsing to a non-strict mode that will no longer error when encountering parsing ambiguities
  • Updated the npm wrapper to respect an exit code returned from the main Pagefind binary

v0.10.0 — Exclude Selectors

15 Nov 07:19
Compare
Choose a tag to compare

Features & Improvements

  • Added the ability to exclude custom selectors via Pagefind config. See the exclude selectors documentation

Fixes & Tweaks

  • Fixed an issue where running a multi-site search through Pagefind UI wouldn't wait for all search indexes to be ready

v0.9.3

07 Nov 22:14
932358f
Compare
Choose a tag to compare
  • When the search term null is passed, Pagefind returns all results with filters applied.
    • In the case of a null search and an empty filters object, Pagefind would previously return zero results.
    • Pagefind will now return all results in this case.

v0.9.2

06 Nov 19:37
Compare
Choose a tag to compare
  • Pagefind can now automatically read gzipped HTML files as its source
  • Pagefind's automatic metadata now falls back to the title of a page if there is no h1 element
  • Fixed a couple of inconsistent url formatting issues on Windows

v0.9.1

26 Oct 04:47
Compare
Choose a tag to compare
  • Fix Windows release assets once more