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! 🎉