File: RELEASENOTES.md

package info (click to toggle)
node-iscroll 5.2.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 676 kB
  • sloc: javascript: 2,062; makefile: 10; php: 8
file content (70 lines) | stat: -rw-r--r-- 2,414 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Release notes for iScroll

---

##  Version 5.2.0 - 2016.04.05

### Fixes
* Fixes weird scrolling in Chrome (#760, #441, #943, #927, #780)
* [#1009](https://github.com/cubiq/iscroll/issues/1009) fixes utils.prefixPointerEvent method
* [#1018](https://github.com/cubiq/iscroll/issues/1018), [#652](https://github.com/cubiq/iscroll/issues/652) fixes directionX/Y when scrolling with mouse
* [#924](https://github.com/cubiq/iscroll/issues/924), [#950](https://github.com/cubiq/iscroll/issues/950) clean up timer on destroy
* [#949](https://github.com/cubiq/iscroll/issues/949) removes unnecesary style values on wrapper when useTransition option is 'false'
* [#361](https://github.com/cubiq/iscroll/issues/361) fixes two click/tap events issue
* [#980](https://github.com/cubiq/iscroll/issues/980) fixes event propagation for wheel event
* [#768](https://github.com/cubiq/iscroll/issues/768) fixes indicators
* [#761](https://github.com/cubiq/iscroll/issues/761) fixes two scrollEnd events issue
* Fixes 'click' event is not fired when iScroll is disabled

### Changes
* Added AMD support
* Changed default value of disableMouse/disableTouch/disablePointer options
* Removed CLA non-sense

---

##  Version 5.1.3 - 2014.09.19

### Fixes
* [#577](https://github.com/cubiq/iscroll/issues/577) fixes scrolling in Firefox

---

##  Version 5.1.2 - 2014.06.02

### Fixes
* [#707](https://github.com/cubiq/iscroll/pull/707) fixes build fail when dist folder does not exist
* [#713](https://github.com/cubiq/iscroll/pull/713) Adds W3C pointer support and fixes issue with `MSPointerEvent` detection

---

##  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*