Skip to content

Releases: meilisearch/vuepress-plugin-meilisearch

v0.11.1

12 Jul 09:37
4191099
Compare
Choose a tag to compare

Changes

Thanks again to @bidoubiwa, and @mdubus! 🎉

v0.11.0

29 Jun 17:24
52a9e71
Compare
Choose a tag to compare

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

04 Jun 13:40
20b9bf7
Compare
Choose a tag to compare

Changes

  • [SECURITY] Bump hosted-git-info from 2.8.8 to 2.8.9 (#139)
  • Add layout option and style (#146) @mdubus

Thanks again to @mdubus, @bidoubiwa, @curquiza! 🎉

v0.10.7

19 Jan 10:54
efe9f81
Compare
Choose a tag to compare

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

31 Dec 13:00
b5f1371
Compare
Choose a tag to compare

Changes

  • Update dependencies

This package is now compatible with the latest version of MeiliSearch (v0.17.0) without any breakable issue.

Thanks again to @curquiza! 🎉

v0.10.5

10 Nov 18:51
b23d66f
Compare
Choose a tag to compare

Changes

  • Update dependencies

This package is now compatible with the latest version of MeiliSearch (v0.16.0) without any breakable issue.

v0.10.4

14 Oct 16:24
9980be1
Compare
Choose a tag to compare

Changes

  • Update dependencies to work with MeiliSearch v0.15.0

v0.10.3

20 Aug 13:50
4927b17
Compare
Choose a tag to compare

Changes

Thanks again to @bidoubiwa, and @curquiza! 🎉

v0.10.2

19 Jun 16:10
94ce2c3
Compare
Choose a tag to compare

Changes

v0.10.1

07 May 12:57
6e0193f
Compare
Choose a tag to compare
  • Update docs-searchbar.js dependency (#5)