|
| 1 | +## v9.2.0-alpha.5 (2021-07-06) |
| 2 | + |
| 3 | +#### :zap: Improvement Features |
| 4 | + |
| 5 | +- `vue-i18n` |
| 6 | + - [#545](https://github.com/intlify/vue-i18n-next/pull/545) Allow number and boolean in args of number formatting ([@yannbriancon](https://github.com/yannbriancon)) |
| 7 | + |
| 8 | +#### :boom: Breaking Change |
| 9 | + |
| 10 | +- `core-base`, `core`, `devtools-if`, `message-compiler`, `message-resolver`, `runtime`, `shared`, `vue-devtools`, `vue-i18n` |
| 11 | + - [#560](https://github.com/intlify/vue-i18n-next/pull/560) breaking: drop node v10 ([@kazupon](https://github.com/kazupon)) |
| 12 | + |
| 13 | +#### :pencil: Documentation |
| 14 | + |
| 15 | +- Other |
| 16 | + - [#555](https://github.com/intlify/vue-i18n-next/pull/555) docs: add `defaultSFCLang` and `globalSFCScope` to sfc ([@userquin](https://github.com/userquin)) |
| 17 | + - [#549](https://github.com/intlify/vue-i18n-next/pull/549) Fix VueJS Syntax ([@MarianPohling](https://github.com/MarianPohling)) |
| 18 | +- `vue-i18n` |
| 19 | + - [#541](https://github.com/intlify/vue-i18n-next/pull/541) Add number formatting missing type definition ([@yannbriancon](https://github.com/yannbriancon)) |
| 20 | + |
| 21 | +#### Committers: 5 |
| 22 | + |
| 23 | +- Lee ([@PeterAlfredLee](https://github.com/PeterAlfredLee)) |
| 24 | +- Marian Pohling ([@MarianPohling](https://github.com/MarianPohling)) |
| 25 | +- Yann Briançon ([@yannbriancon](https://github.com/yannbriancon)) |
| 26 | +- [@userquin](https://github.com/userquin) |
| 27 | +- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
1 | 28 |
|
2 | 29 | ## v9.2.0-alpha.4 (2021-06-12)
|
3 | 30 |
|
4 | 31 | #### :bug: Bug Fixes
|
5 |
| -* `core-base` |
6 |
| - * [#532](https://github.com/intlify/vue-i18n-next/pull/532) fix: __INTLIFY_PROD_DEVTOOLS__ is not defined ([@kazupon](https://github.com/kazupon)) |
7 |
| -* `vue-i18n` |
8 |
| - * [#524](https://github.com/intlify/vue-i18n-next/pull/524) fix: cannot hook at beforeUnmount/unmounted ([@kazupon](https://github.com/kazupon)) |
| 32 | + |
| 33 | +- `core-base` |
| 34 | + - [#532](https://github.com/intlify/vue-i18n-next/pull/532) fix: **INTLIFY_PROD_DEVTOOLS** is not defined ([@kazupon](https://github.com/kazupon)) |
| 35 | +- `vue-i18n` |
| 36 | + - [#524](https://github.com/intlify/vue-i18n-next/pull/524) fix: cannot hook at beforeUnmount/unmounted ([@kazupon](https://github.com/kazupon)) |
9 | 37 |
|
10 | 38 | #### :boom: Breaking Change
|
11 |
| -* `vue-i18n` |
12 |
| - * [#526](https://github.com/intlify/vue-i18n-next/pull/526) drop node v10 ([@kazupon](https://github.com/kazupon)) |
| 39 | + |
| 40 | +- `vue-i18n` |
| 41 | + - [#526](https://github.com/intlify/vue-i18n-next/pull/526) drop node v10 ([@kazupon](https://github.com/kazupon)) |
13 | 42 |
|
14 | 43 | #### Committers: 1
|
15 |
| -- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
16 | 44 |
|
| 45 | +- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
17 | 46 |
|
18 | 47 | ## v9.2.0-alpha.3 (2021-06-02)
|
19 | 48 |
|
20 | 49 | #### :bug: Bug Fixes
|
21 |
| -* [#519](https://github.com/intlify/vue-i18n-next/pull/519) fix `d.ts` breaking ([@kazupon](https://github.com/kazupon)) |
| 50 | + |
| 51 | +- [#519](https://github.com/intlify/vue-i18n-next/pull/519) fix `d.ts` breaking ([@kazupon](https://github.com/kazupon)) |
22 | 52 |
|
23 | 53 | #### Committers: 1
|
24 |
| -- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
25 | 54 |
|
| 55 | +- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
26 | 56 |
|
27 | 57 | ## v9.2.0-alpha.2 (2021-06-02)
|
28 | 58 |
|
29 | 59 | #### :star: Features
|
30 |
| -* `core-base`, `vue-i18n` |
31 |
| - * [#508](https://github.com/intlify/vue-i18n-next/pull/508) feat: global type definition ([@kazupon](https://github.com/kazupon)) |
| 60 | + |
| 61 | +- `core-base`, `vue-i18n` |
| 62 | + - [#508](https://github.com/intlify/vue-i18n-next/pull/508) feat: global type definition ([@kazupon](https://github.com/kazupon)) |
32 | 63 |
|
33 | 64 | #### :bug: Bug Fixes
|
34 |
| -* `core-base` |
35 |
| - * [#515](https://github.com/intlify/vue-i18n-next/pull/515) Closes [#383](https://github.com/intlify/vue-i18n-next/issues/383) ([@PeterAlfredLee](https://github.com/PeterAlfredLee)) |
| 65 | + |
| 66 | +- `core-base` |
| 67 | + - [#515](https://github.com/intlify/vue-i18n-next/pull/515) Closes [#383](https://github.com/intlify/vue-i18n-next/issues/383) ([@PeterAlfredLee](https://github.com/PeterAlfredLee)) |
36 | 68 |
|
37 | 69 | #### :boom: Breaking Change
|
38 |
| -* `vue-i18n` |
39 |
| - * [#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)) |
| 70 | + |
| 71 | +- `vue-i18n` |
| 72 | + - [#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)) |
40 | 73 |
|
41 | 74 | #### Committers: 2
|
| 75 | + |
42 | 76 | - Lee ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
|
43 | 77 | - kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
|
44 | 78 |
|
45 |
| - |
46 | 79 | ## v9.2.0-alpha.1 (2021-05-25)
|
47 | 80 |
|
48 | 81 | #### :star: Features
|
49 |
| -* `core-base`, `message-resolver`, `vue-i18n` |
50 |
| - * [#477](https://github.com/intlify/vue-i18n-next/pull/477) feat: custom message resolver ([@kazupon](https://github.com/kazupon)) |
| 82 | + |
| 83 | +- `core-base`, `message-resolver`, `vue-i18n` |
| 84 | + - [#477](https://github.com/intlify/vue-i18n-next/pull/477) feat: custom message resolver ([@kazupon](https://github.com/kazupon)) |
51 | 85 |
|
52 | 86 | #### :zap: Improvement Features
|
53 |
| -* `core-base`, `vue-i18n` |
54 |
| - * [#489](https://github.com/intlify/vue-i18n-next/pull/489) Type safe improvements ([@kazupon](https://github.com/kazupon)) |
55 |
| -* `vue-i18n` |
56 |
| - * [#478](https://github.com/intlify/vue-i18n-next/pull/478) improvement: target component highlighting on i18n resources inspector ([@kazupon](https://github.com/kazupon)) |
| 87 | + |
| 88 | +- `core-base`, `vue-i18n` |
| 89 | + - [#489](https://github.com/intlify/vue-i18n-next/pull/489) Type safe improvements ([@kazupon](https://github.com/kazupon)) |
| 90 | +- `vue-i18n` |
| 91 | + - [#478](https://github.com/intlify/vue-i18n-next/pull/478) improvement: target component highlighting on i18n resources inspector ([@kazupon](https://github.com/kazupon)) |
57 | 92 |
|
58 | 93 | #### :boom: Breaking Change
|
59 |
| -* `core-base`, `vue-i18n` |
60 |
| - * [#489](https://github.com/intlify/vue-i18n-next/pull/489) Type safe improvements ([@kazupon](https://github.com/kazupon)) |
| 94 | + |
| 95 | +- `core-base`, `vue-i18n` |
| 96 | + - [#489](https://github.com/intlify/vue-i18n-next/pull/489) Type safe improvements ([@kazupon](https://github.com/kazupon)) |
61 | 97 |
|
62 | 98 | #### :pencil: Documentation
|
63 |
| -* `vue-i18n` |
64 |
| - * [#487](https://github.com/intlify/vue-i18n-next/pull/487) Add some tests about numberFormats ([@PeterAlfredLee](https://github.com/PeterAlfredLee)) |
65 |
| -* Other |
66 |
| - * [#484](https://github.com/intlify/vue-i18n-next/pull/484) Fix syntax error in quote example. ([@snuggs](https://github.com/snuggs)) |
| 99 | + |
| 100 | +- `vue-i18n` |
| 101 | + - [#487](https://github.com/intlify/vue-i18n-next/pull/487) Add some tests about numberFormats ([@PeterAlfredLee](https://github.com/PeterAlfredLee)) |
| 102 | +- Other |
| 103 | + - [#484](https://github.com/intlify/vue-i18n-next/pull/484) Fix syntax error in quote example. ([@snuggs](https://github.com/snuggs)) |
67 | 104 |
|
68 | 105 | #### Committers: 4
|
| 106 | + |
69 | 107 | - Ahmid ([@snuggs](https://github.com/snuggs))
|
70 | 108 | - Lee ([@PeterAlfredLee](https://github.com/PeterAlfredLee))
|
71 | 109 | - [@noy4](https://github.com/noy4)
|
72 | 110 | - kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
|
73 | 111 |
|
74 |
| - |
75 | 112 | ## v9.1.6 (2021-04-15)
|
76 | 113 |
|
77 | 114 | #### :bug: Bug Fixes
|
78 |
| -* `vue-i18n` |
79 |
| - * [#459](https://github.com/intlify/vue-i18n-next/pull/459) fix vue-i18n type definition broken ([@kazupon](https://github.com/kazupon)) |
| 115 | + |
| 116 | +- `vue-i18n` |
| 117 | + - [#459](https://github.com/intlify/vue-i18n-next/pull/459) fix vue-i18n type definition broken ([@kazupon](https://github.com/kazupon)) |
80 | 118 |
|
81 | 119 | #### Committers: 1
|
82 |
| -- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
83 | 120 |
|
| 121 | +- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
84 | 122 |
|
85 | 123 | ## v9.1.5 (2021-04-15)
|
86 | 124 |
|
87 | 125 | #### :zap: Improvement Features
|
88 |
| -* `vue-i18n` |
89 |
| - * [#453](https://github.com/intlify/vue-i18n-next/pull/453) Support passing composer instance to Translation component ([@andresberrios](https://github.com/andresberrios)) |
| 126 | + |
| 127 | +- `vue-i18n` |
| 128 | + - [#453](https://github.com/intlify/vue-i18n-next/pull/453) Support passing composer instance to Translation component ([@andresberrios](https://github.com/andresberrios)) |
90 | 129 |
|
91 | 130 | #### Committers: 2
|
| 131 | + |
92 | 132 | - Andrés Berríos ([@andresberrios](https://github.com/andresberrios))
|
93 | 133 | - kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
|
94 | 134 |
|
95 |
| - |
96 | 135 | ## v9.1.4 (2021-04-11)
|
97 | 136 |
|
98 | 137 | #### :zap: Improvement Features
|
99 |
| -* `core-base`, `devtools-if`, `vue-i18n` |
100 |
| - * [#450](https://github.com/intlify/vue-i18n-next/pull/450) experimental: fix devtools-if ([@kazupon](https://github.com/kazupon)) |
| 138 | + |
| 139 | +- `core-base`, `devtools-if`, `vue-i18n` |
| 140 | + - [#450](https://github.com/intlify/vue-i18n-next/pull/450) experimental: fix devtools-if ([@kazupon](https://github.com/kazupon)) |
101 | 141 |
|
102 | 142 | #### :pencil: Documentation
|
103 |
| -* [#449](https://github.com/intlify/vue-i18n-next/pull/449) Japanese translation (~essential) ([@noy4](https://github.com/noy4)) |
| 143 | + |
| 144 | +- [#449](https://github.com/intlify/vue-i18n-next/pull/449) Japanese translation (~essential) ([@noy4](https://github.com/noy4)) |
104 | 145 |
|
105 | 146 | #### Committers: 2
|
| 147 | + |
106 | 148 | - [@noy4](https://github.com/noy4)
|
107 | 149 | - kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
|
108 | 150 |
|
109 |
| - |
110 | 151 | ## v9.1.3 (2021-04-09)
|
111 | 152 |
|
112 | 153 | #### :zap: Improvement Features
|
113 |
| -* `core-base`, `vue-i18n` |
114 |
| - * [#446](https://github.com/intlify/vue-i18n-next/pull/446) experimental: improve meta for intlify devtools ([@kazupon](https://github.com/kazupon)) |
| 154 | + |
| 155 | +- `core-base`, `vue-i18n` |
| 156 | + - [#446](https://github.com/intlify/vue-i18n-next/pull/446) experimental: improve meta for intlify devtools ([@kazupon](https://github.com/kazupon)) |
115 | 157 |
|
116 | 158 | #### Committers: 1
|
117 |
| -- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
118 | 159 |
|
| 160 | +- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
119 | 161 |
|
120 | 162 | ## v9.1.2 (2021-04-08)
|
121 | 163 |
|
122 | 164 | #### :bug: Bug Fixes
|
123 |
| -* `vue-i18n` |
124 |
| - * [#441](https://github.com/intlify/vue-i18n-next/pull/441) fix: typing errors ([@kazupon](https://github.com/kazupon)) |
| 165 | + |
| 166 | +- `vue-i18n` |
| 167 | + - [#441](https://github.com/intlify/vue-i18n-next/pull/441) fix: typing errors ([@kazupon](https://github.com/kazupon)) |
125 | 168 |
|
126 | 169 | #### Committers: 1
|
127 |
| -- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
128 | 170 |
|
| 171 | +- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
129 | 172 |
|
130 | 173 | ## v9.1.1 (2021-04-07)
|
131 | 174 |
|
132 | 175 | #### :bug: Bug Fixes
|
133 |
| -* `vue-i18n` |
134 |
| - * [#436](https://github.com/intlify/vue-i18n-next/pull/436) fix: cannot defined feature flags accessing ([@kazupon](https://github.com/kazupon)) |
| 176 | + |
| 177 | +- `vue-i18n` |
| 178 | + - [#436](https://github.com/intlify/vue-i18n-next/pull/436) fix: cannot defined feature flags accessing ([@kazupon](https://github.com/kazupon)) |
135 | 179 |
|
136 | 180 | #### Committers: 1
|
| 181 | + |
137 | 182 | - kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
|
138 | 183 |
|
139 | 184 | ## v9.1.0 (2021-04-07)
|
|
0 commit comments