Skip to content

Releases: cmfcmf/docusaurus-search-local

v0.8.0

04 Dec 22:54
Compare
Choose a tag to compare
  • FEAT: Support multiple docs, blogs, and pages plugins (#33)

v0.7.0

04 Dec 16:08
Compare
Choose a tag to compare
  • FEAT: Infer docsPath, docsRouteBasePath, and blogRouteBasePath from Docusaurus context
  • FEAT: Make similarity tuning parameters and boosting behavior of title vs content vs parent categories configurable (#67)
  • FEAT: Align documentation version detection with DocsVersionNavbarItem
  • FIX: Correctly exclude tags pages of both docs and blogs, respect tagsBasePath if configured
  • BREAKING: Now requires Docusaurus v2.0.0-beta4 or later
  • BREAKING: Now requires at least Node.js 14
  • CLEANUP: Reorganize repository layout, use yarn workspaces

v0.6.6

30 Aug 17:09
Compare
Choose a tag to compare
  • FEAT: Support Docusaurus v2.0.0-beta5

v0.6.5

30 Aug 17:07
Compare
Choose a tag to compare
  • FEAT: Add additional translations of autocomplete (Spanish, French, Japanese, and Portugese) (#56)

v0.6.4

26 Jul 19:22
Compare
Choose a tag to compare
  • FIX: Re-add support for Chinese (zh)

v0.6.3

24 Jul 16:03
Compare
Choose a tag to compare
  • FIX: Correctly handle trailingSlash config option (#52)
  • FEAT: Fully localized autocomplete (currently in German, English, Italian, Brazilian Portuguese, and Chinese), update autocomplete to 1.2.2
  • FEAT: Support Hindi for search indexing (hi)
  • FEAT: Validate plugin options (#46)

v0.6.2

14 May 08:37
Compare
Choose a tag to compare
  • FEAT: Italian translations
  • FIX: Missing peer dependency warnings
  • FIX: Correct Docusaurus peer dependency version (#36)
  • BREAKING: Now requires Docusaurus v2.0.0-beta0

v0.6.1

14 May 08:36
Compare
Choose a tag to compare
  • FIX: Add missing codeTranslations folder to release package

v0.6.0

01 May 10:43
Compare
Choose a tag to compare
  • BREAKING: Now requires Docusaurus v2.0.0-alpha73
  • BREAKING: Update autocomplete.js to v1-alpha, which features an all-new design and renamed class names (#32).
  • FEAT: Use i18n system for translation of the searchbar itself, translate to German and English (#29)
    • BREAKING: To specfiy a non-default placeholder if no results are found, overwrite the newly introduced translation keys instead of .d-s-l-a .aa-dropdown-menu .aa-suggestion-empty::after { content: "No results"; }
  • FEAT: Yellow result higlighting no longer adds a parameter to the URL and vanishes on refresh (#28)
  • FIX: Support for language th

preview

v0.5.0

26 Dec 21:47
93c05a9
Compare
Choose a tag to compare
  • FIX: Correctly handle "/" as docsRouteBasePath and blogRouteBasePath (#21)
  • FIX: Exclude hash link "#" from HTML headings when indexing
  • FIX: Use same tokenizer that was used for indexing documents to tokenize the content of the search box
  • FEAT: Allow to specify a different separator for the tokenizer (#20)
  • FEAT: Find blog posts and static pages regardless of the currently selected documentation version (#19)
  • FEAT: For docs, optionally also index the titles of parent categories in the sidebar (#17)