Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-paginate to v8 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-paginate ^6.5.0 -> ^8.1.4 age adoption passing confidence

Release Notes

AdeleD/react-paginate

v8.1.4

Compare Source

v8.1.3

Compare Source

v8.1.2

Compare Source

v8.1.1

Compare Source

  • Add TypeScript definition for pageLabelBuilder prop

v8.1.0

Compare Source

  • A new prop 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 or isBreak for a break clicked), the next expected page nextSelectedPage & others. Can return false to prevent any page change or a number to override the page to jump to. Just return nothing (or undefined) to let default behavior take place. (see: https://github.com/AdeleD/react-paginate/issues/263)
  • Prevent breaks to be displayed when both pageRangeDisplayed and marginPagesDisplayed are 0

v8.0.3

Compare Source

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

  • Remove button role for links with an href (see: https://github.com/AdeleD/react-paginate/pull/390)
  • Add a rel attribute on previous page, current page and next page controls. They are respectivement customizable thanks to props prevPageRel, selectedPageRel and nextPageRel. To disable the rel attribute, set them to null. (see: https://github.com/AdeleD/react-paginate/pull/391)
  • A new prop disabledLinkClassName has been added. It allows to add a custom class on disabled previous and next controls. Default to undefined (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)
  • Add a warning when providing an initialPage prop value that is greater than the maximum page index from pageCount prop.
  • Add a warning when providing a forcePage prop value that is greater than the maximum page index from pageCount prop.
  • The href generated from hrefBuilder prop is now also set on active page control <a> tag. (see #​242)
  • A new prop hrefAllControls has been added. It allows to enable hrefBuilder for all controls.
  • Fix page range of 2 when first page is selected. (see https://github.com/AdeleD/react-paginate/issues/307)
  • Fix the breaking algorithm to not create breaks for only one page (see: https://github.com/AdeleD/react-paginate/issues/270)

v7.1.5

Compare Source

v7.1.4

Compare Source

v7.1.3

Compare Source

  • Remove react-hot-loader from production build.

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

  • Compatibility with React v17.0

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/react-paginate-8.x branch from 35eb783 to 96920eb Compare November 24, 2021 17:06
@renovate renovate bot force-pushed the renovate/react-paginate-8.x branch 2 times, most recently from 42de68e to 09d9985 Compare December 5, 2021 19:45
@renovate renovate bot force-pushed the renovate/react-paginate-8.x branch from 09d9985 to 7c95b69 Compare December 9, 2021 11:09
@renovate renovate bot force-pushed the renovate/react-paginate-8.x branch 2 times, most recently from ef0ab51 to 9bd4db1 Compare February 21, 2022 20:42
@renovate renovate bot force-pushed the renovate/react-paginate-8.x branch from 9bd4db1 to f6a6181 Compare April 12, 2022 22:14
@renovate renovate bot force-pushed the renovate/react-paginate-8.x branch from f6a6181 to 68d2d0b Compare September 25, 2022 12:33
@renovate renovate bot force-pushed the renovate/react-paginate-8.x branch from 68d2d0b to 515b622 Compare November 20, 2022 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants