File tree 2 files changed +16
-4
lines changed
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,19 @@ It's an (un)fortunate coincidence that a Open/LibreOffice presentation tool is c
20
20
VERSION HISTORY
21
21
-----------------
22
22
23
- ### master (in development)
24
-
25
- ** CONTAINS UNRELEASED CHANGES, MAY BE UNSTABLE**
23
+ ### 0.3 ([ browse] ( http://github.com/bartaz/impress.js/tree/0.3 ) , [ zip] ( http://github.com/bartaz/impress.js/zipball/0.3 ) , [ tar] ( http://github.com/bartaz/impress.js/tarball/0.3 ) )
26
24
27
25
* minor CSS 3D fixes
28
26
* basic API to control the presentation flow from JavaScript
29
27
* touch event support
28
+ * basic support for iPad (iOS 5 and iOS 4 with polyfills) and Blackberry Playbook
29
+
30
+ ** UPGRADING FROM PREVIOUS VERSIONS**
31
+
32
+ Because API was introduced the way impress.js script is initialized was changed a bit. You not only has to include
33
+ ` impress.js ` script file, but also call ` impress() ` function.
34
+
35
+ See the source of ` index.html ` for example and more details.
30
36
31
37
32
38
### 0.2 ([ browse] ( http://github.com/bartaz/impress.js/tree/0.2 ) , [ zip] ( http://github.com/bartaz/impress.js/zipball/0.2 ) , [ tar] ( http://github.com/bartaz/impress.js/tarball/0.2 ) )
Original file line number Diff line number Diff line change 6
6
*
7
7
* MIT Licensed.
8
8
*
9
- * Copyright 2011 Bartek Szopka (@bartaz)
9
+ * Copyright 2011-2012 Bartek Szopka (@bartaz)
10
+ *
11
+ * ------------------------------------------------
12
+ * author: Bartek Szopka
13
+ * version: 0.3
14
+ * url: http://bartaz.github.com/impress.js/
15
+ * source: http://github.com/bartaz/impress.js/
10
16
*/
11
17
12
18
( function ( document , window ) {
You can’t perform that action at this time.
0 commit comments