bespoke-notes
Version:
Notes for Bespoke.js presentations
48 lines (36 loc) • 1.35 kB
Plain Text
v2.1.2 -- 2016.10.13
* Ensure notes translation is update on each slide zoom change
* Fix handling in Firefox
v2.1.1 -- 2016.10.12
* Ensure lazy slide resolution (without that notes could crash at initialization)
v2.1.0 -- 2016.10.11
* Fine tunning scaling of presentation with notes.
So far fixed 0.5 was used but it was using best possible screen area.
Now scale is computed out of slide and viewport widhts
v2.0.1 -- 2016.10.05
* Ensure notes are not visible when no in notes mode
v2.0.0 -- 2016.07.12
* Generalize styles (no more need for slideWidth option)
* Improve Webpack support (thanks @Kriegslustig)
* Improve documentation
v1.0.0 -- 2015.06.08
* Seclude dom logic, so require of css file is not forced (thanks @posva)
* Use querystring2 instead of querystring
* Configure lint scripts
* Fix spelling of LICENSE
v0.3.1 -- 2014.09.09
* Add 'bespoke-plugin' keyword to package.json
v0.3.0 -- 2014.09.08
* Update for Bespoke 1.0
v0.2.2 -- 2014.05.08
* Ignore keystrokes in input elements
* Fix handling of padding in slide content
v0.2.1 -- 2014.05.01
* Fix keywords in package.json
* Improve documentation
v0.2.0 -- 2014.04.16
* Invoke `resize` event on window on notes toggle (it should refresh any feature
nwhich depends on slide scalling)
* Use 800px as default width
v0.1.0 -- 2014.04.08
Initial