Skip to content

Commit e94a8e2

Browse files
committed
Add FeathersVuexPagination to v3.0 docs
1 parent 4d5e88f commit e94a8e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/3.0-major-release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Version 3.0 of Feathers-Vuex is the Vue Composition API release! There were qui
1616

1717
And now it has become the best way to perform queries with Feathers-Vuex. To find out how to take advantage of the new functionality in your apps, read the [Feather-Vuex Composition API docs](./composition-api.md).
1818

19+
## FeathersVuexPagination Component <Badge text="3.8.0+" />
20+
21+
To assist with Server Side Pagination support, Feathers-Vuex now includes the `<FeathersVuexPagination>` component. It's a renderless component that removes the boilerplate behind handling pagination in the UI. Read about it in the [Composition API Docs](/composition-api.html#feathersvuexpagination).
22+
1923
## Custom Handling for Feathers Events <Badge text="3.1.0+" />
2024

2125
Version 3.1 of Feathers-Vuex enables ability to add custom handling for each of the FeathersJS realtime events. You can read more about it in the [Service Plugin: Events](./service-plugin.md#service-events) docs.

0 commit comments

Comments
 (0)