Skip to content

Commit e1a9ab0

Browse files
committed
docs edit badge text
1 parent 449edbf commit e1a9ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3.0-major-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Version 3.1 of Feathers-Vuex enables ability to add custom handling for each of
2424

2525
Feathers-Vuex follows semantic versioning. There are two breaking changes in this release:
2626

27-
### Auth Plugin `user` Not Reactive <Badge text="3.2.0+" />
27+
### Auth Plugin `user` Not Reactive <Badge text="New API in 3.2.0+" />
2828

2929
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.
3030

0 commit comments

Comments
 (0)