Skip to content

Releases: XactSystems/b-pagination-table

Explicitly define the BVN components

31 Oct 16:51

Choose a tag to compare

Explicitly define the BVN components used in the pagination table. b2808fa

v3.0.2...v3.0.3

V3 release using bootstrap-vue-next.

31 Oct 04:58

Choose a tag to compare

Replace bootstrap-vue with bootstrap-vue-next.
Replace webpack with Vite as the build tool.

v2.0.1

20 Apr 14:27

Choose a tag to compare

  • Set the v2.0 branch in the publish command. c99031f
  • Fix for parent event handlers not being attached to the b-table element. It's a complex issue with @vue/compat.
  • See vuejs/core#4566 (comment) c15f8bc

v2.0.0...v2.0.1

v2.0.0

17 Apr 12:53

Choose a tag to compare

Update Vue to 3.4 and add @vue/compat as a requirement for consumers.
Update axios to 1.0. Replace url-parse with the URL browser API.
Move eslint and browserlist configs to files. 0b39c87
Add engines.node to satisfy np. 36e10b3

v1.0.27...v2.0.0

Fix issue with page length when pagination disabled.

07 Sep 11:01

Choose a tag to compare

  • Fix issue with page length when pagination disabled. 4f92bf9

v1.0.25...v1.0.27

Add header-left and header-right slots.

31 Aug 12:59

Choose a tag to compare

v1.0.24

07 Jun 16:18

Choose a tag to compare

  • Fix selected item issues when changing pages if filtered or sorted. ef062ea

v1.0.22...v1.0.24

Track selected rows across pages

18 Aug 12:31

Choose a tag to compare

Track selected rows across pages and re-display when changing pages.
Add the getAllSelectedRows() method to retrieve the selected items across all pages.
Document the methods in the README file.

ee534bf

v1.0.21...v1.0.22

v1.0.21

30 Jul 16:59

Choose a tag to compare

  • Add license to package.json 4570fd0

v1.0.20...v1.0.21

v1.0.20

30 Jul 10:12

Choose a tag to compare

  • Save the control state after $nextTick. Use arrow functions for $nextTick. 5a5556c

v1.0.19...v1.0.20