Skip to content

Releases: josecebe/twbs-pagination

Release 1.4.1 (Issue #136 hotfix)

28 Sep 15:30
Compare
Choose a tag to compare

Please, prefer this release instead of v1.4.0
For details, see issue #136

Release 1.4

26 Sep 17:53
Compare
Choose a tag to compare

Release notes:

  1. Bootstrap 4 support
  2. Bugs with query string are not expected more (logic has been separated and tested)
  3. Event Delegation in 'setupEvents' method
  4. Current page and plugin version info added
  5. Carousel style pagination as option

Fixed jQuery 1.9.1 issue

04 Nov 11:40
Compare
Choose a tag to compare

1.3 Overall improvements

04 Nov 10:32
Compare
Choose a tag to compare

Overall improvements

  1. bind -> changed to on() - jquery best practice
  2. var that; var base; var thiz all context varible single code style: _this
  3. code style improvements for variables
  4. return have extra line before
  5. jquery objects have $ in variable name
  6. preventDefault shorthand for jquery. $this.on('click', false);

v1.2.5

20 Dec 12:37
Compare
Choose a tag to compare
  • Bower.json update
  • Bootstrap compatibility improved

v1.2.4

12 Nov 21:15
Compare
Choose a tag to compare
  • Code optimization
  • More support for link pagination
  • Issues #18, #21, #25 and #27

v1.2.3

15 Oct 19:33
Compare
Choose a tag to compare

Fixed href bug,
Added loop feature.

v1.2.2

25 Sep 20:16
Compare
Choose a tag to compare