Skip to content

Commit 776c5c9

Browse files
committed
- Updating version & dist files & examples
1 parent e30c54d commit 776c5c9

File tree

9 files changed

+14
-13
lines changed

9 files changed

+14
-13
lines changed

dist/fullpage.extensions.min.js

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/fullpage.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4697,8 +4697,7 @@
46974697
if (isAccelerating && isScrollingVertically) {
46984698
setState({
46994699
scrollTrigger: 'wheel'
4700-
});
4701-
e.stopPropagation(); //scrolling down?
4700+
}); //scrolling down?
47024701

47034702
if (delta < 0) {
47044703
scrolling('down');
@@ -4709,7 +4708,6 @@
47094708
}
47104709
}
47114710

4712-
e.stopPropagation();
47134711
return false;
47144712
}
47154713

@@ -5488,7 +5486,7 @@
54885486
});
54895487
});
54905488
var t = ["-"];
5491-
var n = "\x32\x30\x32\x34\x2d\x30\x2d\x32\x30".split("-"),
5489+
var n = "\x32\x30\x32\x34\x2d\x30\x2d\x33\x30".split("-"),
54925490
e = new Date(n[0], n[1], n[2]),
54935491
r = ["se", "licen", "-", "v3", "l", "gp"];
54945492

dist/fullpage.min.js

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

examples/module_loaders/browserify-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"license": "GPLv3",
1111
"dependencies": {
1212
"browserify": "^16.2.2",
13-
"fullpage.js": "^4.0.20"
13+
"fullpage.js": "^4.0.21"
1414
}
1515
}

examples/module_loaders/requirejs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "GPLv3",
1111
"dependencies": {
12-
"fullpage.js": "^4.0.20"
12+
"fullpage.js": "^4.0.21"
1313
}
1414
}

examples/module_loaders/webpack-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"webpack-cli": "^3.1.1"
1616
},
1717
"dependencies": {
18-
"fullpage.js": "^4.0.20"
18+
"fullpage.js": "^4.0.21"
1919
}
2020
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "fullpage.js",
3-
"version": "4.0.20",
3+
"version": "4.0.21",
44
"description": "Create beautiful fullscreen snap scrolling websites",
55
"main": "dist/fullpage.js",
66
"scripts": {
77
"build": "gulp getDistFiles && gulp update-version && gulp css && rollup -c",
8-
"extensions": "rollup --config rollup.ext.config.js && gulp update-version && gulp css && gulp moveExtensions & wait",
8+
"extensions": "rollup --config rollup.ext.config.js && gulp update-version && gulp css && gulp moveExtensions && gulp moveExtensionsSRC && wait",
99
"dev": "rollup -c --watch",
1010
"test": "jest",
1111
"devtest": "jest --watch"

rollup.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import resolve from "@rollup/plugin-node-resolve";
33
import babel from "@rollup/plugin-babel";
44

55
const licenseContent = `/*!
6-
* fullPage 4.0.20
6+
* fullPage 4.0.21
77
* https://github.com/alvarotrigo/fullPage.js
88
*
99
* @license GPLv3 for open source use only
@@ -145,6 +145,9 @@ const terserOptions = {
145145
'fp_easings',
146146
'easeInOutCubic',
147147

148+
//fp_utils scrollOverflow
149+
'isScrolled',
150+
148151
// Callbacks params
149152
'anchor',
150153
'index',

src/js/mixed/index.min.js

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

0 commit comments

Comments
 (0)