Skip to content

Commit a9816b5

Browse files
authored
prerelease release v9.0.0-alpha.2 (#11)
1 parent 6f3b385 commit a9816b5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2+
## v9.0.0-alpha.2 (2020-04-13)
3+
4+
#### :star: Features
5+
* [#10](https://github.com/intlify/vue-i18n-next/pull/10) support datetime format component ([@kazupon](https://github.com/kazupon))
6+
* [#9](https://github.com/intlify/vue-i18n-next/pull/9) number format component: `i18n-n` ([@kazupon](https://github.com/kazupon))
7+
8+
#### :boom: Breaking Change
9+
* [#8](https://github.com/intlify/vue-i18n-next/pull/8) enhancement locale fallbacking ([@kazupon](https://github.com/kazupon))
10+
* [#7](https://github.com/intlify/vue-i18n-next/pull/7) Translation component `i18n-t` (In v8.x, it was called `i18n` component as Component interpolation feature) ([@kazupon](https://github.com/kazupon))
11+
* [#6](https://github.com/intlify/vue-i18n-next/pull/6) breaking: factory improvements ([@kazupon](https://github.com/kazupon))
12+
13+
#### Committers: 1
14+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
15+
116
## v9.0.0-alpha.1 (2020-04-07)
217

318
### :star: New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-i18n",
33
"description": "Internationalization plugin for Vue.js",
4-
"version": "9.0.0-alpha.1",
4+
"version": "9.0.0-alpha.2",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)