Skip to content

Commit 0955c40

Browse files
authored
Merge pull request #4359 from alvarotrigo/dev
- Fixed bug: some options didnt work in minified files
2 parents a314d39 + fc4873f commit 0955c40

File tree

19 files changed

+38
-31
lines changed

19 files changed

+38
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
---
1919

20-
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v4.0.3-brightgreen.svg)
20+
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v4.0.4-brightgreen.svg)
2121
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
2222
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
2323
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)

dist/fullpage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 4.0.3
2+
* fullPage 4.0.4
33
* https://github.com/alvarotrigo/fullPage.js
44
*
55
* @license GPLv3 for open source use only

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 4.0.3
2+
* fullPage 4.0.4
33
* https://github.com/alvarotrigo/fullPage.js
44
*
55
* @license GPLv3 for open source use only
@@ -993,16 +993,15 @@
993993
hybrid: false,
994994
licenseKey: '',
995995
credits: {
996-
enabled: true,
997-
label: 'Made with fullPage.js',
998-
position: 'right'
996+
"enabled": true,
997+
"label": 'Made with fullPage.js',
998+
"position": 'right'
999999
},
10001000
//scrolling
10011001
css3: true,
10021002
scrollingSpeed: 700,
10031003
autoScrolling: true,
10041004
fitToSection: true,
1005-
fitToSectionDelay: 1000,
10061005
easing: 'easeInOutCubic',
10071006
easingcss3: 'ease',
10081007
loopBottom: false,
@@ -1059,13 +1058,15 @@
10591058
slideSelector: SLIDE_DEFAULT_SEL,
10601059
//events
10611060
afterLoad: null,
1061+
beforeLeave: null,
10621062
onLeave: null,
10631063
afterRender: null,
10641064
afterResize: null,
10651065
afterReBuild: null,
10661066
afterSlideLoad: null,
10671067
onSlideLeave: null,
10681068
afterResponsive: null,
1069+
onScrollOverflow: null,
10691070
lazyLoading: true,
10701071
observer: true
10711072
};
@@ -5112,7 +5113,7 @@
51125113
});
51135114
});
51145115
var t = ["-"];
5115-
var n = "2022-3-11".split("-"),
5116+
var n = "2022-3-12".split("-"),
51165117
e = new Date(n[0], n[1], n[2]),
51175118
i = ["se", "licen", "-", "v3", "l", "gp"];
51185119

@@ -5528,7 +5529,7 @@
55285529
}; //public functions
55295530

55305531

5531-
FP.version = '4.0.3';
5532+
FP.version = '4.0.4';
55325533
FP.test = Object.assign(FP.test, {
55335534
top: '0px',
55345535
translate3d: 'translate3d(0px, 0px, 0px)',

dist/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/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/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.

examples/active-slide.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ <h1>Section 3</h1>
123123
anchors: ['firstPage', 'secondPage', '3rdPage', '4thpage', 'lastPage'],
124124
menu: '#menu',
125125
slidesNavigation: true,
126-
lazyLoad: true
126+
lazyLoad: true,
127+
credits: {enabled: false}
127128
});
128129
</script>
129130

lang/chinese/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
---
1818

19-
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v4.0.3,2-brightgreen.svg)
19+
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v4.0.4,2-brightgreen.svg)
2020
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
2121
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
2222
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)

lang/french/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
---
1919

20-
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v4.0.3-brightgreen.svg)
20+
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v4.0.4-brightgreen.svg)
2121
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
2222
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
2323
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)

0 commit comments

Comments
 (0)