You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/3.0-major-release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Version 3.1 of Feathers-Vuex enables ability to add custom handling for each of
24
24
25
25
Feathers-Vuex follows semantic versioning. There are two breaking changes in this release:
26
26
27
-
### Auth Plugin `user` Not Reactive <Badgetext="3.2.0+" />
27
+
### Auth Plugin `user` Not Reactive <Badgetext="New API in 3.2.0+" />
28
28
29
29
Due to changes in how reactivity is applied to service state (it's now using Vue.set under the hood), the `user` state of the `auth` module is no longer reactive. To fix this issue, two getters have been added to the `auth` state. They are available when a `userService` is provided to the `makeAuthPlugin` options.
0 commit comments