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

Add custom element option to WindowScroller #481

Closed
wants to merge 43 commits into from
Closed

Add custom element option to WindowScroller #481

wants to merge 43 commits into from

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    b7ac151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754cb2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1981162 View commit details
    Browse the repository at this point in the history
  4. Fix copy/paste error

    andrewbranch committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    b9399dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0df5f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57efa5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27f2b69 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e06f19e View commit details
    Browse the repository at this point in the history
  9. Auto fix linter errors

    andrewbranch committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    ca60f00 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8da79fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6fd41a0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    18612a6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8ff9cfc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc7a7ac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2a90fbf View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. Prevent internal scroll position overwriting scroll position from props

    * When the scroll position is updated internally (i.e. the inner
      container is scrolled), it previously updated the internal scroll
      state for both axes, which overwrote the scroll position that was
      passed in from props
    * If one axis was controlled externally (e.g. by WindowScroller),
      that axis's scroll position was being overwritten
    * This fix stops the internal state of an axis from being modified
      if an external scroll position is supplied for that axis
    * Additionally, when the external scroll position is modified
      (props are updated), the scroll direction is now updated, so that
      overscanning works for an axis that is controlled, e.g. by a
      WindowScroller
    Brad Christensen committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    36e14b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Configuration menu
    Copy the full SHA
    a8f039f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42493ce View commit details
    Browse the repository at this point in the history
  3. Fixed code-style issue

    romulof committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    2ddaed2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Updated tests for new CellMeasurer render :index param

    Brian Vaughn committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    919e342 View commit details
    Browse the repository at this point in the history
  2. Removed outdated warning about using CellMeasurer with List now that …

    …it's supported by default
    Brian Vaughn committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    197a5c3 View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG in advance of upcoming release

    Brian Vaughn committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    c7bb0b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Merge pull request #482 from lic-nz/fix-scroll-position-from-props

    Prevent internal scroll position overwriting scroll position from props
    mbrevda authored Dec 1, 2016
    Configuration menu
    Copy the full SHA
    cc83019 View commit details
    Browse the repository at this point in the history
  2. Minor formatting tweaks

    Brian Vaughn committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    643d8a2 View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG for upcoming release

    Brian Vaughn committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    05570f8 View commit details
    Browse the repository at this point in the history
  4. Prepping 8.6.0 release

    Brian Vaughn committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    2a721a7 View commit details
    Browse the repository at this point in the history
  5. Revert "Add autoprefixer-loader (for now?)"

    This reverts commit 2a90fbf.
    andrewbranch committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    fe11056 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78781c7 View commit details
    Browse the repository at this point in the history
  7. onScroll take 2: attach listener to arbitrary scroll element, but onl…

    …y do pointer events if it's window
    andrewbranch committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    335d6df View commit details
    Browse the repository at this point in the history
  8. Revert "Update pointerEvents assertions"

    This reverts commit 6fd41a0.
    andrewbranch committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    15c9fde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb804f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29cec61 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Configuration menu
    Copy the full SHA
    5c2b141 View commit details
    Browse the repository at this point in the history
  2. Prepping for 8.6.1 release

    Brian Vaughn committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    d44dde1 View commit details
    Browse the repository at this point in the history
  3. Fix checkbox bug/typo

    andrewbranch committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    188d691 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43691da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c86015e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2016

  1. Added to to handle case when header items change or resize. also bett…

    …er handles window resize events.
    Brian Vaughn committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    2e91ec7 View commit details
    Browse the repository at this point in the history
  2. Reverted part of the change introduced in version 8.6.0 that changed …

    …the behavior regarding controlled/uncontrolled and props and in a way that was not backwards compatible. (See issue #490 for more.)
    Brian Vaughn committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    32454e0 View commit details
    Browse the repository at this point in the history
  3. Resolved conflicts

    Brian Vaughn committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    36a54f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Configuration menu
    Copy the full SHA
    87fe0f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Configuration menu
    Copy the full SHA
    f2199ac View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Avoid some unnecessary updates to some WindowScrollers

    Previously, given two mounted WindowScrollers with different scrollElements, when either scrollElement was scrolled, both WindowScrollers were updated with { isScrolling: true }.
    andrewbranch committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    7c78188 View commit details
    Browse the repository at this point in the history