forked from cubiq/iscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mandatory bug fixes after a main release. see release notes
- Loading branch information
cubiq
committed
Jan 9, 2014
1 parent
03a3c14
commit 44d992b
Showing
15 changed files
with
189 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/build/* | ||
/dist/* | ||
/demos/* | ||
*.md | ||
*.md | ||
*.tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Release notes for iScroll | ||
|
||
--- | ||
|
||
## Version 5.1.1 - 2014.01.10 | ||
|
||
### Fixes | ||
* Infinite scroll now switch from `transform` to `top/left` based on `useTransform` option. | ||
* [#555](https://github.com/cubiq/iscroll/issues/555) removed unused variable | ||
* [#372](https://github.com/cubiq/iscroll/issues/372) case insensitive check on tag names | ||
|
||
### New features | ||
* New `off` method to unload custom events | ||
* Added `options.deceleration` to alter the momentum duration/speed | ||
* Added release notes file | ||
|
||
--- | ||
|
||
## Version 5.1.0 - 2014.01.09 | ||
|
||
### Fixes | ||
* [#558](https://github.com/cubiq/iscroll/issues/558) false positive for `isBadAndroid` | ||
|
||
### New features | ||
* Infinite scrolling | ||
* Documentation | ||
* `_execEvent` supports arguments | ||
|
||
### Changes | ||
* dist/minified files are no longer pushed to the main repo | ||
|
||
--- | ||
|
||
*I started collecting release notes from version 5.1.0* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.