Skip to content

Releases: cmfcmf/docusaurus-search-local

v1.2.0

09 Jun 16:43
9c4f5f7
Compare
Choose a tag to compare

Note: This version is not yet compatible with Docusaurus v3. Please follow #205 for updates.

Features

v1.1.0

10 Apr 21:25
v1.1.0
4b89fd8
Compare
Choose a tag to compare

Features

Bug Fixes

  • Re-add support for using this plugin on Windows (0337ada), closes #175 #179

v1.0.0

26 Feb 09:43
v1.0.0
e1235c3
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • The minimum supported Docusaurus version is now v2.0.0.

Features

Bug Fixes

  • Correctly extract page titles when not specified in frontmatter, closes #146 (1f33151)
  • Do not generate .d.ts files, which break docusaurus write-translations, closes #145, #129, #163, #167 (c09cc94)
  • Fix potential error when calculating paths, closes #136 (26f1b71)
  • Resolve warning regarding render parameter in autocomplete, closes #148 (66d41e4)
  • Support Yarn pnp, closes #139 (045d534)

Other

  • Update to Docusaurus v2 (f8619b7)

v0.11.0

12 Jun 12:58
9d30941
Compare
Choose a tag to compare

0.11.0 (2022-06-12)

Bug Fixes

  • Correct alignment of search input, closes #117 (f29dc02)

chore

Features

BREAKING CHANGES

  • The default height of the search input is now 36px. Use
    the --aa-search-input-height CSS variable to adjust it if needed.
  • The minimum supported Docusaurus version is now v2.0.0-beta21
  • the minimum supported Docusaurus version is now v2.0.0-beta17.

v0.10.0

28 Jan 17:36
c655088
Compare
Choose a tag to compare

0.10.0 (2022-01-28)

Features

  • Add polish translations 🇵🇱 (#95) (e947ad1)
  • support Docusaurus v2.0.0-beta.15, fixes #93 (30a6c66)

BREAKING CHANGES

  • the minimum supported Docusaurus version is now v2.0.0-beta15.

v0.9.4

19 Jan 16:33
3dc1ce3
Compare
Choose a tag to compare

0.9.4 (2022-01-19)

Bug Fixes

  • Return EMPTY_INDEX when server responds with error. (#91) (1a4d89c)

v0.9.3

13 Jan 20:53
cbe2ed3
Compare
Choose a tag to compare

0.9.3 (2022-01-13)

Bug Fixes

  • wrong variable when checking available documentation plugins (8b04bbf)

v0.9.2

14 Dec 22:26
Compare
Choose a tag to compare

0.9.2 (2021-12-14)

Bug Fixes

  • support trailingSlash = false (371d60a), closes #52

v0.9.1

14 Dec 19:08
Compare
Choose a tag to compare

0.9.1 (2021-12-14)

Bug Fixes

  • do not throw error if a search index does not exist (9a17de6), closes #85

Features

  • update @algolia/autocomplete-js to 1.5.1 (5631755)

v0.9.0

11 Dec 12:48
Compare
Choose a tag to compare

0.9.0 (2021-12-11)

Features

  • split indexes by plugin and documentation versions (2953045)
  • support up to Docusaurus v2.0.0-beta13 (e74750f), closes #82 #83

BREAKING CHANGES

  • the minimum supported Docusaurus version is now v2.0.0-beta9.