fix(deps): update dependency react-paginate to v8 #34
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.5.0
->^8.1.4
Release Notes
AdeleD/react-paginate
v8.1.4
Compare Source
navigation
to main<ul>
tagreact-hot-loader
byreact-refresh
(see: https://github.com/AdeleD/react-paginate/issues/428#issuecomment-1302408824)v8.1.3
Compare Source
v8.1.2
Compare Source
v8.1.1
Compare Source
pageLabelBuilder
propv8.1.0
Compare Source
onClick
has been added. It is a callback for any click on the component. It exposes information on the part clicked (for eg.isNext
for when next control is clicked orisBreak
for a break clicked), the next expected pagenextSelectedPage
& others. Can returnfalse
to prevent any page change or a number to override the page to jump to. Just return nothing (orundefined
) to let default behavior take place. (see: https://github.com/AdeleD/react-paginate/issues/263)pageRangeDisplayed
andmarginPagesDisplayed
are 0v8.0.3
Compare Source
marginPagesDisplayed={0}
(see: https://github.com/AdeleD/react-paginate/pull/396)v8.0.2
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare Source
prevPageRel
,selectedPageRel
andnextPageRel
. To disable the rel attribute, set them tonull
. (see: https://github.com/AdeleD/react-paginate/pull/391)disabledLinkClassName
has been added. It allows to add a custom class on disabledprevious
andnext
controls. Default toundefined
(no class added).tabindex
is now set to-1
on disabled controls (disable previous/next buttons; active page button). (see: https://github.com/AdeleD/react-paginate/issues/219)initialPage
prop value that is greater than the maximum page index frompageCount
prop.forcePage
prop value that is greater than the maximum page index frompageCount
prop.href
generated fromhrefBuilder
prop is now also set on active page control<a>
tag. (see #242)hrefAllControls
has been added. It allows to enablehrefBuilder
for all controls.v7.1.5
Compare Source
initialPage
andforcePage
props. You should only providesforcePage
when the component is controlled. (see: https://github.com/AdeleD/react-paginate/pull/290)v7.1.4
Compare Source
renderOnZeroPageCount
has been added. It allows to define what to display whenpageCount
is zero. By default, it lets the main pagination boxes be displayed (Previous / Next). To display nothing, just providesrenderOnZeroPageCount={null}
. (see: https://github.com/AdeleD/react-paginate/pull/377)className
has been added, which is an alias tocontainerClassName
and is useful for integration with CSS-in-JS frameworks like styled-components. (see: https://github.com/AdeleD/react-paginate/issues/321)web
target (see: https://github.com/AdeleD/react-paginate/issues/317)pageCount
v7.1.3
Compare Source
v7.1.2
Compare Source
pageLabelBuilder
has been added. It allows to customize pages labels of the component. By default, the page number is displayed (see: https://github.com/AdeleD/react-paginate/pull/334).v7.1.1
Compare Source
v7.1.0
Compare Source
v7.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.