Skip to content

v2.3.0

Choose a tag to compare

@hareland hareland released this 19 Jan 14:37
· 93 commits to main since this release

2.3.0 (2026-01-19)

Features

  • merge landing and pages collections into pages for less complexity (193da66)
  • refactor useSitePage composable to enhance flexibility and streamline page retrieval logic (a41bf3a)
  • useSitePage composable (3398028)

Bug Fixes

  • i18n: add strategy ref to composable with caution note (63375f2)
  • i18n: add null-safe check for locales in plugin configuration (2ca78b0)
  • i18n: adjust path resolution for prefix_except_default strategy in landing page query (6348f56)
  • i18n: enhance path resolution logic for prefix_except_default strategy in landing page query (1b075f5)
  • i18n: expose locale strategy in runtime config with caution note (f2893c2)
  • i18n: handle default locale path resolution for prefix_except_default strategy (f85d357)
  • i18n: move redirect logic to i18n-redirect plugin and refactor module setup (9b2c8e1)
  • i18n: prevent redirect for strategies without prefix and log strategy in dev mode (e528267)
  • i18n: refine path resolution for prefix_except_default strategy and remove debug log (971935d)
  • i18n: suppress TypeScript error for virtual import in i18n-redirect plugin (74758fc)
  • i18n: use prefix_except_default strategy and remove @nuxtjs/i18n module (47348f7)