Skip to content

Latest commit

 

History

History
96 lines (70 loc) · 3.9 KB

CHANGELOG.md

File metadata and controls

96 lines (70 loc) · 3.9 KB

Changelog

6.2.0 (06-17-2020)

  • Fix presenter mode so the next element is displayed, not just the next Slide. #924
  • Allow for user-supplied indentation size in the CodePane. #908

6.1.0 (05-28-2020)

  • Remove references to PropTypes from type definitions. #907
  • Enhance hot key support for Linux users. #905

6.0.3 (05-11-2020)

  • Fix keyboard toggles for both MacOS and Windows. #893
  • Documentation updates. #894
  • Add support for mobile navigation of slides. #876

6.0.2 (04-10-2020)

  • Allow for props.fontSize to override the theme's monospace font size in CodePane. #875
  • Surface textDecoration prop from styled-system for Links. #869

6.0.1 (03-18-2020)

  • Fix broken doc links. #859, #862
  • Add a live preview to the docs lander. #860
  • Fix CodePane so user-supplied themes are surfaced. #866
  • Fix nested Appears. #864

6.0.0 (03-06-2020)

  • Expand custom background support by adding Background props to the Slide component, along with backgroundOpacity. #849
  • Add Stepper, allowing for code range highlighting/scrolling within CodePane. #843

6.0.0-alpha.8 (02-20-2020)

  • Update examples/one-page.html to examples/js/index.js with new script helper.
  • Add support for Deck or Slide-level transitions.
  • Add default transitions for Fade, Slide, and None.
  • Fixes Full Screen component for Chrome/FF, adds support for Safari.
  • Added support for dual-browser tab mode for presenter mode in all browsers.

6.0.0-alpha.7 (01-27-2020)

  • Fix one-page.html closing tags.

6.0.0-alpha.6 (01-27-2020)

  • Fix one-page.html unpkg script links.

6.0.0-alpha.5 (01-27-2020)

  • Add color props support to Flex Box. #816

6.0.0-alpha.4 (01-27-2020)

  • Move around internal examples, and publish some for spectacle-cli usage.
  • Use top-center layout defaults for Spectacle. Drop autoLayout prop.
  • Add border styled-system props to FlexBox and Box.

6.0.0-alpha.3 (11-04-2019)

  • Fixes overflow issue for presenter mode in Chrome.

6.0.0-alpha.1 (11-02-2019)

  • First release of the Spectacle rewrite MVP.
  • Support for:
    • Overview mode. #731
    • Presenter mode. #724
    • Presenter notes. #762
    • Base themeing. #717
    • In-browser resizing. #721
    • CodePane. #712
    • URL-based navigation. #711
    • MDX slides. #689
    • Keyboard controls. #760
    • Print & Export mode. #758
    • A Progress indicator. #726