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

Update react-infinite-scroller to the latest version 🚀 #5

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 15, 2018

Version 1.1.3 of react-infinite-scroller was just published.

Dependency react-infinite-scroller
Current Version 1.1.2
Type dependency

The version 1.1.3 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of react-infinite-scroller.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 1.1.3

Fixed local state update on hiding loader element

#127

Commits

The new version differs by 3 commits.

  • 6c531ac 1.1.3
  • fd93e04 Merge pull request #127 from Nikit0s/bug-hasMore
  • 0db28b6 Fixed local state update on hiding loader element

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 9, 2018

Version 1.1.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • ba6adf3 1.1.4
  • a16ab39 Merge pull request #145 from wardy/change_loader_proptype
  • 5cbd163 Change proptypes intended for rendering react elements to node
  • 179e3a6 Update README.md
  • e09c101 Update README.md
  • 54f52c1 Update README.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 25, 2018

Version 1.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 21 commits.

  • 1a64cb3 1.2.0
  • 6329fda Merge pull request #58 from deibeljc/master
  • 1ec81cf Added missing code back from master merging
  • dc41ca8 Fixed yarn.lock
  • 96ec1bf Merged back into master
  • 0dc2a24 Merge pull request #155 from jdupont/ElementPropTypes
  • fb85733 Merge branch 'master' into ElementPropTypes
  • 64161ed Add feature request template
  • 95f633b Add issue template with code sandbox
  • 998428c Fix issue #152 by chanding prop type for element.
  • 2aaa7c1 Merge pull request #150 from nombienombie/patch-1
  • 9594833 Correct property type in docs
  • 9b77f8b Updated build
  • b8e8e60 Fixed error
  • 3f1598a Offset calculation ensures element is visible

There are 21 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 14, 2018

Update to this version instead 🚀

Release Notes for 1.2.1

Safely navigate a null scroll component (offsetHeight of null) #172 - Thanks to @skovy

Commits

The new version differs by 6 commits.

  • 253abf2 1.2.1
  • 4d9f594 Merge pull request #172 from joinhandshake/skovy/safely-navigate-null-scroll-component
  • ac51e07 Rebuild the dist
  • 927f775 Make changes to safely navigate null scrollComponent
  • ee0a262 Add a failing test case to simulate the error we are seeing in production
  • 0b1a5b4 Update README.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 10, 2018

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 9c4d2e1 Merge pull request #179 from k2snowman69/k2snowman69/scrollParentAsFunction
  • d203514 Fixed build failure
  • e88b652 Fixed build failure
  • 496b58c Fixed readme documentation
  • ab5cead Moved to returning scroll parent through a function
  • 1bc8605 Fixed React error message
  • a13bbb5 Added optional scrollParent prop

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 23, 2018

Update to this version instead 🚀

Release Notes for 1.2.3

When isReverse is true,The scroll bar position incorrect #184 - Thanks to @hengkx

Commits

The new version differs by 9 commits.

  • 777d63b 1.2.3
  • 93f2758 Merge pull request #184 from hengkx/fix-183
  • 1619c05 Merge branch 'master' into fix-183
  • ce7ce55 Merge pull request #186 from k2snowman69/k2snowman69/crossPlatformBuild
  • 9691d17 Moved mkdirp to dev-dependencies
  • 26f5e9e Enabled build on windows to succeed
  • e3c4983 fix When isReverse is true,The scroll bar position incorrect
  • bb90778 fix When isReverse is true,The scroll bar position incorrect
  • 60e3188 Improved getScrollParent prop documentation

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 24, 2018

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • a96b855 Merge pull request #196 from timbielawski/feature/passive-event-listeners
  • 7dc2dbe Fix linting
  • ace9364 Merge branch 'master' into feature/passive-event-listeners
  • 1a06a94 Add "document.removeEventListener" for passive listener test
  • 7e3b329 Use "this.props.useCapture" as default
  • 06c9feb bind mousewheelListener for this
  • 91ea6b9 solve "Unable to preventDefault inside passive event listener invocation." error by checking for passive before calling preventDefault
  • 3fb027f build
  • 4546d76 Add support for passive listeners

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants