Skip to content

Releases: superRaytin/paginationjs

2.0.5

18 Jan 10:50
Compare
Choose a tag to compare
2.0.5 Pre-release
Pre-release

Changes:

  • Optimize the object type detection method.
  • Add special className for the first & last button.
  • Remove the 'custom-paginationjs' class prefix.
  • Add css hacks for IE 6~9.
  • Bug-fixes.

2.0.3

17 Jan 07:30
Compare
Choose a tag to compare
2.0.3 Pre-release
Pre-release

Changes:

  • Add default font 'Arial', IE does not support the original default font.
  • Use the default $.isFunction of jQuery. Rewrite $.isFunction may cause problems in the old version of Chrome.

2.0.2

16 Jan 14:09
Compare
Choose a tag to compare
2.0.2 Pre-release
Pre-release

Changes:

  • New option: 'hideWhenLessThanOnePage', useful for hide pagination when less than one page.
  • 'inlineStyle' changed to optional.
  • Add pagination+styles.js.
  • Some bug-fixes.

2.0.1

15 Jan 14:11
Compare
Choose a tag to compare
2.0.1 Pre-release
Pre-release

Changes:

  • Fixes for 'show' & 'hide' method.