Skip to content

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Feb 1, 2018

Version 0.5.0 of ember-router-scroll was just published.

Dependency ember-router-scroll
Current Version 0.4.0
Type devDependency

The version 0.5.0 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 ember-router-scroll.

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.


Commits

The new version differs by 8 commits.

  • 2a1c8bb version bump
  • d27fa7c Add Support for Anchor Urls (#84)
  • c6e9a2f Add CHANGELOG file (#80) (#81)
  • 3c0d4e7 Add CHANGELOG file (#80)
  • 3e2008b Allow tests to run by adding rootURL to asset paths. (#78)
  • 5379039 Updates the demo app with the rootUrl (#76)
  • 77e9186 Add ember-cli-github-pages to deploy demo app (#75)
  • fe9ca60 Moves the demo app inside the tests/dummy (#74)

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 3, 2018

Version 0.6.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • dc98e47 [update] Adds DSC style linting (#108)
  • 699d2ed Update demo URL in readme (#107)
  • f220cd9 Restructure readme to help new users get started (#106)
  • 8d88544 Upgrade cli@3.0 (#102)
  • 743e28a Ensure service is fastboot compatible. Specifically with using `scrol… (#98)
  • 77d7822 Remove RFC note (#93)
  • 09d02ae Fix bug for older versions of Ember + add LTS versions to test matrix (#95)
  • cec9a51 Don't call update when running in fastboot. (#92)
  • 4907117 Fix edge cases for URLs with anchors (#90)
  • 2f3517b add url guard (#91)

See the full diff

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

greenkeeper bot commented May 15, 2018

Version 0.6.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 1efa8ee [update] adds git auto-tag script, nvmrc + fixes (#134)
  • e8a2890 update some linting stuff (#131)
  • 2101a93 delayScrollTop config + schedule in render queue (#101)
  • a87ca1a align with Ember's HistoryLocation property _previousURL (#130)
  • 5625c8e [init] adds CODE_OF_CONDUCT.md (#128)
  • d7f5f82 Ember 3.1 (#126)
  • 7ad7c30 [BugFix] ensure correct intimate API is represented in transition mock (#120)
  • 3638109 Revert DSC linting, circle, etc (#124)
  • 9311ac0 Utilize intimate API Router#_router rather than Router#route (#119)
  • 8cc475c [update] removes .travis.yml (#114)
  • 6021ce2 [feature] Feature add CircleCi (#113)
  • 4150589 [init] adds initial automation of changelog.md, fixes changelog script (#109)
  • 8d28eaa chore(package): update dependencies (#112)

See the full diff

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

greenkeeper bot commented May 17, 2018

Version 0.7.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • 948f25d Feature: Target Element for scroll top (#132)

See the full diff

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

greenkeeper bot commented Jun 11, 2018

Version 0.7.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • f88e8b7 Upgrades ember-app-scheduler to 1.0.1 (#139)

See the full diff

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

greenkeeper bot commented Sep 4, 2018

Version 0.8.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • e3c5440 Release minor version 0.8.0 (#156)
  • 2db1d06 fix(package): update ember-cli-babel to version 7.1.0 (#155)
  • 96f45ae chore(package): update ember-source to version 3.4.0 (#154)
  • 8da7fec chore(package): update ember-cli-update to version 0.23.0 (#153)
  • af86fe7 chore(package): update broccoli-asset-rev to version 3.0.0 (#151)
  • 242f144 Update ember-cli-htmlbars to the latest version 🚀 (#148)
  • abab898 Update ember-resolver to the latest version 🚀 (#147)
  • d8cbe86 Update ember-cli-dependency-checker to the latest version 🚀 (#146)
  • e8e8e21 Update eslint-plugin-node to the latest version 🚀 (#145)
  • 7c53cc2 Update ember-cli to the latest version 🚀 (#144)
  • 63ce5f0 Update ember-source to the latest version 🚀 (#140)
  • cfc2fe9 Update ember-try to the latest version 🚀 (#135)
  • ba9d400 FIX typos and update README instructions (#137)
  • 1a627c4 [init] adds initial work for ember-cli-update on greenkeeper PRs (#150)
  • c615a97 Ensures preserveScrollPosition set on any parent transition will actually preserveScrollPosition (#149)

See the full diff

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

greenkeeper bot commented Sep 6, 2018

Version 1.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 388f6c3 [version] major version bump 1.0.0 (#158)
  • 8a30f9a Use this.get('currentURL') in updateScrollPosition (#127)

See the full diff

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

greenkeeper bot commented Nov 6, 2018

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 3fbaab1 Avoid scroll on first load (#169)
  • c1a73e4 Update ember-cli-inject-live-reload to the latest version 🚀 (#165)
  • 699e388 Update ember-cli to the latest version 🚀 (#164)
  • 8ac5148 Update ember-source to the latest version 🚀 (#162)
  • dca1df9 Update ember-cli to the latest version 🚀 (#160)
  • f362d3e Update ember-cli-update to the latest version 🚀 (#159)

See the full diff

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

greenkeeper bot commented Dec 22, 2018

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • cdaebd1 [version] adds actual patch version (1.0.2) 😑
  • 80063fd [version] patch version; adds @cibernox pkg updates (#179)
  • ae210bb Update to 3.6 + bump ember-app-scheduler to fix deprecations (#178)
  • 89baf44 Update eslint-plugin-ember to the latest version 🚀 (#172)
  • 6e6c882 Update ember-cli-eslint to the latest version 🚀 (#171)
  • 1943894 chore(package): update ember-cli-htmlbars-inline-precompile to version 2.0.0 (#170)
  • 498140b chore(package): update ember-load-initializers to version 2.0.0 (#168)
  • fb8fa70 Update eslint-plugin-node to the latest version 🚀 (#167)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 12, 2019

Update to this version instead 🚀

Commits

The new version differs by commits.

See the full diff

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

greenkeeper bot commented Jul 24, 2019

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 3c40526 Release 1.2.0 (#204)
  • 32ad1a6 Setting the locationType is necessary (#209)
  • ef1e4a0 Remove ember-getowner-polyfill (#207)
  • ac041be Improve the deprecation notice (#206)
  • 5f8600b Remove the locationType recommendation (#205)
  • 695d894 Deprecate locations/router-scroll for Embers own implementation (#203)
  • f1a3b3e Router scroll service (#195)
  • bddb1cc fix preserveScrollPosition for ember 3.6+ (#198)
  • 24799d7 Ember 3.9 deprecation fixes (#191)

See the full diff

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

greenkeeper bot commented Jul 25, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Sep 11, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Sep 12, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Sep 13, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Oct 13, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 21, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 21, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Feb 24, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 27, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 27, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 4, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 4, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 4, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 4, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 4, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 4, 2020

Update to this version instead 🚀

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.

1 participant