Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JUNCA24 RevealJS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PGI15-Teaching
JUNCA24 RevealJS
Graph
3da09f1fef1fa3c140d2daa5bdee2a32683dd964
Select Git revision
Branches
1
master
default
protected
Tags
20
5.0.0
4.6.1
4.6.0
4.5.0
4.4.0
4.3.1
4.3.0
4.2.1
4.2.0
4.1.2
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
4.0.0-rc.1
3.9.2
3.9.1
3.9.0
3.8.0
21 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
May
18
14
12
11
8
7
6
5
4
29
Apr
27
26
23
22
21
20
17
16
15
8
7
6
31
Mar
30
19
17
16
15
14
13
12
11
10
9
7
6
5
3
2
1
28
Feb
27
24
20
18
17
16
13
12
11
10
9
8
6
5
3
2
1
31
Jan
30
29
27
15
13
11
19
Dec
9
3
12
Nov
29
Oct
23
18
11
8
18
Sep
3
22
Aug
12
Jul
8
7
5
22
Jun
10
9
7
29
May
27
22
20
18
13
12
5
23
Apr
10
8
6
5
3
2
1
28
Mar
25
22
21
20
15
14
12
11
8
7
6
4
2
1
28
Feb
19
18
11
1
31
Jan
30
29
23
22
21
20
15
10
7
19
Dec
18
17
12
2
21
Nov
16
13
8
5
1
31
Oct
30
26
25
24
11
9
8
5
4
3
2
18
Sep
21
Aug
17
16
15
1
25
Jul
2
21
Jun
13
12
11
5
31
May
24
14
7
5
3
27
Apr
24
17
16
13
1
27
Mar
23
22
21
20
16
14
11
7
5
22
Feb
20
14
12
10
9
8
7
6
1
25
Jan
24
22
21
4
4
Dec
2
1
29
Nov
25
23
22
21
17
9
5
28
Oct
4
11
Sep
7
6
12
Aug
10
8
27
Jul
13
19
Jun
14
13
12
7
6
2
24
May
23
22
21
19
18
17
16
10
5
2
1
30
Apr
Reveal.VERSION is now available prior to initialization #2651
rollup cache saves 1s per js build
update dependencies
reveal.netlify.app -> revealjs.com
Merge pull request #2651 from hakimel/dev
4.0.0-rc.1
4.0.0-rc.1
move fonts from lib/fonts to dist/theme/fonts
move highlight themes from lib/css/ to plugin/highlight/
auto-animate example in demo
update all links to docs (will sub out '.netlify.app' once we ship 4.0)
restore support for markdown speaker notes
distribute /plugin
bundle html inside of notes.js, no more need for relatively locating external html
removed phantomjs-based print-pdf plugin
move built plugin files from /dist/plugin/ to /plugin/<name>/
readme tweaks
new copy for readme, clearer get started cta
bigger logo
new logo update readme 🥳
remove default border around images, now available via img.r-frame
fix and tests for custom key bindings in help overlay
example content error
scope selection color to .reveal
fix exception in layout examle
simplify stack css
new 'r-stack' helper class for stacking & centering multiple elements
fix broken asset urls in examples
add focus controller, manages keyboard focus across multiple embedded decks
add #highligh-theme to theme css link
Merge branch 'dev' of github.com:hakimel/reveal.js into dev
remove nuking of hash changes when hash is disabled
make it possible to disable hash change listener with respondToHashChanges: false
fix auto-animate bug on centered slides
move dependencies to dev
dont prevent page scrolling when swiping on embedded decks
correct documentation url
move docs to revealjs.com
fix print pdf scope exception
fix fullscreen for embedded decks
slide data-state is now set at the viewport level, add Reveal.getViewportElement()
esm bundle only targets browsers with module support
Loading