0.3.0
Overview
Bug fixes and enhancements for presenter mode navigation controls, link handling, and minor
Changelog
https://github.com/thescientist13/greenwood-starter-presentation/issues?q=label%3A0.3.0
- Hitting ESC key in presenter mode will now exit presenter mode
- (bug) applying an aspect ratio to slide previews so more of the slide can be seen
- (bug) Clicking a link inside a slide will now open in a new tab
- (bug) Fixed an issue where clicking on the screen in presenter mode would disable ability to navigate in presenter mode
Breaking Changes
None
Known Issues
N / A
Diff
% git diff 0.3.0 0.2.0 --stat
.github/images/greenwood-starter-presentation.png | Bin 70474 -> 113785 bytes
README.md | 6 +++---
greenwood.config.js | 7 +++++--
package.json | 2 +-
src/components/iframe-key-capture.js | 3 +++
src/components/link-target.js | 10 ++++++++++
src/components/presenter-mode.js | 42 ++++++++++++++++++++++--------------------
src/components/slide-list.js | 46 ++++++++++++++++++++++++----------------------
src/layouts/page.html | 3 +++
src/layouts/theme-center-content.html | 7 ++++---
src/layouts/theme-outline.html | 3 +++
src/layouts/theme-statement.html | 10 +++++-----
src/layouts/theme-title.html | 5 ++++-
src/layouts/theme-top-title-image-left.html | 5 ++++-
src/layouts/theme-top-title.html | 5 ++++-
src/pages/slides/7.md | 4 ++--
16 files changed, 97 insertions(+), 61 deletions(-)