All Versions
42
Latest Version
Avg Release Cycle
50 days
Latest Release
-

Changelog History
Page 4

  • v5.2.3 Changes

    May 01, 2018
  • v5.2.2 Changes

  • v5.2.1 Changes

  • v5.2.0 Changes

    • โœ‚ Delete the dependency on react-addons-create-fragment.
    • โœ‚ Delete the dependency on classnames.
  • v5.1.0 Changes

    • ๐Ÿ”จ Refactor using destructuring.
    • โฌ†๏ธ Upgrade react-hot-loader to version 3.0.0 (dev dependency).
  • v5.0.0 Changes

    • Compatibility with React v16.0
  • v4.3.0 Changes

    • The HTML attribute aria-label has been added.
    • A new prop extraAriaContext allows to add some extra text to the end of the aria-label to provide additional context to the users.
  • v4.2.0 Changes

    • A new prop hrefBuilder has been added. It allows to add custom href attributes on <a> tags of the component.
    • ๐Ÿ‘€ Packages react and react-addons-create-fragment are now dependencies (see package.json).
  • v4.0.0 Changes

    • Some variable have been renamed:

      • clickCallback -> onPageChange
      • initialSelected -> initialPage
      • forceSelected -> forcePage
      • pageNum -> pageCount
    • ๐Ÿšš onClick events have been moved on <a> tags (previously on <li>s).

  • v3.0.0 Changes

    clickCallback (onPageChange) isn't called during initialization anymore.