From fb0f88293d2e5fa01faa18faea8992662954401b Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Tue, 2 Feb 2016 11:56:57 +0100 Subject: [PATCH] Fix notes from @bartaz --- CHANGELOG.md | 10 ++++++++++ LICENSE | 2 +- README.md | 20 ++------------------ 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba1ec32..06a515a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,6 +107,16 @@ and now they are added to `body` element, so if your CSS code depends on this, i Same happened to `impress-not-supported` class name - it was moved from `#impress` element to `body`, so update your CSS if it's needed. +#### NOTE ON BLACKBERRY PLAYBOOK + +Changes and fixes added in this version have broken the experience on Blackberry Playbook with OS in version 1.0. +It happened due to a bug in the Playbook browser in this version. Fortunately in version 2.0 of Playbook OS this +bug was fixed and impress.js works fine. + +So currently, on Blackberry Playbook, impress.js work only with latest OS. Fortunately, [it seems that most of the +users](http://twitter.com/n_adam_stanley/status/178188611827679233) [are quite quick with updating their devices] +(http://twitter.com/brcewane/status/178230406196379648) + ### 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)) diff --git a/LICENSE b/LICENSE index b6e56cb..2d2b0e4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2016 Bartek Szopka +Copyright (c) 2011-2016 Bartek Szopka Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6774330..1f447ea 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ If you have fixed a bug or implemented a feature that you'd like to share, send (http://github.com/bartaz/impress.js/tree/dev). But remember that I only accept code that fits my vision of impress.js and my coding standards - so make sure you are open for discussion :) -**Note:** The team has changed, so there will be many changes in the upcoming versions.
+**Note:** The team has changed, so there will be many changes in the upcoming versions. If you need informations about versions, check the [changelog](CHANGELOG.md). @@ -67,16 +67,6 @@ impress.js name in [courtesy of @skuzniak](http://twitter.com/skuzniak/status/14 It's an (un)fortunate coincidence that a Open/LibreOffice presentation tool is called Impress ;) -#### NOTE ON BLACKBERRY PLAYBOOK - -Changes and fixes added in this version have broken the experience on Blackberry Playbook with OS in version 1.0. -It happened due to a bug in the Playbook browser in this version. Fortunately in version 2.0 of Playbook OS this -bug was fixed and impress.js works fine. - -So currently, on Blackberry Playbook, impress.js work only with latest OS. Fortunately, [it seems that most of the -users](http://twitter.com/n_adam_stanley/status/178188611827679233) [are quite quick with updating their devices] -(http://twitter.com/brcewane/status/178230406196379648) - BROWSER SUPPORT ----------------- @@ -146,10 +136,4 @@ found a good way to handle its small screen. Also note that iOS supports `classList` and `dataset` APIs starting with version 5, so iOS 4.X and older requires polyfills to work. - -LICENSE ---------- - -View the [LICENSE](LICENSE) file for more information. - - +Copyright 2011-2016 Bartek Szopka - [Licence](LICENCE)