Skip to content

Commit

Permalink
chore: generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored and github-actions[bot] committed Aug 31, 2023
1 parent 6732dc8 commit a909f54
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v8.0.0-rc.4 (2023-08-31T15:58:24Z)

This changelog is generated by [GitHub Releases](https://github.com/nuxt-modules/i18n/releases/tag/v8.0.0-rc.4)

###    🚀 Features

- Pickup from unplugin-vue-i18n plugin options to nuxt i18n options &nbsp;-&nbsp; by @kazupon in https://github.com/nuxt-modules/i18n/issues/2323 [<samp>(fdf54)</samp>](https://github.com/nuxt-modules/i18n/commit/fdf54f4)
- Support bundle size tunning with `dropMessageCompiler` option &nbsp;-&nbsp; by @kazupon in https://github.com/nuxt-modules/i18n/issues/2352 [<samp>(417af)</samp>](https://github.com/nuxt-modules/i18n/commit/417af83)
- Disable caching for dynamic locale messages &nbsp;-&nbsp; by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2355 [<samp>(3a621)</samp>](https://github.com/nuxt-modules/i18n/commit/3a62121)

### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

- Drop `vueI18n` option warning &nbsp;-&nbsp; by @kazupon in https://github.com/nuxt-modules/i18n/issues/2324 [<samp>(d2223)</samp>](https://github.com/nuxt-modules/i18n/commit/d222364)
- Redirect status code " &nbsp;-&nbsp; by @wxh06 in https://github.com/nuxt-modules/i18n/issues/1861 and https://github.com/nuxt-modules/i18n/issues/2337 [<samp>(c276e)</samp>](https://github.com/nuxt-modules/i18n/commit/c276e64)
- Regression for API extending &nbsp;-&nbsp; by @kazupon in https://github.com/nuxt-modules/i18n/issues/2340 [<samp>(6c2a4)</samp>](https://github.com/nuxt-modules/i18n/commit/6c2a411)
- Loop redirection on 'ssr: false' and 'no_prefix' strategy &nbsp;-&nbsp; by @kazupon in https://github.com/nuxt-modules/i18n/issues/2341 [<samp>(f8692)</samp>](https://github.com/nuxt-modules/i18n/commit/f869292)
- Normalise `sourcemap` option to boolean &nbsp;-&nbsp; by @danielroe in https://github.com/nuxt-modules/i18n/issues/2344 [<samp>(cd9c3)</samp>](https://github.com/nuxt-modules/i18n/commit/cd9c3de)
- Lazy load locales &nbsp;-&nbsp; by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2294 [<samp>(3a522)</samp>](https://github.com/nuxt-modules/i18n/commit/3a5226f)
- I18n layer vue i18n resolution &nbsp;-&nbsp; by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2347 [<samp>(0ce01)</samp>](https://github.com/nuxt-modules/i18n/commit/0ce016a)

##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/nuxt-modules/i18n/compare/v8.0.0-rc.3...v8.0.0-rc.4)

# v8.0.0-rc.3 (2023-08-16T10:16:01Z)

This changelog is generated by [GitHub Releases](https://github.com/nuxt-modules/i18n/releases/tag/v8.0.0-rc.3)
Expand Down

0 comments on commit a909f54

Please sign in to comment.