Hakim El Hattab
02a6b0515e
fix markdown typo, update comment #1780
2017-01-31 15:02:59 +01:00
Hakim El Hattab
37f3da6095
Merge branch 'patch-2' of https://github.com/ccqgithub/reveal.js into dev
2017-01-31 15:02:26 +01:00
Hakim El Hattab
3617eaccb6
note about showNotes in PDF exports #1800
2017-01-30 14:50:17 +01:00
Hakim El Hattab
fa01fa366a
typo
2017-01-30 14:38:14 +01:00
Hakim El Hattab
c018d04197
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2017-01-30 14:33:52 +01:00
Hakim El Hattab
3bcd167ce9
Merge pull request #1803 from bitjson/patch-1
...
correct grunt option usage
2017-01-30 14:20:41 +01:00
Hakim El Hattab
cd36c9274f
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2017-01-25 11:01:40 +01:00
Hakim El Hattab
9f8e4d5742
3.4.1
2017-01-25 10:51:25 +01:00
Hakim El Hattab
953d302f8b
adjust pdf margins instead of heights to fix #1804
2017-01-25 10:46:03 +01:00
Hakim El Hattab
84202fa072
adjust pdf margins instead of heights to fix #1804
2017-01-25 10:43:26 +01:00
Hakim El Hattab
d9dcff1503
additional fix for empty pages in pdf exports #1804
2017-01-24 15:29:34 +01:00
Hakim El Hattab
286b69b61f
fix empty pages in pdf exports ( closes #1804 )
2017-01-24 15:29:27 +01:00
Hakim El Hattab
934c2e9730
additional fix for empty pages in pdf exports #1804
2017-01-24 15:27:37 +01:00
Hakim El Hattab
d4133f0160
fix empty pages in pdf exports ( closes #1804 )
2017-01-24 14:48:36 +01:00
Jason Dreyzehner
e3ca5e84a3
correct grunt option usage
2017-01-23 21:26:33 -05:00
Hakim El Hattab
a6ecbfa732
merge info links in index
2017-01-23 11:23:45 +01:00
Hakim El Hattab
08e6cc5a3c
Merge pull request #1794 from pkubowicz/index-history
...
Remove 'history: true' from index.html
2017-01-23 11:16:48 +01:00
Hakim El Hattab
cb16f27dd3
Merge pull request #1768 from demoneaux/background-images
...
Allow background images without protocols to have query hashes/parameters.
2017-01-23 11:11:28 +01:00
Hakim El Hattab
e8164c1392
2017
2017-01-20 10:35:01 +01:00
Hakim El Hattab
20238ee1d6
make backgrounds (iframes) interactive when the foreground is empty
2017-01-19 12:16:30 +01:00
Hakim El Hattab
98de9327a7
remove unused argument
2017-01-19 12:08:28 +01:00
Hakim El Hattab
941b86b6c3
works with video, defaults to (same as for images)
2017-01-18 10:43:29 +01:00
Hakim El Hattab
84090b882f
fix race condition by updating backgrounds after slide visibility
2017-01-17 18:37:43 +01:00
Hakim El Hattab
f9e5467000
prevent autoplaying backgrounds from playing if slide is hidden
2017-01-17 13:19:10 +01:00
Hakim El Hattab
a38207f1d7
wait for in-slide video/audio to load before playing, reuse same autoplay logic for slide backgrounds
2017-01-16 16:11:20 +01:00
Piotr Kubowicz
4afd854037
Remove 'history: true' from index.html
...
Readme says the default is 'history: false', so it may be surprising
for users - it's easy to miss the contradicting setting in index.html
2017-01-15 16:35:31 +01:00
Hakim El Hattab
568c7516f7
fix unclosed code block
2017-01-10 14:43:47 +01:00
Hakim El Hattab
fb8414f4cb
3.4.0
2017-01-10 13:47:33 +01:00
Hakim El Hattab
a144134b42
Merge branch 'dev' of github.com:hakimel/reveal.js
2017-01-10 13:45:52 +01:00
Season Chen
5f76234566
support complex markdown
...
support <textarea data-template> `some code` </textarea>
2016-12-23 13:08:23 +08:00
Hakim El Hattab
97bb6e9b58
fragments inherit visibility to avoid conflicts with parent slide visibility
2016-12-15 14:06:17 +01:00
Hakim El Hattab
f2bd9d2970
don't show error message while iframe fades in #1577
2016-12-13 16:16:51 +01:00
Hakim El Hattab
001d4d94d3
Merge branch 'add-refused-to-display-tips-to-link-preview' of https://github.com/Huxpro/reveal.js into dev
2016-12-13 15:57:43 +01:00
Hakim El Hattab
40c4db1e04
always use lowercase reveal.js
2016-12-13 15:52:34 +01:00
Hakim El Hattab
63d3b59ab2
Merge pull request #1767 from demoneaux/readme
...
Add note about head.js to readme.
2016-12-13 15:50:30 +01:00
Markku Roponen
962c6c133b
#1770 , set 'data-paused-by-reveal' attribute only for the media elements, which are not already in paused state.
2016-12-13 16:02:26 +02:00
Markku Roponen
da40eafccd
#1770 , added second argument for setAttribute
2016-12-12 16:44:24 +02:00
Markku Roponen
54bfad62d7
#1770 , fixed function name.
2016-12-12 16:41:52 +02:00
Markku Roponen
6831f6c174
#1770 , resume playback for paused media.
2016-12-12 16:30:07 +02:00
Benjamin Tan
441a26cf90
Allow background images without protocols to have query hashes/parameters.
...
Closes #1603 .
2016-12-11 18:14:02 +08:00
Benjamin Tan
4d0f1adc40
Add note about head.js to readme.
...
Closes #1569 .
2016-12-11 16:29:07 +08:00
Benjamin Tan
90b301d0a0
Enable passing options for parsing Markdown.
...
Closes #1163 , #1495 .
2016-12-08 17:41:55 +08:00
Benjamin Tan
22de402888
Shift dependencies
to devDependencies
.
...
The `reveal.js` npm module is typically installed to access the CSS/JS
assets for Reveal.js. For those that want to run the plugins, they would
clone the whole repository. Hence, it doesn’t make sense to include
those as `dependencies`, which will increase download times.
Closes #1734 .
2016-12-08 15:26:16 +08:00
Benjamin Tan
713702a0ab
Reduce required Node.js version to 4.0.0.
...
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.
Ref. #1729 , #1743 .
Closes #1725 .
2016-12-06 11:38:17 +01:00
Hakim El Hattab
2bd6b563be
Merge pull request #1760 from demoneaux/package-json
...
Reduce required Node.js version to 4.0.0.
2016-12-06 11:37:31 +01:00
Benjamin Tan
03ac4a2e8e
Reduce required Node.js version to 4.0.0.
...
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.
Ref. #1729 , #1743 .
Closes #1725 .
2016-12-06 18:12:41 +08:00
Hakim El Hattab
e4e5cc1083
Merge pull request #1740 from christinakayastha/feature/printing-remove-slide-number
...
Hide slide number when in paper or pdf print view
2016-12-01 10:36:03 +01:00
Hakim El Hattab
f0dfb5b5e3
merge package version conflicts
2016-12-01 10:34:02 +01:00
Hakim El Hattab
b4d46d2b7c
update dependencies to work with latest node #1743
2016-12-01 10:32:44 +01:00
Hakim El Hattab
3de1521a39
Merge pull request #1743 from haf/patch-1
...
Bump node engine in packages.json
2016-12-01 10:31:44 +01:00