Skip to content

v1.71.0

Compare
Choose a tag to compare
@s00d s00d released this 23 Jan 07:01
· 106 commits to main since this release

compare changes

🚀 Enhancements

  • types: Add hooks and customRegexMatcher properties (fb616f3)
  • playground: Add initialization and type check scripts to package.json (c8a0d96)
  • plugins: Update getLocale method to accept route parameter (0b993b4)
  • i18n: Add hooks for dynamic translation registration (69da871)
  • module: Add hooks support to i18n configuration (4202ca2)
  • tests: Add new scripts for type checking and initialization (093296b)

🩹 Fixes

  • meta: Remove unnecessary early return in meta plugin (e59bf2b)
  • define: Update locales type to use LocalesObject (30087db)
  • get: Simplify config destructuring in get.ts (6c4a718)

💅 Refactors

  • plugins: Remove redundant i18n hook registration logic (8c7a1f1)

📖 Documentation

  • faq: Remove outdated troubleshooting information for I18n plugin (983d1fa)
  • guide: Add hooks configuration section to getting started guide (662d402)

🏡 Chore

  • playground: Remove unused nuxt-cookie-control module (6c4a981)

❤️ Contributors