Skip to content

v0.11.0

Compare
Choose a tag to compare
@meili-bot meili-bot released this 29 Jun 17:24
· 223 commits to main since this release
52a9e71

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