File: RELEASENOTES.md

package info (click to toggle)
node-iscroll 5.1.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 872 kB
  • ctags: 415
  • sloc: php: 8; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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*