Releases: meilisearch/vuepress-plugin-meilisearch
Releases · meilisearch/vuepress-plugin-meilisearch
v0.11.1
v0.11.0
Changes
Enable the dark mode
// config.js
{
plugins: [
[
'vuepress-plugin-meilisearch',
{
hostUrl: 'https://mymeilisearch.com',
// ...
enableDarkMode: true // Default: false
}
]
]
}
Breaking changes ⚠️
- Remove guaranteed compatibility with node versions 10> and <15 (#155) @bidoubiwa
Thanks again to @mdubus and @bidoubiwa! 🎉
v0.10.8
v0.10.7
Changes
- Update dependencies and fix vulnerabilities
This release is compatible with the new release of MeiliSearch with no breaking changes.
Thanks again to @bidoubiwa, @curquiza! 🎉
v0.10.6
v0.10.5
v0.10.4
v0.10.3
Changes
- Add CONTRIBUTING.md (#28) @curquiza
- Remove package.lock, update yarn and remove vulnerability (#42) @bidoubiwa
Thanks again to @bidoubiwa, and @curquiza! 🎉