3.7.0 (2024-10-02)
- exposed dsSearch (79c6db7)
3.6.6 (2024-08-22)
- updated vue-example (4be3c6f)
3.6.5 (2024-08-21)
3.6.4 (2024-08-19)
- fixed docs examples styling (9ca8ce0)
- updated eslint config, added vitest (b7b905a)
- updated vuepress-plugin-vue-example (68251a1)
- updated vuepress-plugin-vue-example (6f7d7f2)
3.6.3 (2024-05-12)
- swtched to pnpm (dff098d)
3.6.2 (2024-05-04)
- fixed vuepress config (8b885c2)
3.6.1 (2023-08-31)
- added update dsData example, improved filterFields description (fbe918a)
3.6.0 (2023-08-29)
- filter: passing all data fields to filterfields function (a2d50e5)
3.5.4 (2023-06-04)
- updated npm packages (5b1cce4)
3.5.3 (2023-03-05)
- updated npm packages (ac5ddde)
3.5.2 (2023-02-26)
- use deep watch instead of cimputed for data update (97bf0c7)
3.5.1 (2023-02-20)
- fixed update:dsData event to emit the sorted data (63cf64e)
3.5.0 (2023-02-05)
- added update event (409179c)
3.4.9 (2022-11-06)
- updated eslint config and npm packages (79653ee)
3.4.8 (2022-08-07)
- fixed set active page to last page (fda0228)
3.4.7 (2022-07-19)
- fixed docs site (343ed04)
3.4.6 (2022-07-17)
- updated vuepress (d0a75f2)
3.4.5 (2022-05-07)
3.4.4 (2022-04-20)
- updated npm packages (0eb174e)
3.4.3 (2022-01-22)
3.4.2 (2022-01-08)
- fixed release assets (c4462da)
3.4.1 (2022-01-08)
- added coverage badge (51f5d82)
3.4.0 (2021-12-19)
- pass rowData as 3rd param to the searchAs function (ec3a81a)
3.3.0 (2021-12-19)
- exposed dsIndexes through provide (931e6cc)
- exposed indexes to scope as
dsIndexes
(000970a)
3.2.0 (2021-12-14)
- typos (8d40b51)
- add JSDoc type info on props (a1cfba7)
3.1.1 (2021-12-13)
- docs: remove non-existing css variable usage (1f00506)
3.1.0 (2021-12-10)
- pass functions in scope... search, showEntries, setActive (13903f3)
3.0.0 (2021-11-10)
- The Dataset provider component no longer renders a div.
feat: Make Dataset truly renderless
2.1.0 (2021-10-28)
- added iteration index (367c1c0)
2.0.2 (2021-10-16)
- fixed dsdata not updating (f17a1d7)
2.0.1 (2021-09-19)
- fixed size badge url (3d1f01f)
2.0.0 (2021-09-19)
- added vue 3 support (4d240a4)
- added vue 3 support