Skip to content

Commit 36816e3

Browse files
committed
release 0.3
1 parent 0ee0717 commit 36816e3

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,19 @@ It's an (un)fortunate coincidence that a Open/LibreOffice presentation tool is c
2020
VERSION HISTORY
2121
-----------------
2222

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))
2624

2725
* minor CSS 3D fixes
2826
* basic API to control the presentation flow from JavaScript
2927
* 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.
3036

3137

3238
### 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))

js/impress.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
*
77
* MIT Licensed.
88
*
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/
1016
*/
1117

1218
(function ( document, window ) {

0 commit comments

Comments
 (0)