lelouch77/docusaurus-lunr-search (docusaurus-lunr-search)
### [`v2.4.2`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.4.2): Release
[Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.4.1...v2.4.2)
`data-search-children` option added
Check this [issue #115](https://redirect.github.com/praveenn77/docusaurus-lunr-search/issues/115) for more detail
**Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.4.1...v2.4.2
### [`v2.4.1`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.4.1): - Release
[Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.4.0...v2.4.1)
Dark theme support added
### [`v2.4.0`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.4.0)
[Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.3.2...v2.4.0)
#### What's Changed
- Replace classnames with clsx by [@mateuszsikora](https://redirect.github.com/mateuszsikora) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/103](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/103)
- Add version display feature by [@lxix](https://redirect.github.com/lxix) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/104](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/104)
- Added includeRoutes, stopWords and excludeTags options
#### New Contributors
- [@mateuszsikora](https://redirect.github.com/mateuszsikora) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/103](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/103)
- [@lxix](https://redirect.github.com/lxix) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/104](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/104)
**Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.3.2...v2.4.0
### [`v2.3.2`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.3.2)
[Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.3.1...v2.3.2)
v2.3.2
#### What's Changed
- Avoid adding extra `/` on hits by [@daddykotex](https://redirect.github.com/daddykotex) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/91](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/91)
**Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.3.1...v2.3.2
### [`v2.3.1`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.3.1)
[Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.3.0...v2.3.1)
#### What's Changed
- Files not found when baseUrl is not `/` by [@daddykotex](https://redirect.github.com/daddykotex) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/89](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/89)
#### New Contributors
- [@daddykotex](https://redirect.github.com/daddykotex) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/89](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/89)
**Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.3.0...v2.3.1
### [`v2.3.0`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.3.0)
[Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.2.0...v2.3.0)
#### What's Changed
- Fix plugin for Docusuarus 2.1.0 by [@Danielku15](https://redirect.github.com/Danielku15) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/88](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/88)
#### New Contributors
- [@Danielku15](https://redirect.github.com/Danielku15) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/88](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/88)
**Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.2.0...v2.3.0
### [`v2.2.0`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.2.0)
[Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.1.16...v2.2.0)
#### What's Changed
- Absolute suggestions URLs by [@AlexAtHome](https://redirect.github.com/AlexAtHome) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/75](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/75)
- Fix indexing not working and SearchBar not working after some backwards-incompatible docusaurus changes by [@alanwguo](https://redirect.github.com/alanwguo) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/74](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/74)
- Support trailingSlash option in docusaurus.config.js by [@davidmarquis](https://redirect.github.com/davidmarquis) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/86](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/86)
#### New Contributors
- [@AlexAtHome](https://redirect.github.com/AlexAtHome) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/75](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/75)
- [@alanwguo](https://redirect.github.com/alanwguo) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/74](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/74)
- [@davidmarquis](https://redirect.github.com/davidmarquis) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/86](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/86)
**Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.1.15...v2.2.0
### [`v2.1.16`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.1.16)
[Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.1.15...v2.1.16)
#### What's Changed
- Absolute suggestions URLs by [@AlexAtHome](https://redirect.github.com/AlexAtHome) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/75](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/75)
- Fix indexing not working and SearchBar not working after some backwards-incompatible docusaurus changes by [@alanwguo](https://redirect.github.com/alanwguo) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/74](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/74)
#### New Contributors
- [@AlexAtHome](https://redirect.github.com/AlexAtHome) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/75](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/75)
- [@alanwguo](https://redirect.github.com/alanwguo) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/74](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/74)
**Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.1.15...v2.1.16
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
2.1.15
->2.4.2
Release Notes
lelouch77/docusaurus-lunr-search (docusaurus-lunr-search)
### [`v2.4.2`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.4.2): Release [Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.4.1...v2.4.2) `data-search-children` option added Check this [issue #115](https://redirect.github.com/praveenn77/docusaurus-lunr-search/issues/115) for more detail **Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.4.1...v2.4.2 ### [`v2.4.1`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.4.1): - Release [Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.4.0...v2.4.1) Dark theme support added ### [`v2.4.0`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.4.0) [Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.3.2...v2.4.0) #### What's Changed - Replace classnames with clsx by [@mateuszsikora](https://redirect.github.com/mateuszsikora) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/103](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/103) - Add version display feature by [@lxix](https://redirect.github.com/lxix) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/104](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/104) - Added includeRoutes, stopWords and excludeTags options #### New Contributors - [@mateuszsikora](https://redirect.github.com/mateuszsikora) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/103](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/103) - [@lxix](https://redirect.github.com/lxix) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/104](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/104) **Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.3.2...v2.4.0 ### [`v2.3.2`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.3.2) [Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.3.1...v2.3.2) v2.3.2 #### What's Changed - Avoid adding extra `/` on hits by [@daddykotex](https://redirect.github.com/daddykotex) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/91](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/91) **Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.3.1...v2.3.2 ### [`v2.3.1`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.3.1) [Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.3.0...v2.3.1) #### What's Changed - Files not found when baseUrl is not `/` by [@daddykotex](https://redirect.github.com/daddykotex) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/89](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/89) #### New Contributors - [@daddykotex](https://redirect.github.com/daddykotex) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/89](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/89) **Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.3.0...v2.3.1 ### [`v2.3.0`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.3.0) [Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.2.0...v2.3.0) #### What's Changed - Fix plugin for Docusuarus 2.1.0 by [@Danielku15](https://redirect.github.com/Danielku15) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/88](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/88) #### New Contributors - [@Danielku15](https://redirect.github.com/Danielku15) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/88](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/88) **Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.2.0...v2.3.0 ### [`v2.2.0`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.1.16...v2.2.0) #### What's Changed - Absolute suggestions URLs by [@AlexAtHome](https://redirect.github.com/AlexAtHome) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/75](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/75) - Fix indexing not working and SearchBar not working after some backwards-incompatible docusaurus changes by [@alanwguo](https://redirect.github.com/alanwguo) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/74](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/74) - Support trailingSlash option in docusaurus.config.js by [@davidmarquis](https://redirect.github.com/davidmarquis) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/86](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/86) #### New Contributors - [@AlexAtHome](https://redirect.github.com/AlexAtHome) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/75](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/75) - [@alanwguo](https://redirect.github.com/alanwguo) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/74](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/74) - [@davidmarquis](https://redirect.github.com/davidmarquis) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/86](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/86) **Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.1.15...v2.2.0 ### [`v2.1.16`](https://redirect.github.com/praveenn77/docusaurus-lunr-search/releases/tag/v2.1.16) [Compare Source](https://redirect.github.com/lelouch77/docusaurus-lunr-search/compare/v2.1.15...v2.1.16) #### What's Changed - Absolute suggestions URLs by [@AlexAtHome](https://redirect.github.com/AlexAtHome) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/75](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/75) - Fix indexing not working and SearchBar not working after some backwards-incompatible docusaurus changes by [@alanwguo](https://redirect.github.com/alanwguo) in [https://github.com/praveenn77/docusaurus-lunr-search/pull/74](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/74) #### New Contributors - [@AlexAtHome](https://redirect.github.com/AlexAtHome) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/75](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/75) - [@alanwguo](https://redirect.github.com/alanwguo) made their first contribution in [https://github.com/praveenn77/docusaurus-lunr-search/pull/74](https://redirect.github.com/praveenn77/docusaurus-lunr-search/pull/74) **Full Changelog**: https://github.com/praveenn77/docusaurus-lunr-search/compare/v2.1.15...v2.1.16Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.