-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
193 lines (152 loc) · 5.29 KB
/
changelog.txt
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
------------------------------------------------------
Turn.js 5-beta0.1 - 2021/08/09
------------------------------------------------------
turn5.js: actually a wrapper around turn.js
ready for future jquery dependencies removal
------------------------------------------------------
Turn.js 4.1.2 - 2021/08/09
------------------------------------------------------
+ No new features or bugfix
+ Deleted unuseful stuff
DETAILS
cleanup:
+ turn.js: Removed zoom functions
+ zoom.js: DELETED
+ scissor.js: DELETED
+ hash.js: DELETED
extras:
+ jQuery: 3.4.1 -> 3.6.0 (LASTEST)
+ jQueri UI: DELETED
samples: keep only basic
------------------------------------------------------
Turn.js 4.1.1 - 2019/09/22
------------------------------------------------------
+ Keep the library up to date
+ No new features or bugfix
DETAILS
turn.js:
+ Removed old browsers support
+ Function calls:
- $.inArray() -> .indexOf()
- $.proxy() -> .bind()
- jQuery deprecated function call updated
zoom.js:
+ Removed old browsers support
turn.html4.js: DELETED
extras:
+ Modernizr: DELETED
+ jGestures: DELETED
+ jQuery Mousewheel: 3.0.6 -> 3.1.13 (LASTEST)
+ jQuery: 1.7 -> 3.4.1 (LASTEST)
+ jQueri UI: 1.8.20 -> 1.12.1 (LASTEST)
samples:
+ Removed old browsers support
+ Fixed docs and steve-jobs mousewheel
------------------------------------------------------
Turn.js 4.1.0 - 2012/11/65
------------------------------------------------------
+ Fixed the hard page effect in IE9
+ Fixed issue #220
------------------------------------------------------
Turn.js 4.0.9 - 2012/08/03
------------------------------------------------------
+ Fixed issue when using the .own-size class
+ Event zoom.change now is preventable
------------------------------------------------------
Turn.js 4.0.8 - 2012/07/16
------------------------------------------------------
+ Added option direction
+ Added method direction
+ Added property direction
------------------------------------------------------
Turn.js 4.0.7 - 2012/07/12
------------------------------------------------------
+ Fixed a issue of the pages method
+ Fixed issue #112
+ corner argument of the start event now returns null when using the methods next, previous and page
+ Fixed issue of certain samples in IE8
------------------------------------------------------
Turn.js 4.0.6 - 2012/07/10
------------------------------------------------------
+ Fixed a issue of the peel method when using the single display
+ Fixed issue of using all the corners in single display mode
+ Added method version
+ Added option turnCorner
------------------------------------------------------
Turn.js 4.0.5 - 2012/06/16
------------------------------------------------------
+ Fixed some visualization issues of the zoom viewport
------------------------------------------------------
Turn.js 4.0.4 - 2012/06/16
------------------------------------------------------
+ Fixed a problem of the method page and event start
------------------------------------------------------
Turn.js 4.0.3 - 2012/06/16
------------------------------------------------------
+ Fixed minor issues of HTML4 version
------------------------------------------------------
Turn.js 4.0.2 - 2012/06/16
------------------------------------------------------
+ New Zoom viewport
+ New magazine sample
------------------------------------------------------
Turn.js 4.0.1 - 2012/06/12
------------------------------------------------------
+ Fixed some issues when calculating z-index of pages
+ Added method peel
------------------------------------------------------
Release 4 Commercial - 2012/06/07
------------------------------------------------------
+ Added option autoCenter
+ Added option zoom
+ Added property animating
+ Added property zoom
+ Added method center
+ Added method destroy
+ Added method is
+ Added method zoom
+ Added event missing
+ Added event zooming
+ Added class .even
+ Added class .fixed
+ Added class .hard
+ Added class .odd
+ Added class .own-size
+ Added class .sheet
+ Added class .sheet
+ Added the ignore attribute
+ New turn.html4.js
+ New scissors.js
+ Changed the class .turn-page to .page
+ Improved the animation frame generator with requestAnimationFrame
+ Improved the animation speed for hard pages with CSS3 transitions
+ Redesigned the event sequence to listen to only three events
+ Fixed issue #79
+ Fixed issue #91
+ Fixed issue about the event order turning
+ turned
+ Fixed issue about appending pages in wrong locations
------------------------------------------------------
Release 3 - 2012/03/01
------------------------------------------------------
+ Added 'range'
+ Added 'addPage'
+ Added 'removePage'
+ Added 'hasPage'
+ Added 'pages'
+ Added 'display'
+ Added 'when' to the initial configuration
+ Added 'pages' to the initial configuration
+ Added 'inclination' to the initial configuration
+ Added 'first' event
+ Added 'last' event
+ Added gradients for non-webkit browsers
------------------------------------------------------
Release 2 - 2012/02/15
------------------------------------------------------
+ Added 'size'.
+ Bug in Chrome 17-18 Beta about losing background-image was fixed.
------------------------------------------------------
Release 1 - 2012/02/05
------------------------------------------------------
+ First alpha release