Skip to content

v3.12.0

Choose a tag to compare

@s00d s00d released this 19 Feb 07:44
74e093e

compare changes

🚀 Enhancements

  • types: Add locale configuration object with index signature support (a6d02187)
  • pages: Add custom props component for locale display (a20e1f41)
  • i18n: Enhance locale configuration with flags and currencies (4ec28b66)
  • route-generator: Update data routes generation logic for prerender (255645ea)

🩹 Fixes

  • core: Remove redundant fallback logic in translation functions (c6c3d56f)

💅 Refactors

  • text: Remove unused text.ts file and related code (74e093e7)

📖 Documentation

  • getting-started: Add custom locale properties to documentation (4119bc6b)
  • getting-started: Update plural function documentation (4d9f505d)
  • api: Update $tc method description with pluralization details (209a1662)

🏡 Chore

  • pnpm: Remove outdated ufo dependency and clean up lock file (20a30938)

✅ Tests

  • locales: Add tests for custom locale properties accessibility (804913e1)
  • route-generator: Update tests to reflect index route generation (4956b54d)

🎨 Styles

  • watcher.dev: Format code for improved readability (77df0539)

❤️ Contributors