Skip to content

Commit 8665e53

Browse files
committed
docs: clarify new and improved features
1 parent 9c70e33 commit 8665e53

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/api-overview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: API Overview
1313
1414
`feathers-vuex` is a first class integration of the Feathers Client and Vuex. It implements many Redux best practices under the hood, eliminates *a lot* of boilerplate code, and still allows you to easily customize the Vuex store.
1515

16-
These docs are for version 2.x. For [email protected], please go to [feathers-vuex-v1.netlify.com](feathers-vuex-v1.netlify.com).
16+
These docs are for version 2.x. For [email protected], please go to [https://feathers-vuex-v1.netlify.com](feathers-vuex-v1.netlify.com).
1717

1818
## Features
1919

@@ -26,15 +26,17 @@ These docs are for version 2.x. For [email protected], please go to [feathers-v
2626
- Vuex Strict Mode Support
2727
- Client-Side Pagination Support
2828
- Fall-Through Caching *
29-
- `$FeathersVuex` [Vue Plugin](./vue-plugin.md) *
29+
- [`$FeathersVuex` Plugin for Vue](./vue-plugin.md) *
3030
- [Per-Service Data Modeling](./common-patterns.md#Basic-Data-Modeling-with-instanceDefaults) *
3131
- Clone & Commit *
3232
- Simplified Auth *
3333
- Per-Record Defaults *
3434
- Data Level Computed Properties *
3535
- Improved Relation Support *
36-
- Renderless Data Components *
3736
- Powerful Mixins *
37+
- Renderless Data Components *
38+
- Renderless Form Component **
39+
- Temporary (Local-only) Record Support **
3840
- Server-Powered Pagination Support **
3941

4042
`* Improved in v2.0.0`<br />

0 commit comments

Comments
 (0)