Browse Source

fix speaker view bug, bump version to 5.0.1 #3512

Hakim El Hattab 1 year ago
parent
commit
010f06c339

+ 1 - 1
dist/reveal.css

@@ -1,5 +1,5 @@
 /*!
 /*!
-* reveal.js 5.0.0
+* reveal.js 5.0.1
 * https://revealjs.com
 * https://revealjs.com
 * MIT licensed
 * MIT licensed
 *
 *

File diff suppressed because it is too large
+ 1 - 1
dist/reveal.esm.js


File diff suppressed because it is too large
+ 0 - 0
dist/reveal.esm.js.map


File diff suppressed because it is too large
+ 1 - 1
dist/reveal.js


File diff suppressed because it is too large
+ 0 - 0
dist/reveal.js.map


+ 1 - 1
js/reveal.js

@@ -28,7 +28,7 @@ import {
 } from './utils/constants.js'
 } from './utils/constants.js'
 
 
 // The reveal.js version
 // The reveal.js version
-export const VERSION = '5.0.0';
+export const VERSION = '5.0.1';
 
 
 /**
 /**
  * reveal.js
  * reveal.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "reveal.js",
   "name": "reveal.js",
-  "version": "5.0.0",
+  "version": "5.0.1",
   "description": "The HTML Presentation Framework",
   "description": "The HTML Presentation Framework",
   "homepage": "https://revealjs.com",
   "homepage": "https://revealjs.com",
   "subdomain": "revealjs",
   "subdomain": "revealjs",

File diff suppressed because it is too large
+ 0 - 0
plugin/notes/notes.esm.js


File diff suppressed because it is too large
+ 0 - 0
plugin/notes/notes.js


+ 2 - 2
plugin/notes/speaker-view.html

@@ -533,8 +533,8 @@
 
 
 					var urlSeparator = /\?/.test(data.url) ? '&' : '?';
 					var urlSeparator = /\?/.test(data.url) ? '&' : '?';
 					var hash = '#/' + data.state.indexh + '/' + data.state.indexv;
 					var hash = '#/' + data.state.indexh + '/' + data.state.indexv;
-					var currentURL = data.url + urlSeparator + params + '&postMessageEvents=true' + hash;
-					var upcomingURL = data.url + urlSeparator + params + '&controls=false' + hash;
+					var currentURL = data.url + urlSeparator + params + '&scrollActivationWidth=false&postMessageEvents=true' + hash;
+					var upcomingURL = data.url + urlSeparator + params + '&scrollActivationWidth=false&controls=false' + hash;
 
 
 					currentSlide = document.createElement( 'iframe' );
 					currentSlide = document.createElement( 'iframe' );
 					currentSlide.setAttribute( 'width', 1280 );
 					currentSlide.setAttribute( 'width', 1280 );

Some files were not shown because too many files changed in this diff