Skip to content

Commit

Permalink
release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Feb 19, 2012
1 parent 0ee0717 commit 36816e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,19 @@ It's an (un)fortunate coincidence that a Open/LibreOffice presentation tool is c
VERSION HISTORY
-----------------

### master (in development)

**CONTAINS UNRELEASED CHANGES, MAY BE UNSTABLE**
### 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))

* minor CSS 3D fixes
* basic API to control the presentation flow from JavaScript
* touch event support
* basic support for iPad (iOS 5 and iOS 4 with polyfills) and Blackberry Playbook

**UPGRADING FROM PREVIOUS VERSIONS**

Because API was introduced the way impress.js script is initialized was changed a bit. You not only has to include
`impress.js` script file, but also call `impress()` function.

See the source of `index.html` for example and more details.


### 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))
Expand Down
8 changes: 7 additions & 1 deletion js/impress.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
*
* MIT Licensed.
*
* Copyright 2011 Bartek Szopka (@bartaz)
* Copyright 2011-2012 Bartek Szopka (@bartaz)
*
* ------------------------------------------------
* author: Bartek Szopka
* version: 0.3
* url: http://bartaz.github.com/impress.js/
* source: http://github.com/bartaz/impress.js/
*/

(function ( document, window ) {
Expand Down

0 comments on commit 36816e3

Please sign in to comment.