Skip to content

Commit 9c83e71

Browse files
authored
Merge pull request #4655 from alvarotrigo/dev
Merging dev branch 4.0.29
2 parents d309822 + f61d5bd commit 9c83e71

27 files changed

+188
-130
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
---
2121

22-
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.28-brightgreen.svg)
22+
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.29-brightgreen.svg)
2323
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
2424
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
2525
[![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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 4.0.28
2+
* fullPage 4.0.29
33
* https://github.com/alvarotrigo/fullPage.js
44
*
55
* @license GPLv3 for open source use only

dist/fullpage.extensions.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fullpage.js

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 4.0.28
2+
* fullPage 4.0.29
33
* https://github.com/alvarotrigo/fullPage.js
44
*
55
* @license GPLv3 for open source use only
@@ -2276,7 +2276,7 @@
22762276

22772277
$(SECTION_SEL + ':not(' + ACTIVE_SEL + ')').forEach(function (section) {
22782278
if (isSectionInViewport(section)) {
2279-
lazyLoadPanels(getPanelByElement(section));
2279+
lazyLoadPanels(getPanelByElement(getState().sections, section));
22802280
}
22812281
});
22822282
}
@@ -5445,6 +5445,15 @@
54455445
EventEmitter.on(events.moveSlideLeft, function (params) {
54465446
moveSlideLeft(params.section);
54475447
});
5448+
EventEmitter.on(events.afterSectionLoads, updateScrollX);
5449+
}
5450+
5451+
function updateScrollX(params) {
5452+
var activeSlide = params.items.destination.activeSlide;
5453+
var scrollX = activeSlide ? Math.round(activeSlide.offsetLeft) : 0;
5454+
setState({
5455+
scrollX: scrollX
5456+
});
54485457
}
54495458
/**
54505459
* Gets the active slide.
@@ -5527,7 +5536,7 @@
55275536
});
55285537
});
55295538
var t = ["-"];
5530-
var n = "\x32\x30\x32\x34\x2d\x37\x2d\x32\x32".split("-"),
5539+
var n = "\x32\x30\x32\x34\x2d\x38\x2d\x36".split("-"),
55315540
e = new Date(n[0], n[1], n[2]),
55325541
r = ["se", "licen", "-", "v3", "l", "gp"];
55335542

@@ -5988,7 +5997,7 @@
59885997
}; //public functions
59895998

59905999

5991-
FP.version = '4.0.28';
6000+
FP.version = '4.0.29';
59926001
FP.test = Object.assign(FP.test, {
59936002
top: '0px',
59946003
translate3d: 'translate3d(0px, 0px, 0px)',

dist/fullpage.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fullpage.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fullpage.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lang/brazilian-portuguese/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
---
2121

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

lang/chinese/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
---
2020

21-
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.28,2-brightgreen.svg)
21+
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.29,2-brightgreen.svg)
2222
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
2323
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
2424
[![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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
---
2121

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

lang/japanese/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
---
2121

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

lang/korean/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</p>
1919
---
2020

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

lang/russian/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
---
2121

22-
![Версия fullPage.js](https://img.shields.io/badge/fullPage.js-v4.0.28-brightgreen.svg)
22+
![Версия fullPage.js](https://img.shields.io/badge/fullPage.js-v4.0.29-brightgreen.svg)
2323
[![Лицензия](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
2424
[![Перечисление на PayPal](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
2525
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)

lang/spanish/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
---
2222

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

lang/website/en.yml

+15-8
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Create Beautiful Fullscreen Scrolling Websites: Create Beautiful Fullscreen Scro
1111
Download: Download
1212
View on GitHub: View on GitHub
1313
Open: Open
14-
fullPage.js is actively mantained and community driven.: fullPage.js is actively mantained and community driven.
14+
fullPage.js is actively maintained and community driven.: fullPage.js is actively mantained and community driven.
1515
Solving developers' issues since 2013.: Solving developers' issues since 2013.
1616
commits: commits
1717
closed issues: closed issues
@@ -35,10 +35,10 @@ Contact: Contact
3535
#sections content
3636
Proud of being the most complete framework of its kind.: Proud of being the most complete framework of its kind.
3737
Trusted by the most innovative companies.: Trusted by the most innovative companies.
38-
Working in modern and old browsers too! Even IE 9!: Working in modern and old browsers too! Even IE 9!
38+
Working in modern and old browsers too!: Working in modern and old browsers too!
3939
Make a beautiful site for all! Not just a few!: Make a beautiful site for all! Not just a few!
4040
fullPage.js is designed to be easy to use and customize.: fullPage.js is designed to be easy to use and customize.
41-
It inludes tens of examples, great documentation and both community and personal support.: It includes tens of examples, great documentation and both community and personal support.
41+
It includes tens of examples, great documentation and both community and personal support.: It includes tens of examples, great documentation and both community and personal support.
4242

4343
#sections content
4444
Navigation: Navigation
@@ -74,18 +74,19 @@ Animations on scrolling: Animations on scrolling
7474
Callbacks: Callbacks
7575
Functions and methods: Functions and methods
7676

77-
documentation-link: https://github.com/alvarotrigo/fullPage.js/#fullpagejs
77+
documentation-link: https://alvarotrigo.com/fullPage/docs/
78+
documentation-link-github: https://github.com/alvarotrigo/fullPage.js
7879
extensions-link: https://alvarotrigo.com/fullPage/extensions/
7980
lang: en
8081
flag-name: flag-english
8182
language-name: English
8283
canonical-link: https://alvarotrigo.com/fullPage/
8384
language-menu:
84-
<li><a href="https://alvarotrigo.com/fullPage/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
8585
<li><a href="https://alvarotrigo.com/fullPage/ko/"><span class="flag flag-korean"></span>한국어</a></li>
86+
<li><a href="https://alvarotrigo.com/fullPage/ja/"><span class="flag flag-japanese"></span>日本語</a></li>
87+
<li><a href="https://alvarotrigo.com/fullPage/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
8688
<li><a href="https://alvarotrigo.com/fullPage/es/"><span class="flag flag-spanish"></span>Español</a></li>
8789
<li><a href="https://alvarotrigo.com/fullPage/zh/"><span class="flag flag-chinese"></span>中文</a></li>
88-
<li><a href="https://alvarotrigo.com/fullPage/br/"><span class="flag flag-brazilian"></span>Português Brasileiro</a></li>
8990

9091

9192
# Extensions website
@@ -134,7 +135,7 @@ Staging / dev domains: Staging / dev domains
134135
Trusted by the world’s most innovative companies: Trusted by the world's most innovative companies
135136
People love fullPage.js!: People love fullPage.js!
136137
Vertical Navigation: Vertical Navigation
137-
Add the stylesheet after jquery.fullpage.css and... that's it!: Add the stylesheet after jquery.fullpage.css and... that's it!
138+
Add the stylesheet after fullpage.css and... that's it!: Add the stylesheet after fullpage.css and... that's it!
138139
Available in 2 sizes: Available in 2 sizes
139140
Get all navigation styles from £9: Get all navigation styles from £9
140141
30-Day Money Back Guarrantee: 30-Day Money Back Guarantee
@@ -165,9 +166,15 @@ Generate a common activation key: Generate a common activation key
165166
Within a product: Within a product
166167
Mobile applications: Mobile applications
167168

169+
#extensions bundle:
170+
All extensions bundle: All extensions bundle
171+
Get all the extensions starting from $119!: Get all the extensions starting from $119!
172+
Including future ones!: Including future ones!
173+
Get the extensions pack!: Get the extensions pack!
174+
175+
168176
language-menu-extensions:
169177
<li><a href="https://alvarotrigo.com/fullPage/extensions/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
170178
<li><a href="https://alvarotrigo.com/fullPage/extensions/ko/"><span class="flag flag-korean"></span>한국어</a></li>
171179
<li><a href="https://alvarotrigo.com/fullPage/extensions/es/"><span class="flag flag-spanish"></span>Español</a></li>
172180
<li><a href="https://alvarotrigo.com/fullPage/extensions/zh/"><span class="flag flag-chinese"></span>中文</a></li>
173-
<li><a href="https://alvarotrigo.com/fullPage/extensions/br/"><span class="flag flag-brazilian"></span>Português Brasileiro</a></li>

lang/website/es.yml

+21-14
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Create Beautiful Fullscreen Scrolling Websites: Crea increibles páginas web con
1111
Download: Descargar
1212
View on GitHub: Ver en GitHub
1313
Open: Abierto
14-
fullPage.js is actively mantained and community driven.: Mantenido activamente e impulsado por la comunidad.
15-
Solving developers' issues since 2013.: Haciendo la vida fácil a desarrolladores desde 2013.
14+
js is actively maintained and community driven: js está bajo constante mantenimiento y es impulsado por la comunidad.
15+
Solving developers' issues since 2013: Haciendo la vida fácil a desarrolladores desde 2013.
1616
commits: commits
1717
closed issues: dudas resueltas
1818
contributors: contribuyentes
@@ -21,8 +21,8 @@ Compatible: Compatible
2121
Easy!: Fácil!
2222
See in Codepen: Ver en Codepen
2323
Touch me!: Tócame!
24-
Designed for mobiles and tablets, totally responsive.: Diseñado para móviles y tablets, totalmente responsive.
25-
Because not only kids like to grab things.: Porque no sólamente a los niños les gusta tocar cosas.
24+
Designed for mobiles and tablets, totally responsive: Diseñado para móviles y tablets, totalmente responsive
25+
Because not only kids like to grab things: Porque no sólamente a los niños les gusta tocar cosas
2626

2727
#MENU
2828
Wordpress Theme: Plantilla Wordpress
@@ -33,12 +33,12 @@ Docs: Documentación
3333
Contact: Contacto
3434

3535
#sections content
36-
Proud of being the most complete framework of its kind.: Orgulloso de ser el framework más completo de su categoría.
37-
Trusted by the most innovative companies.: Usado por las compañias más innovadoras.
38-
Working in modern and old browsers too! Even IE 9!: Funcional en todo tipo de navegadores! Incluso IE 9!.
36+
Proud of being the most complete framework of its kind: Orgulloso de ser el framework más completo de su categoría
37+
Trusted by the most innovative companies: Usado por las compañias más innovadoras
38+
Working in modern and old browsers too!: Funcional en todo tipo de navegadores!
3939
Make a beautiful site for all! Not just a few!: Haz una página bonita para todos no solo para unos pocos!
40-
fullPage.js is designed to be easy to use and customize.: fullPage.js está diseñado para ser fácil de usar y configurar.
41-
It inludes tens of examples, great documentation and both community and personal support.: Incluye decenas de ejemplos, una documentación increible y suporte tanto personal como de la comunidad.
40+
js is designed to be easy to use and customize: js está diseñado para ser fácil de usar y configurar
41+
It includes tens of examples, great documentation and both community and personal support: Incluye decenas de ejemplos, una documentación increible y suporte tanto personal como de la comunidad
4242

4343
#examples
4444
Navigation: Navegación
@@ -75,18 +75,19 @@ Callbacks: Callbacks
7575
Functions and methods: Funciones y métodos
7676

7777
#extras
78-
documentation-link: https://github.com/alvarotrigo/fullPage.js/tree/master/lang/spanish#fullpagejs
78+
documentation-link: https://alvarotrigo.com/fullPage/docs/es/
79+
documentation-link-github: https://github.com/alvarotrigo/fullPage.js/tree/master/lang/spanish
7980
extensions-link: https://alvarotrigo.com/fullPage/extensions/es/
8081
lang: es
8182
flag-name: flag-spanish
8283
language-name: Español
8384
canonical-link: https://alvarotrigo.com/fullPage/es/
8485
language-menu:
8586
<li><a href="https://alvarotrigo.com/fullPage/"><span class="flag flag-english"></span>English</a></li>
86-
<li><a href="https://alvarotrigo.com/fullPage/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
8787
<li><a href="https://alvarotrigo.com/fullPage/ko/"><span class="flag flag-korean"></span>한국어</a></li>
88+
<li><a href="https://alvarotrigo.com/fullPage/ja/"><span class="flag flag-japanese"></span>日本語</a></li>
89+
<li><a href="https://alvarotrigo.com/fullPage/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
8890
<li><a href="https://alvarotrigo.com/fullPage/zh/"><span class="flag flag-chinese"></span>中文</a></li>
89-
<li><a href="https://alvarotrigo.com/fullPage/br/"><span class="flag flag-brazilian"></span>Português Brasileiro</a></li>
9091

9192
# Extensions website
9293
Need some extra feature? Fullpage.js provides extensions that you can use to enhance its already amazing behavior!: Necesitas funcionalidad extra? Fullpage.js provee extensiones que puedes usar para mejorar su ya increible funcionamiento!
@@ -136,7 +137,7 @@ Staging / dev domains: Dominios de desarrollo
136137
Trusted by the world’s most innovative companies: Usada por las compañías más innovadoras del mundo
137138
People love fullPage.js!: La gente ama fullPage.js!
138139
Vertical Navigation: Navegación vertical
139-
Add the stylesheet after jquery.fullpage.css and... that's it!: Incluye la hoja de estilos después de jquery.fullpage.css y... eso es todo!
140+
Add the stylesheet after fullpage.css and... that's it!: Incluye la hoja de estilos después de fullpage.css y... eso es todo!
140141
Available in 2 sizes: Disponible en 2 idiomas
141142
Get all navigation styles from £9: Consigue todos los estilos de navegación por £9
142143
Subscribe: Subscríbete
@@ -164,9 +165,15 @@ Upon request: Bajo petición
164165
new activation keys can be provided for staging or developing domains to a maximum of 3.: Dominios de desarrollo podrán optar a un máximo de 3 claves de activación.
165166
No activation key is necessary for `localhost` and `127.0.0.1`.: No se necesta clave de activación para `localhost` y `127.0.0.1`.
166167
Any other staging domains will require a license (Professional or Business) that allows to generate a new key for those.: Cualquier otro dominio de desarrollo requerirá una licencia (Profesional or Business) que permita generar nuevas claves de activación para ellos.
168+
169+
#extensions bundle:
170+
All extensions bundle: Pack completo
171+
Get all the extensions starting from $119!: Consigue todas las extensiones desde $119!
172+
Including future ones!: Incluyendo las que vayan saliendo!
173+
Get the extensions pack!: Quiero el pack completo!
174+
167175
language-menu-extensions:
168176
<li><a href="https://alvarotrigo.com/fullPage/extensions/"><span class="flag flag-english"></span>English</a></li>
169177
<li><a href="https://alvarotrigo.com/fullPage/extensions/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
170178
<li><a href="https://alvarotrigo.com/fullPage/extensions/ko/"><span class="flag flag-korean"></span>한국어</a></li>
171179
<li><a href="https://alvarotrigo.com/fullPage/extensions/zh/"><span class="flag flag-chinese"></span>中文</a></li>
172-
<li><a href="https://alvarotrigo.com/fullPage/extensions/br/"><span class="flag flag-brazilian"></span>Português Brasileiro</a></li>

0 commit comments

Comments
 (0)