Skip to content

Latest commit

 

History

History
242 lines (107 loc) · 8.37 KB

CHANGELOG.md

File metadata and controls

242 lines (107 loc) · 8.37 KB

3.6.6 (2024-08-22)

Bug Fixes

3.6.5 (2024-08-21)

Bug Fixes

  • fixed components path (bc32301)
  • fixed example component name (4c76a06)

3.6.4 (2024-08-19)

Bug Fixes

  • 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)

Bug Fixes

3.6.2 (2024-05-04)

Bug Fixes

3.6.1 (2023-08-31)

Bug Fixes

  • added update dsData example, improved filterFields description (fbe918a)

3.6.0 (2023-08-29)

Features

  • filter: passing all data fields to filterfields function (a2d50e5)

3.5.4 (2023-06-04)

Bug Fixes

3.5.3 (2023-03-05)

Bug Fixes

3.5.2 (2023-02-26)

Bug Fixes

  • use deep watch instead of cimputed for data update (97bf0c7)

3.5.1 (2023-02-20)

Bug Fixes

  • fixed update:dsData event to emit the sorted data (63cf64e)

3.5.0 (2023-02-05)

Features

3.4.9 (2022-11-06)

Bug Fixes

  • updated eslint config and npm packages (79653ee)

3.4.8 (2022-08-07)

Bug Fixes

  • fixed set active page to last page (fda0228)

3.4.7 (2022-07-19)

Bug Fixes

3.4.6 (2022-07-17)

Bug Fixes

3.4.5 (2022-05-07)

Bug Fixes

  • fixed sass autoprefixer error (fb54ee0)
  • fixed updated eslint config and npm packages (592d931)

3.4.4 (2022-04-20)

Bug Fixes

3.4.3 (2022-01-22)

Bug Fixes

3.4.2 (2022-01-08)

Bug Fixes

3.4.1 (2022-01-08)

Bug Fixes

3.4.0 (2021-12-19)

Features

  • pass rowData as 3rd param to the searchAs function (ec3a81a)

3.3.0 (2021-12-19)

Bug Fixes

  • exposed dsIndexes through provide (931e6cc)

Features

  • exposed indexes to scope as dsIndexes (000970a)

3.2.0 (2021-12-14)

Bug Fixes

Features

  • add JSDoc type info on props (a1cfba7)

3.1.1 (2021-12-13)

Bug Fixes

  • docs: remove non-existing css variable usage (1f00506)

3.1.0 (2021-12-10)

Features

  • pass functions in scope... search, showEntries, setActive (13903f3)

3.0.0 (2021-11-10)

  • Merge pull request #45 from mesqueeb/next (041dcae), closes #45

BREAKING CHANGES

  • The Dataset provider component no longer renders a div.

feat: Make Dataset truly renderless

2.1.0 (2021-10-28)

Features

2.0.2 (2021-10-16)

Bug Fixes

  • fixed dsdata not updating (f17a1d7)

2.0.1 (2021-09-19)

Bug Fixes

2.0.0 (2021-09-19)

Features

BREAKING CHANGES

  • added vue 3 support