Skip to content

Commit 449edbf

Browse files
committed
docs update deprecations list
1 parent 540aa0e commit 449edbf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/3.0-major-release.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,16 @@ export default {
6363

6464
This behavior exactly matches the new `useFind` utility.
6565

66-
## One Deprecation
66+
## Deprecations
67+
68+
### The `keepCopiesInStore` Option
6769

6870
The `keepCopiesInStore` option is now deprecated. This was a part of the "clone and commit" API which basically disabled the reason for creating the "clone and commit" API in the first place.
6971

7072
If you're not familiar with the Feathers-Vuex "clone and commit" API, you can learn more about the [built-in data modeling](./model-classes.md) API and the section about [Working with Forms](./feathers-vuex-form-wrapper.md#the-clone-and-commit-pattern).
7173

72-
The `keepCopiesInStore` feature is set to be removed in Feathers-Vuex 4.0.
74+
The `keepCopiesInStore` feature is set to be removed in Feathers-Vuex 4.0.
75+
76+
### Auth `user` State
77+
78+
As described, earlier on this page, since the Auth Plugin's `user` state is no longer reactive and has been replaced by a `user` getter that IS reactive, the `user` state will be removed in the Feathers-Vuex 4.0.

0 commit comments

Comments
 (0)