Skip to content

Commit 3ada40f

Browse files
committed
Changes for version 7.1.0
1 parent 8e33b72 commit 3ada40f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 7.1.0
4+
5+
- Added animateListItems prop for Markdown, MarkdownSlide, and MarkdownSlideSet components, enabling animating list items via Markdown components.
6+
- Added componentProps prop for Markdown, MarkdownSlide, and MarkdownSlideSet components, enabling passing a set of props down to each component rendered within a Markdown component.
7+
38
## 7.0.4
49

510
- Fixed page-size for export to PDF mode

examples/one-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<script src="https://unpkg.com/[email protected]/umd/react-dom.production.min.js"></script>
1414
<script src="https://unpkg.com/[email protected]/umd/react-is.production.min.js"></script>
1515
<script src="https://unpkg.com/[email protected]/prop-types.min.js"></script>
16-
<script src="https://unpkg.com/spectacle@^7.0.4/dist/spectacle.min.js"></script>
16+
<script src="https://unpkg.com/spectacle@^7.1.0/dist/spectacle.min.js"></script>
1717
<!-- <script src="../dist/spectacle.js"></script> -->
1818

1919
<script type="module">

0 commit comments

Comments
 (0)