Skip to content

Commit b59a4bf

Browse files
committed
"bugfix release 0.4.1"
1 parent 78f2ce6 commit b59a4bf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

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

23+
### 0.4.1 ([browse](https://github.com/bartaz/impress.js/tree/0.4.1), [zip](https://github.com/bartaz/impress.js/zipball/0.4.1), [tar](https://github.com/bartaz/impress.js/tarball/0.4.1))
24+
25+
#### BUGFIX RELEASE
26+
27+
Changes is version 0.4 introduced a bug causing JavaScript errors being thrown all over the place in fallback mode.
28+
This release fixes this issue.
29+
30+
It also adds a flag `impress.supported` that can be used in JavaScript to check if impress.js is supported in the browser.
31+
32+
2333
### 0.4 ([browse](https://github.com/bartaz/impress.js/tree/0.4), [zip](https://github.com/bartaz/impress.js/zipball/0.4), [tar](https://github.com/bartaz/impress.js/tarball/0.4))
2434

2535
#### CHANGELOG

js/impress.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* ------------------------------------------------
1313
* author: Bartek Szopka
14-
* version: 0.4
14+
* version: 0.4.1
1515
* url: http://bartaz.github.com/impress.js/
1616
* source: https://github.com/bartaz/impress.js/
1717
*/

0 commit comments

Comments
 (0)