892c752a4b
merge #2843 with minor tweaks
2021-05-05 11:02:02 +02:00
48598cb547
Merge pull request #2901 from sacproj/showPreview
...
Expose preview management functions
2021-05-05 10:05:55 +02:00
2e344825f8
update (c) year
2021-05-05 10:05:33 +02:00
2beb336cdb
fix typo #2949 (thanks @SeanKilleen)
2021-05-05 10:00:28 +02:00
74f3c4b455
fix typo #2949 (thanks @SeanKilleen)
2021-05-05 09:59:41 +02:00
236d3e3722
tidy up code for #2940
2021-04-28 09:03:27 +02:00
a112712f12
Merge pull request #2940 from cmeessen/fix_multiple_data-background
...
Fix: multiple image-urls in data-background-image
2021-04-28 08:55:30 +02:00
5d8d673117
Add missing semicolons
2021-04-23 10:15:40 +00:00
f5faeba9f3
update dependencies
2021-04-23 11:05:31 +02:00
6d735ddaf8
stop playing media inside of fragments when the fragment is hidden
2021-04-23 10:56:18 +02:00
8347a2de58
Allow multiple data-background
2021-04-23 08:55:36 +00:00
444d127053
Merge pull request #2933 from csachs/hasDarkBackgroundNamedColor
...
Use computed background style if colorToRgb fails (fixes #2635 )
2021-04-14 13:20:42 +02:00
be110fad11
prevent accidental swipe gestures when scrubbing video/audio timelines
2021-04-12 11:17:06 +02:00
d1f6e6cce9
use computed background style if colorToRgb fails
...
fixes #2635
2021-04-11 13:25:36 +02:00
2d050f83c1
Expose preview management functions
2021-02-13 01:20:37 +01:00
9c83edbf13
Expose showPreview
2021-02-13 00:23:50 +01:00
290c251c7e
fix default md slide separator not working #2850
2021-02-10 10:34:25 +01:00
90a0d2d449
typo
2021-02-04 15:25:46 +01:00
1de653a95a
reduce tab size in code blocks from 8 to 2
2021-02-04 14:17:27 +01:00
95592293ae
remove unused style ids
2021-02-04 14:15:35 +01:00
2e805c9193
fix bug where slide-spcific background transitions were overruled by global transition setting
2021-01-08 15:03:33 +01:00
acafabf023
Merge branch 'dev' into jh/print-optimize
2020-12-20 17:44:20 +01:00
f576b98fbd
rerun r-fit-text based on printed slide size, fixes overflow when printing to PDF #2865
2020-12-17 08:49:51 +01:00
49d043c0c2
Merge pull request #2836 from lechten/fix-progress-click
...
Fix target for click on progress bar
2020-11-30 18:41:10 +01:00
c47ac2cfbd
Merge pull request #2858 from famura/fix_typo
...
Fixed path to themes in demo.html
2020-11-30 18:35:37 +01:00
26f5fa0c12
Fixed path to themes in demo.html
2020-11-30 15:43:09 +01:00
1e70d9fe46
upgrade to node-sass 5.0 (adds support for node 15.x) #2841
2020-11-25 15:06:29 +01:00
e57ff233a4
Group background reads and writes
2020-11-16 09:47:58 +01:00
10f02ece99
Group pdf setup reads and writes
2020-11-16 09:47:19 +01:00
33c4c1c5d2
Batch print DOM updates
2020-11-15 22:29:50 +01:00
49f78535d1
Use const in print controller
2020-11-15 22:29:23 +01:00
957f928c70
Prevent layout thrashing by scroll height
2020-11-15 22:29:23 +01:00
3d701edc71
Limit slide number DOM mutations
2020-11-15 22:01:50 +01:00
aaa7c02b5c
Prevent layout thrashing by status text
2020-11-15 21:54:05 +01:00
75480b5bf4
Remove unused argument
2020-11-15 21:46:33 +01:00
d2dff6a821
Fix target for click on progress bar
...
The progress bar shows how many slides have been passed in total.
However, when clicking on the progress bar, the target slide is
computed among the subset of /horizontal/ slides. Thus, when the new
slide is displayed, the progress bar has usually changed to a point
that is unrelated to the clicked one, which I find surprising.
With this change, the target slide is computed from the number of
total slides. Thus, after a click on the progress bar, the resulting
progress is close to the clicked point, which seems more natural to
me.
2020-11-08 17:39:04 +01:00
0582f57517
add fit-text to demo
2020-10-12 11:51:04 +02:00
ffadcc8502
v4.1.0
2020-10-12 11:38:26 +02:00
e09437f4fa
escape HTML entities in code parsed from markdown, fixes #2744
2020-09-09 11:42:34 +02:00
676936e33d
revert debug change to index.html
2020-09-09 10:32:20 +02:00
4d62dcc674
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2020-09-09 10:26:42 +02:00
17bfa62579
Merge pull request #2746 from ebriand/patch-1
...
Fix URL to pdf-export documentation
2020-09-09 10:24:40 +02:00
5f7c945dee
Merge pull request #2752 from michaelmior/css-paths
...
Start relative paths in CSS with ./
2020-09-09 10:24:04 +02:00
b13c7b41a0
Merge pull request #2767 from rschmehl/patch-1
...
Update README.md
2020-09-09 10:21:48 +02:00
5676ef79d7
Merge pull request #2771 from timgates42/bugfix_typo_transition
...
docs: Fix simple typo, transiition -> transition
2020-09-09 10:20:40 +02:00
2c121d22ac
docs: Fix simple typo, transiition -> transition
...
There is a small typo in js/controllers/autoanimate.js.
Should read `transition` rather than `transiition`.
2020-09-08 08:02:34 +10:00
aa62bd424b
Update README.md
...
Fixed broken URL
2020-09-06 12:08:25 +02:00
faa8b56e2a
dependency upgrades
2020-08-19 10:33:36 +02:00
80d96b4f82
upgrade rollup-plugin-terser to fix npm warning #2751
2020-08-19 10:17:50 +02:00
a150d0c5dd
Start relative paths in CSS with ./
2020-08-18 12:49:49 -04:00