File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# [ 4.0.0-beta.2] ( https://github.com/vuejs/vuex/compare/v4.0.0-beta.1...v4.0.0-beta.2 ) (2020-05-11)
2
2
3
3
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
8
5
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 ` .
9
8
10
9
# [ 4.0.0-beta.1] ( https://github.com/vuejs/vuex/compare/v3.3.0...v4.0.0-beta.1 ) (2020-04-25)
11
10
@@ -106,6 +105,14 @@ app.mount('#app')
106
105
- TypeScript support is not ready yet. Please use JS environment to test this for now.
107
106
108
107
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
+
109
116
# [ 3.3.0] ( https://github.com/vuejs/vuex/compare/v3.2.0...v3.3.0 ) (2020-04-25)
110
117
111
118
You can’t perform that action at this time.
0 commit comments