react-paginate
Advanced tools
Changelog
= 4.3.0
aria-label
has been added.extraAriaContext
allows to add some extra text to the end of the aria-label
to provide additional context to the users.Changelog
= 4.2.0
hrefBuilder
has been added. It allows to add custom href
attributes on <a>
tags of the component.react
and react-addons-create-fragment
are now dependencies (see package.json).Changelog
= 4.0.0
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).