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

Release 1.2.0 #204

Merged
merged 4 commits into from
Jul 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ember-router-scroll
==============================================================================

[![Build Status](https://travis-ci.org/dollarshaveclub/ember-router-scroll.svg?branch=master)](https://travis-ci.org/dollarshaveclub/ember-router-scroll)
[![Greenkeeper badge](https://badges.greenkeeper.io/dollarshaveclub/ember-router-scroll.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/DockYard/ember-router-scroll.svg?branch=master)](https://travis-ci.org/DockYard/ember-router-scroll)

> Scroll to page top on transition, like a non-SPA website. An alternative scroll behavior for Ember applications.

Expand Down Expand Up @@ -53,7 +52,7 @@ const Router = EmberRouter.extend(PageTrackerMixin, RouterScroll, {
**2.** Enable `historySupportMiddleware` in your app

Edit `config/environment.js` and add `historySupportMiddleware: true,` to get live-reload working in nested routes.
(See [Issue #21](https://github.com/dollarshaveclub/ember-router-scroll/issues/21))
(See [Issue #21](https://github.com/dockyard/ember-router-scroll/issues/21))

```javascript
historySupportMiddleware: true,
Expand Down Expand Up @@ -273,18 +272,6 @@ export default Component.extend({
* `ember test`
* `ember test --server`

## Automatic Updates

This repository uses [Greenkeeper](https://greenkeeper.io/) to manage dependencies.
Before doing manual updates to dependencies, please check if a Greenkeeper pull request for the update already exists.

Greenkeeper updates are updated and merged following the steps listed below.

* `git checkout <greenkeeper-pull-request>`
* `nvm i`
* `yarn`
* `yarn update`

License
------------------------------------------------------------------------------

Expand Down
18 changes: 3 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-router-scroll",
"version": "1.1.0",
"version": "1.2.0",
"description": "Scroll to top with preserved browser history scroll position",
"keywords": [
"ember-addon",
Expand All @@ -11,22 +11,10 @@
"license": "MIT",
"author": "Jason Farmer <[email protected]> and Benny C. Wong <[email protected]>",
"contributors": [
{
"name": "Benny Wong",
"email": "[email protected]"
},
{
"name": "Jason Farmer",
"email": "[email protected]"
},
{
"name": "Brian Cardarella",
"url": "https://github.com/bcardarella"
},
{
"name": "Arjan Singh",
"url": "https://github.com/arjansingh"
},
{
"name": "Brian Gonzalez",
"url": "https://github.com/briangonzalez"
Expand All @@ -46,10 +34,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/dollarshaveclub/ember-router-scroll.git"
"url": "https://github.com/dockyard/ember-router-scroll.git"
},
"bugs": {
"url": "https://github.com/dollarshaveclub/ember-router-scroll/issues"
"url": "https://github.com/dockyard/ember-router-scroll/issues"
},
"homepage": "https://dollarshaveclub.github.io/ember-router-scroll/",
"scripts": {
Expand Down