Skip to content

Commit bbf2486

Browse files
authored
prerelease release v9.0.0-beta.7 (#191)
1 parent 834b7d4 commit bbf2486

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,41 @@
11

2+
## v9.0.0-beta.7 (2020-11-17)
3+
4+
#### :star: Features
5+
* [#188](https://github.com/intlify/vue-i18n-next/pull/188) feat: export type prop from runtime ([@kazupon](https://github.com/kazupon))
6+
* [#187](https://github.com/intlify/vue-i18n-next/pull/187) feat: exports linked and plural function from runtime context ([@kazupon](https://github.com/kazupon))
7+
* [#165](https://github.com/intlify/vue-i18n-next/pull/165) Allow d() to take an ISO string as parameter. ([@michaelzangl](https://github.com/michaelzangl))
8+
9+
#### :bug: Bug Fixes
10+
* [#190](https://github.com/intlify/vue-i18n-next/pull/190) fix: locale changing for legacy mode ([@kazupon](https://github.com/kazupon))
11+
* [#180](https://github.com/intlify/vue-i18n-next/pull/180) fix: missing handler not returned ([@kazupon](https://github.com/kazupon))
12+
* [#178](https://github.com/intlify/vue-i18n-next/pull/178) fix: can't assign to property "processor" on false: not an object ([@nrzull](https://github.com/nrzull))
13+
* [#176](https://github.com/intlify/vue-i18n-next/pull/176) fix: cannot pass modifiers options ([@kazupon](https://github.com/kazupon))
14+
* [#168](https://github.com/intlify/vue-i18n-next/pull/168) fix: useScope inconsistency ([@kazupon](https://github.com/kazupon))
15+
16+
#### :zap: Improvement Features
17+
* [#181](https://github.com/intlify/vue-i18n-next/pull/181) fix: improve warning message ([@kazupon](https://github.com/kazupon))
18+
* [#167](https://github.com/intlify/vue-i18n-next/pull/167) fix: improvement errors ([@kazupon](https://github.com/kazupon))
19+
20+
#### :boom: Breaking Change
21+
* [#157](https://github.com/intlify/vue-i18n-next/pull/157) breaking: change i18n global property ([@kazupon](https://github.com/kazupon))
22+
* [#156](https://github.com/intlify/vue-i18n-next/pull/156) breaking: change api mode name ([@kazupon](https://github.com/kazupon))
23+
* [#155](https://github.com/intlify/vue-i18n-next/pull/155) breaking: change to default legacy mode from compsable mode ([@kazupon](https://github.com/kazupon))
24+
* [#153](https://github.com/intlify/vue-i18n-next/pull/153) port: escape ampersand ([@kazupon](https://github.com/kazupon))
25+
26+
#### :pencil: Documentation
27+
* [#163](https://github.com/intlify/vue-i18n-next/pull/163) Documentation - t() ([@michaelzangl](https://github.com/michaelzangl))
28+
* [#170](https://github.com/intlify/vue-i18n-next/pull/170) Fix readme link ([@TeeVenDick](https://github.com/TeeVenDick))
29+
* [#160](https://github.com/intlify/vue-i18n-next/pull/160) Update README.md ([@dhritzkiv](https://github.com/dhritzkiv))
30+
31+
#### Committers: 5
32+
- Andrey Pavlov ([@nrzull](https://github.com/nrzull))
33+
- Daniel Hritzkiv ([@dhritzkiv](https://github.com/dhritzkiv))
34+
- Michael Zangl ([@michaelzangl](https://github.com/michaelzangl))
35+
- [@TeeVenDick](https://github.com/TeeVenDick)
36+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
37+
38+
239
## v9.0.0-beta.6 (2020-10-19)
340

441
#### :chart_with_upwards_trend: Performance Fixes

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-beta.6",
4+
"version": "9.0.0-beta.7",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)