Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DockYard/ember-router-scroll
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: DockYard/ember-router-scroll
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.0
Choose a head ref
  • 13 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 21, 2020

  1. CHANGELOG 2.0.1

    snewcomer committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    a8d1492 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Upgrade ember-app-scheduler to v4.0.0 (#238)

    - uses `whenRouteIdle` instead of `whenRoutePainted`, see the [deprecation](ember-app-scheduler/ember-app-scheduler#475)
    - removes `scrollWhenPainted` config property
    - removes `delayScrollTop` config property
    bobisjan authored Feb 22, 2020
    Configuration menu
    Copy the full SHA
    11d6305 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. 3.0.0

    snewcomer committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    87e0979 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Scroll when afterRender (#239)

    * Scroll when afterRender
    
    * add more documationa
    snewcomer authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    35c6c95 View commit details
    Browse the repository at this point in the history
  2. 3.1.0

    snewcomer committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    928ad04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9da00fd View commit details
    Browse the repository at this point in the history
  4. 3.1.1

    snewcomer committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    9a8a9cd View commit details
    Browse the repository at this point in the history
  5. Prevent multiple calls on routeDidChange (#241)

    * Prevent multiple calls on routeDidChange
    
    * ensure we have same ref to function so only called once in backburner
    snewcomer authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    4db3449 View commit details
    Browse the repository at this point in the history
  6. 3.1.2

    snewcomer committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    0a2fe7a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    34db46a View commit details
    Browse the repository at this point in the history
  2. 3.1.3

    snewcomer committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    d30a930 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

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

    snewcomer committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    b26327a View commit details
    Browse the repository at this point in the history
Loading