Skip to content

0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 18:42
· 79 commits to main since this release
f9628e7

Features

  • 3944c2c - ✨ only show search bar on homepage if MeiliSearch enabled - RaviAnand Mohabir
  • 583ce54 - ✨ implement search command and move index as subcommand, add key command - RaviAnand Mohabir
  • 55bd55f - ✨ display MeiliSearch read-only key on app bootstrap - RaviAnand Mohabir
  • b12933a - 🔊 add debug logging for MeiliSearch configuration in backend - RaviAnand Mohabir
  • 06c4647 - ✨ return not found if MeiliSearch not configured in frontend - RaviAnand Mohabir
  • 707786c - 💄 align page data to center - RaviAnand Mohabir
  • 75740b2 - ✨ implement /search page - RaviAnand Mohabir
  • 24189da - ✨ install and register MeiliSearch client with context if environment variables are set - RaviAnand Mohabir
  • 80ab5fc - ✨ add search form to homepage - RaviAnand Mohabir
  • 87e5676 - ✨ implement Meilisearch commands and hooks - RaviAnand Mohabir

Miscellaneous Chores

  • a35160706fa31aac82f989f7e0c9c02e8396a577 - (version) 0.23.0 - Cog
  • c8497b3 - merge branch 'develop' into feat/search - RaviAnand Mohabir
  • 2d611d8 - Merge branch 'develop' into feat/search - RaviAnand Mohabir
  • 28878b8 - ✨ add Docker compose for Meilisearch - RaviAnand Mohabir

Refactoring

  • 4258f63 - ♻️ move MeiliSearch code to meilisearch package and only register commands/hooks if MeiliSearch environment variables are set - RaviAnand Mohabir