Hakim El Hattab
|
7e72b10fa5
unit tests for plugins in multi-instance reveal.js
|
5 years ago |
Hakim El Hattab
|
4f6bdf1420
two js bundles; reveal.js (es6) and reveal.es5.js, add source maps
|
5 years ago |
Hakim El Hattab
|
d9690462e0
add 'plugins' config option, new way of registering es5 plugins
|
5 years ago |
Hakim El Hattab
|
08f29f08a2
initialize plugins serially
|
5 years ago |
Hakim El Hattab
|
561c3ff443
update presentation examples move to root @ /examples
|
5 years ago |
Hakim El Hattab
|
7b151c2320
support including plugins via <script> instead of dependencies
|
5 years ago |
Hakim El Hattab
|
34458a988a
fix code highlighting in markdown decks
|
5 years ago |
Hakim El Hattab
|
d54353c4e1
switch to rollup for easier build config
|
5 years ago |
Hakim El Hattab
|
0c8ac8f1ee
dont close dev server when tests finish
|
5 years ago |
Hakim El Hattab
|
0bdc44826d
unify all markdown tests into one file
|
5 years ago |
Hakim El Hattab
|
d03fc04f61
allow reveal.js instances to be created with only options
|
5 years ago |
Hakim El Hattab
|
a55cd813be
convert plugins to ES modules, transpile es5 versions backwards compatibility
|
5 years ago |
Hakim El Hattab
|
9522357349
changes to plugin api; registerPlugin only accepts plugin instance, instance exposes .id
|
5 years ago |
Hakim El Hattab
|
2e8619d300
remove unused variable, update multi-instance example in readme
|
5 years ago |
Hakim El Hattab
|
6030043036
move pointer logic out to own controller
|
5 years ago |
Hakim El Hattab
|
094acd6a6a
tweak initialization docs
|
5 years ago |
Hakim El Hattab
|
9c21f9b0f0
fix vulnerabilities
|
5 years ago |
Hakim El Hattab
|
3a2299a622
documentation for multi-instance initialization
|
5 years ago |
Hakim El Hattab
|
6d65d8a73a
syntax error
|
5 years ago |
Hakim El Hattab
|
d0a1ef24cb
avoid running tests twice in ci
|
5 years ago |
Hakim El Hattab
|
ad55f84b78
increase test timeout
|
5 years ago |
Hakim El Hattab
|
120673c8fa
only test latest node in gh action
|
5 years ago |
Hakim El Hattab
|
c3319c1407
fix failing test
|
5 years ago |
Hakim El Hattab
|
1081bbfc03
improvements to legacy API
|
5 years ago |
Hakim El Hattab
|
855cc82d76
Reveal.add/remveEventListener -> Reveal.on/off
|
5 years ago |
Hakim El Hattab
|
f24620018f
don't style html element if reveal.js is embedded
|
5 years ago |
Hakim El Hattab
|
3a7f210631
adjust auto-animate test
|
5 years ago |
Hakim El Hattab
|
ff62b96a5d
move body styles to new .reveal-viewport
|
5 years ago |
Hakim El Hattab
|
f26fc20b55
test and examples for multiple reveal.js instances on one page
|
5 years ago |
Hakim El Hattab
|
9ebf6249e7
tweaks and comments
|
5 years ago |