Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Prinzhorn committed Apr 6, 2015
1 parent 1f15eda commit 753beb4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skrollr-menu 1.0.1
skrollr-menu 1.0.2
==================

skrollr plugin for hash navigation.
Expand Down Expand Up @@ -55,7 +55,7 @@ skrollr.menu.init(s, {
change: function(newHash, newTopPosition) {
//Do stuff
},

//Add hash link (e.g. `#foo`) to URL or not.
updateUrl: false //defaults to `true`.
});
Expand Down Expand Up @@ -118,6 +118,11 @@ Instead of using the `duration` option, you can also specify a duration per-link
Changelog
=========

1.0.2 (2015-04-06)
------------------

* Added `updateUrl` option (#75).

1.0.1 (2015-01-24)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions dist/skrollr.menu.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "skrollr-menu",
"title": "skrollr menu plugin",
"description": "skrollr plugin for hash navigation.",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/Prinzhorn/skrollr-menu",
"author": {
"name": "Alexander Prinzhorn",
Expand Down

0 comments on commit 753beb4

Please sign in to comment.