Skip to content

Commit

Permalink
Fixed wrong copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
flesler committed Mar 18, 2015
1 parent 948d786 commit 83281bc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -74,47 +74,47 @@

1.2.2
[Optimizations]
* Small improvements to make the code shorter.
* Made the code to set the hash in the url, cleaner.
- Small improvements to make the code shorter.
- Made the code to set the hash in the url, cleaner.
[Features]
* Added the option 'lock', if true, the plugin will ignore events if already animating.
- Added the option 'lock', if true, the plugin will ignore events if already animating.

1.2.1
[Changes]
* Renamed the option 'persistent' to 'lazy', I didn't like the name. Using persistent will still work (backwards compatibilty)
- Renamed the option 'persistent' to 'lazy', I didn't like the name. Using persistent will still work (backwards compatibilty)

1.2
[Optimizations]
* Replaced a $('[name='+id+']') for a document.getElementsByName(id) to improve perfomance.
- Replaced a $('[name='+id+']') for a document.getElementsByName(id) to improve perfomance.
[Fixes]
* Now the last argument received by onBefore when scrolling the window, is no more $(window) but the real element being scrolled.
- Now the last argument received by onBefore when scrolling the window, is no more $(window) but the real element being scrolled.
[Features]
* Added the option 'stop', if true (default), each click will stop any previous animations of the target.
* Removed the option 'cancel' that wasn't working and added the option 'hash' that does that as it should. After the scroll, the hash is added to the address bar.
* Added $.localScroll.hash( settings ); which will scroll to the given element if the URL contains a valid hash.
- Added the option 'stop', if true (default), each click will stop any previous animations of the target.
- Removed the option 'cancel' that wasn't working and added the option 'hash' that does that as it should. After the scroll, the hash is added to the address bar.
- Added $.localScroll.hash( settings ); which will scroll to the given element if the URL contains a valid hash.
[Changes]
* Modified the regular demo, to make it show these last changes.
- Modified the regular demo, to make it show these last changes.

1.1.4
* The event propagation is not stopped anymore, only the default prevented.
* The option cancel works as expected (not yet)
- The event propagation is not stopped anymore, only the default prevented.
- The option cancel works as expected (not yet)

1.1.3
* Added semicolon to the start, for safe file concatenation
* Changed the default named 'speed' for 'duration', following the change in jQuery.ScrollTo 1.3
* jQuery.ScrollTo 1.3 improved the behavior when scrolling the window, among the different browsers, jQuery.localScroll now delegates this responsability completely.
* Modified the demo according to these changes.
* The third argument of onBefore, is now $(window) if settings.target is null (the whole window is scrolled)
- Added semicolon to the start, for safe file concatenation
- Changed the default named 'speed' for 'duration', following the change in jQuery.ScrollTo 1.3
- jQuery.ScrollTo 1.3 improved the behavior when scrolling the window, among the different browsers, jQuery.localScroll now delegates this responsability completely.
- Modified the demo according to these changes.
- The third argument of onBefore, is now $(window) if settings.target is null (the whole window is scrolled)

1.1.2
* The option 'persistent' has been added, if true, links can be added later, and will still work.
* If 'cancel' is set to false, the default behaviour of the anchor will occur.
* An event can be specified, if click is not the desired one.
- The option 'persistent' has been added, if true, links can be added later, and will still work.
- If 'cancel' is set to false, the default behaviour of the anchor will occur.
- An event can be specified, if click is not the desired one.

1.1.1
* The anchor filter has been optimized.
* A bug was fixed, clicking an anchor with href=# and then a special link, wasn't scrolling.
- The anchor filter has been optimized.
- A bug was fixed, clicking an anchor with href=# and then a special link, wasn't scrolling.

1.1.0
* The defaults have been made public.
* Instead of letting jQuery.ScrollTo decide, the default speed has been overriden.
- The defaults have been made public.
- Instead of letting jQuery.ScrollTo decide, the default speed has been overriden.
2 changes: 1 addition & 1 deletion jquery.localScroll.min.js

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

0 comments on commit 83281bc

Please sign in to comment.