|
| 1 | +## v9.2.0-beta.1 (2021-07-27) |
| 2 | + |
| 3 | +#### :star: Features |
| 4 | +* `core-base`, `core`, `devtools-if`, `message-compiler`, `message-resolver`, `petite-vue-i18n`, `runtime`, `size-check-core`, `size-check-petite-vue-i18n`, `size-check-vue-i18n`, `vue-devtools`, `vue-i18n-core`, `vue-i18n` |
| 5 | + * [#588](https://github.com/intlify/vue-i18n-next/pull/588) feat: [petite-vue-i18n](https://github.com/intlify/vue-i18n-next/tree/master/packages/petite-vue-i18n) ([@kazupon](https://github.com/kazupon)) |
| 6 | +* `core-base`, `vue-i18n` |
| 7 | + * [#508](https://github.com/intlify/vue-i18n-next/pull/508) feat: type-safe with global type definition ([@kazupon](https://github.com/kazupon)) |
| 8 | +- `core-base`, `message-resolver`, `vue-i18n` |
| 9 | + - [#477](https://github.com/intlify/vue-i18n-next/pull/477) feat: custom message resolver ([@kazupon](https://github.com/kazupon)) |
| 10 | + |
| 11 | + |
| 12 | +#### :boom: Breaking Change |
| 13 | +- `core-base`, `core`, `devtools-if`, `message-compiler`, `message-resolver`, `runtime`, `shared`, `vue-devtools`, `vue-i18n` |
| 14 | + - [#560](https://github.com/intlify/vue-i18n-next/pull/560) breaking: drop node v10 ([@kazupon](https://github.com/kazupon)) |
| 15 | +- `vue-i18n` |
| 16 | + - [#514](https://github.com/intlify/vue-i18n-next/pull/514) Fix **FEATURE_ESM_BUNDLER_WARN** flag can not be configured ([@PeterAlfredLee](https://github.com/PeterAlfredLee)) |
| 17 | + |
| 18 | + |
| 19 | +#### :zap: Improvement Features |
| 20 | +* `core-base`, `vue-i18n` |
| 21 | + * [#584](https://github.com/intlify/vue-i18n-next/pull/584) improvement: reduce size ([@kazupon](https://github.com/kazupon)) |
| 22 | +* `size-check-vue-i18n`, `vue-i18n` |
| 23 | + * [#583](https://github.com/intlify/vue-i18n-next/pull/583) improvement: deprecated __VUE_I18N_PROD_DEVTOOLS__ feature flag ([@kazupon](https://github.com/kazupon)) |
| 24 | +* `vue-i18n` |
| 25 | + * [#578](https://github.com/intlify/vue-i18n-next/pull/578) support for Vue 3.1 ([@kazupon](https://github.com/kazupon)) |
| 26 | +* `vue-i18n` |
| 27 | + * [#545](https://github.com/intlify/vue-i18n-next/pull/545) Allow number and boolean in args of number formatting ([@yannbriancon](https://github.com/yannbriancon)) |
| 28 | +* `vue-i18n` |
| 29 | + * [#541](https://github.com/intlify/vue-i18n-next/pull/541) Add number formatting missing type definition ([@yannbriancon](https://github.com/yannbriancon)) |
| 30 | +* `core-base`, `vue-i18n` |
| 31 | + * [#489](https://github.com/intlify/vue-i18n-next/pull/489) Type safe improvements ([@kazupon](https://github.com/kazupon)) |
| 32 | +* `vue-i18n` |
| 33 | + * [#478](https://github.com/intlify/vue-i18n-next/pull/478) improvement: target component highlighting on i18n resources inspector ([@kazupon](https://github.com/kazupon)) |
| 34 | + |
| 35 | + |
| 36 | +#### :bug: Bug Fixes |
| 37 | +* `core-base` |
| 38 | + * [#570](https://github.com/intlify/vue-i18n-next/pull/570) fix: __INTLIFY_PROD_DEVTOOLS__ is not defined (#532) ([@kazupon](https://github.com/kazupon)) |
| 39 | +* `core-base` |
| 40 | + * [#532](https://github.com/intlify/vue-i18n-next/pull/532) fix: **INTLIFY_PROD_DEVTOOLS** is not defined ([@kazupon](https://github.com/kazupon)) |
| 41 | +* `vue-i18n` |
| 42 | + * [#524](https://github.com/intlify/vue-i18n-next/pull/524) fix: cannot hook at beforeUnmount/unmounted ([@kazupon](https://github.com/kazupon)) |
| 43 | +* `core-base` |
| 44 | + * [#515](https://github.com/intlify/vue-i18n-next/pull/515) Datetime format validation ([@PeterAlfredLee](https://github.com/PeterAlfredLee)) |
| 45 | +* Other |
| 46 | + * [#519](https://github.com/intlify/vue-i18n-next/pull/519) fix `d.ts` breaking ([@kazupon](https://github.com/kazupon)) |
| 47 | + |
| 48 | + |
| 49 | +#### :pencil: Documentation |
| 50 | +* Other |
| 51 | + * [#555](https://github.com/intlify/vue-i18n-next/pull/555) docs: add `defaultSFCLang` and `globalSFCScope` to sfc ([@userquin](https://github.com/userquin)) |
| 52 | + * [#549](https://github.com/intlify/vue-i18n-next/pull/549) Fix VueJS Syntax ([@MarianPohling](https://github.com/MarianPohling)) |
| 53 | + * [#484](https://github.com/intlify/vue-i18n-next/pull/484) Fix syntax error in quote example. ([@snuggs](https://github.com/snuggs)) |
| 54 | +* `vue-i18n` |
| 55 | + * [#487](https://github.com/intlify/vue-i18n-next/pull/487) Add some tests about numberFormats ([@PeterAlfredLee](https://github.com/PeterAlfredLee)) |
| 56 | + |
| 57 | +#### Committers: 1 |
| 58 | +* kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
| 59 | +* Yann Briançon ([@yannbriancon](https://github.com/yannbriancon)) |
| 60 | +* Lee ([@PeterAlfredLee](https://github.com/PeterAlfredLee)) |
| 61 | +* Marian Pohling ([@MarianPohling](https://github.com/MarianPohling)) |
| 62 | +* [@userquin](https://github.com/userquin) |
| 63 | +* Ahmid ([@snuggs](https://github.com/snuggs)) |
| 64 | +* [@noy4](https://github.com/noy4) |
| 65 | + |
1 | 66 |
|
2 | 67 | ## v9.2.0-alpha.9 (2021-07-24)
|
3 | 68 |
|
|
0 commit comments