Skip to content

Latest commit

 

History

History
145 lines (70 loc) · 4.85 KB

CHANGELOG.md

File metadata and controls

145 lines (70 loc) · 4.85 KB

1.1.18 (2023-08-31)

Bug Fixes

  • added row data to fieldFilter function (ab9671d)
  • added update:dsData event (6776a08)
  • updated node to v18 (de32a8f)

1.1.17 (2022-11-06)

Bug Fixes

  • fixed lint config (ca89546)
  • updated eslint config, rollup and npm packages (43c7c94)

1.1.16 (2022-08-07)

Bug Fixes

  • fixed set active page to last page (371cf6a)

1.1.15 (2022-07-18)

Bug Fixes

1.1.14 (2022-06-12)

Bug Fixes

  • updated eslint config and npm packages (7668c97)

1.1.13 (2022-04-20)

Bug Fixes

1.1.12 (2022-01-22)

Bug Fixes

  • added additional tests for helpers (e404084)

1.1.11 (2022-01-08)

Bug Fixes

1.1.10 (2022-01-08)

Bug Fixes

  • added coverage badge (a8cd4aa)
  • exposed indexes through scoped slot and provide (9838b31)
  • pass rowData as 3rd param to the searchAs function (66eb291)
  • pass search, showEntries, setActive functions in scope (ccd80ec)

1.1.9 (2021-10-27)

Bug Fixes

1.1.8 (2021-09-19)

Bug Fixes

  • added dist to .gitignore (31c1e22)

1.1.7 (2021-08-09)

Bug Fixes

  • added npm and size badges (df2aac7)

1.1.6 (2021-08-04)

Bug Fixes

  • added unified umd build (5b26513)
  • fixed module property, added sideEffects property (3afc480)

1.1.5 (2021-07-23)

Bug Fixes

1.1.4 (2021-07-23)

Bug Fixes

  • improved search performance (b862ea5)

1.1.3

Chores

  • Moved dependencies

1.1.2

Chores

  • Lint files

1.1.1

Fixes

  • Fixed items not updating upon data refresh
  • Fixed next button not being disabled when there was no data

1.1.0

Features

  • npm packages: Removed vue-reactive-provide dependency
  • build: Updated build so that components can be imported both separately and using named import

Bug fixes

  • build: Added transpiling (Bublé) to ES build

1.0.0

Initial version