Releases: cmfcmf/docusaurus-search-local
Releases · cmfcmf/docusaurus-search-local
v0.8.0
v0.7.0
- FEAT: Infer
docsPath
,docsRouteBasePath
, andblogRouteBasePath
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
v0.6.5
v0.6.4
v0.6.3
- 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
v0.6.1
v0.6.0
- 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"; }
- BREAKING: To specfiy a non-default placeholder if no results are found, overwrite the newly introduced translation keys instead of
- FEAT: Yellow result higlighting no longer adds a parameter to the URL and vanishes on refresh (#28)
- FIX: Support for language th
v0.5.0
- 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)