Skip to content

Releases: Hugos68/vite-plugin-pagefind

v0.2.1

25 May 10:04
62e213f
Compare
Choose a tag to compare

Patch Changes

  • 8dcc9bc: Added defaults per config options
  • 20c545a: Renamed vite_plugin to vite_plugin_pagefind
  • 8dcc9bc: Added /types export for easier use

v0.2.0

25 May 00:40
a5fdbf4
Compare
Choose a tag to compare

Minor Changes

  • 010e977: Added dev_strategy option, meaning you can develop with eager or lazy indexing
  • 010e977: Plugin now strictly uses pagefind.json

v0.1.1

19 May 18:33
b76439c
Compare
Choose a tag to compare

Patch Changes

  • c6b6c63: bugfix: Types are now exported from root index

v0.1.0

19 May 18:16
84cfdad
Compare
Choose a tag to compare

Minor Changes

  • bc84506: Feature: Added type definitions importable from vite-plugin-pagefind/types
  • bc84506: Breaking: Renamed PagefindPluginConfig to Config
  • bc84506: Breaking: Named publicDir to assetsDir

Patch Changes

  • bc84506: bugfix: replaced process.cwd() with config.root to conform with Vite

v0.0.30

06 Feb 17:10
aae5be8
Compare
Choose a tag to compare

Patch Changes

  • 3bd4c12: Add quotes to path so it still works when there are spaces in the path

v0.0.29

02 Feb 20:22
fbe1978
Compare
Choose a tag to compare

Patch Changes

v0.0.28

01 Feb 17:56
5d2a3fa
Compare
Choose a tag to compare

Patch Changes

  • e02e88b: Fixed dynamic import broken only on initial dev server

v0.0.27

01 Feb 17:43
999cfbb
Compare
Choose a tag to compare

Patch Changes

v0.0.26

01 Feb 15:38
7039ba9
Compare
Choose a tag to compare

Patch Changes

  • f1427a7: Cleaned up some internals

v0.0.25

01 Feb 13:32
eccd97a
Compare
Choose a tag to compare

Patch Changes

  • 19ca67b: Fixed executeMeasured return time (start - stop should be stop - start)