Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@shower/core

shower279MIT3.3.0

Core for Shower HTML presentation engine

shower, presentation, core

readme

Core of Shower Build Status

Core of the Shower presentation engine. Doesn’t include themes. See it in action. Follow @shower_me for support and updates, file an issue if you have any.

Usage

Get the Shower template with core already included. Download the template archive or install the package:

npm install @shower/shower

You can also install core as a separate package:

npm install @shower/core

Development

To take part in core development, please read contributing guidelines first. Before submitting a pull request with major changes, please file an issue first.


Licensed under MIT License.

changelog

3.0.0 (Unreleased)

  • Fix data-timing interop with inner navigation
  • Add new duration format for data-timing
  • Fix triggering inner navigation on prev when in list mode
  • Prevent # from being appended to URL in list mode in Firefox
  • next plugin now uses slide_active_classname option for classes of active items

2.1.0 (Feb 1, 2017)

  • Allow asynchronous loading of Shower (#118)
  • Add N and P hotkeys for next/prev slides (a1567ac)
  • Require Shift for Shift+F5 shortcut (6f911ed)