Skip to content

Commit 97788da

Browse files
committed
- Updated version and dist files
1 parent b3e3e3e commit 97788da

10 files changed

+23
-16
lines changed

dist/jquery.fullpage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 2.9.0
2+
* fullPage 2.9.1
33
* https://github.com/alvarotrigo/fullPage.js
44
* MIT licensed
55
*

dist/jquery.fullpage.extensions.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.fullpage.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 2.9.0
2+
* fullPage 2.9.1
33
* https://github.com/alvarotrigo/fullPage.js
44
* @license MIT licensed
55
*
@@ -144,6 +144,7 @@
144144
fadingEffect: false,
145145
normalScrollElements: null,
146146
scrollOverflow: false,
147+
scrollOverflowReset: false,
147148
scrollOverflowHandler: iscrollHandler,
148149
scrollOverflowOptions: null,
149150
touchSensitivity: 5,
@@ -2817,7 +2818,7 @@
28172818
* Displays warnings
28182819
*/
28192820
function displayWarnings(){
2820-
var extensions = ['fadingEffect', 'continuousHorizontal', 'scrollHorizontally', 'interlockedSlides', 'resetSliders', 'responsiveSlides', 'offsetSections', 'dragAndMove'];
2821+
var extensions = ['fadingEffect', 'continuousHorizontal', 'scrollHorizontally', 'interlockedSlides', 'resetSliders', 'responsiveSlides', 'offsetSections', 'dragAndMove', 'scrollOverflowReset'];
28212822
if($('html').hasClass(ENABLED)){
28222823
showError('error', 'Fullpage.js can only be initialized once and you are doing it multiple times!');
28232824
return;

dist/jquery.fullpage.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.fullpage.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.fullpage.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.fullpage.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.fullPage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 2.9.0
2+
* fullPage 2.9.1
33
* https://github.com/alvarotrigo/fullPage.js
44
* MIT licensed
55
*

jquery.fullPage.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fullpage.js",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Create beautiful fullscreen scrolling websites",
55
"main": "dist/jquery.fullpage.js",
66
"scripts": {
@@ -12,10 +12,16 @@
1212
},
1313
"keywords": [
1414
"jquery",
15+
"javacript",
1516
"scrolling",
1617
"single_page",
18+
"onepage",
19+
"fullpage",
20+
"fullpagejs",
1721
"one_page",
18-
"sliding"
22+
"sliding",
23+
"snap"
24+
"scroll"
1925
],
2026
"files": [
2127
"vendors",

0 commit comments

Comments
 (0)