File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# [ 4.0.0-beta.2] ( https://github.com/vuejs/vuex/compare/v4.0.0-beta.1...v4.0.0-beta.2 ) (2020-05-11)
22
33
4- ### Features
5-
6- * Allow action subscribers to catch rejections. ([ #1740 ] ( https://github.com/vuejs/vuex/issues/1740 ) ) ([ 6ebbe64] ( https://github.com/vuejs/vuex/commit/6ebbe64c5821d19e55a41dc8b1d81cfce6cbd195 ) ), closes [ #1489 ] ( https://github.com/vuejs/vuex/issues/1489 ) [ #1558 ] ( https://github.com/vuejs/vuex/issues/1558 ) [ #1625 ] ( https://github.com/vuejs/vuex/issues/1625 )
7-
4+ ### Bug Fixes
85
6+ - types: add ` useStore ` function ([ #1736 ] ( https://github.com/vuejs/vuex/issues/1736 ) ) [ #1739 ] ( https://github.com/vuejs/vuex/issues/1736 )
7+ - build: fix ` iife ` build containing ` process.env ` .
98
109# [ 4.0.0-beta.1] ( https://github.com/vuejs/vuex/compare/v3.3.0...v4.0.0-beta.1 ) (2020-04-25)
1110
@@ -106,6 +105,14 @@ app.mount('#app')
106105- TypeScript support is not ready yet. Please use JS environment to test this for now.
107106
108107
108+ # [ 3.4.0] ( https://github.com/vuejs/vuex/compare/v3.3.0...v3.4.0 ) (2020-05-11)
109+
110+
111+ ### Features
112+
113+ * Allow action subscribers to catch rejections. ([ #1740 ] ( https://github.com/vuejs/vuex/issues/1740 ) ) ([ 6ebbe64] ( https://github.com/vuejs/vuex/commit/6ebbe64c5821d19e55a41dc8b1d81cfce6cbd195 ) ), closes [ #1489 ] ( https://github.com/vuejs/vuex/issues/1489 ) [ #1558 ] ( https://github.com/vuejs/vuex/issues/1558 ) [ #1625 ] ( https://github.com/vuejs/vuex/issues/1625 )
114+
115+
109116# [ 3.3.0] ( https://github.com/vuejs/vuex/compare/v3.2.0...v3.3.0 ) (2020-04-25)
110117
111118
You can’t perform that action at this time.
0 commit comments