|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Unreleased |
| 3 | +## 6.0.3 (05-11-2020) |
4 | 4 |
|
| 5 | +- Fix keyboard toggles for both MacOS and Windows. |
| 6 | + [#893](https://github.com/FormidableLabs/spectacle/pull/893) |
| 7 | +- Documentation updates. |
| 8 | + [#894](https://github.com/FormidableLabs/spectacle/pull/894) |
5 | 9 | - Add support for mobile navigation of slides. |
6 | 10 | [#876](https://github.com/FormidableLabs/spectacle/pull/876) |
7 | 11 |
|
8 | | -## 6.0.2 |
| 12 | +## 6.0.2 (04-10-2020) |
9 | 13 |
|
10 | 14 | - Allow for `props.fontSize` to override the theme's monospace font size in `CodePane`. |
11 | 15 | [#875](https://github.com/FormidableLabs/spectacle/pull/875) |
12 | 16 | - Surface `textDecoration` prop from styled-system for `Link`s. |
13 | 17 | [#869](https://github.com/FormidableLabs/spectacle/pull/869) |
14 | 18 |
|
15 | | -## 6.0.1 |
| 19 | +## 6.0.1 (03-18-2020) |
16 | 20 |
|
17 | 21 | - Fix broken doc links. |
18 | 22 | [#859](https://github.com/FormidableLabs/spectacle/pull/859), [#862](https://github.com/FormidableLabs/spectacle/pull/862) |
|
23 | 27 | - Fix nested Appears. |
24 | 28 | [#864](https://github.com/FormidableLabs/spectacle/pull/864) |
25 | 29 |
|
26 | | -## 6.0.0 |
| 30 | +## 6.0.0 (03-06-2020) |
27 | 31 |
|
28 | 32 | - Expand custom background support by adding `Background` props to the `Slide` component, along with `backgroundOpacity`. |
29 | 33 | [#849](https://github.com/FormidableLabs/spectacle/pull/849) |
30 | 34 | - Add `Stepper`, allowing for code range highlighting/scrolling within CodePane. |
31 | 35 | [#843](https://github.com/FormidableLabs/spectacle/pull/843) |
32 | 36 |
|
33 | | -## 6.0.0-alpha.8 |
| 37 | +## 6.0.0-alpha.8 (02-20-2020) |
34 | 38 |
|
35 | 39 | - Update `examples/one-page.html` to `examples/js/index.js` with new script helper. |
36 | 40 | - Add support for Deck or Slide-level transitions. |
37 | 41 | - Add default transitions for Fade, Slide, and None. |
38 | 42 | - Fixes Full Screen component for Chrome/FF, adds support for Safari. |
39 | 43 | - Added support for dual-browser tab mode for presenter mode in all browsers. |
40 | 44 |
|
41 | | -## 6.0.0-alpha.7 |
| 45 | +## 6.0.0-alpha.7 (01-27-2020) |
42 | 46 |
|
43 | 47 | - Fix `one-page.html` closing tags. |
44 | 48 |
|
45 | | -## 6.0.0-alpha.6 |
| 49 | +## 6.0.0-alpha.6 (01-27-2020) |
46 | 50 |
|
47 | 51 | - Fix `one-page.html` unpkg script links. |
48 | 52 |
|
49 | | -## 6.0.0-alpha.5 |
| 53 | +## 6.0.0-alpha.5 (01-27-2020) |
50 | 54 |
|
51 | 55 | - Add color props support to Flex Box. |
52 | 56 | [#816](https://github.com/FormidableLabs/spectacle/issues/816) |
53 | 57 |
|
54 | | -## 6.0.0-alpha.4 |
| 58 | +## 6.0.0-alpha.4 (01-27-2020) |
55 | 59 |
|
56 | 60 | - Move around internal examples, and publish some for `spectacle-cli` usage. |
57 | 61 | - Use top-center layout defaults for Spectacle. Drop `autoLayout` prop. |
58 | 62 | - Add `border` styled-system props to `FlexBox` and `Box`. |
59 | 63 |
|
60 | | -## 6.0.0-alpha.3 |
| 64 | +## 6.0.0-alpha.3 (11-04-2019) |
61 | 65 |
|
62 | 66 | - Fixes overflow issue for presenter mode in Chrome. |
63 | 67 |
|
64 | | -## 6.0.0-alpha.1 |
| 68 | +## 6.0.0-alpha.1 (11-02-2019) |
65 | 69 |
|
66 | 70 | - First release of the Spectacle rewrite MVP. |
67 | 71 | - Support for: |
|
0 commit comments