Skip to content

build(deps): bump fullpage.js and @fullpage/react-fullpage #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 13, 2022

Bumps fullpage.js to 4.0.14 and updates ancestor dependency @fullpage/react-fullpage. These dependencies need to be updated together.

Updates fullpage.js from 3.0.8 to 4.0.14

Release notes

Sourced from fullpage.js's releases.

fullPage.js 4.0.14

  • Fixed bug: auto-height sections ignored min-height #4471
  • Fixed bug changes on ScrollOverflow content trigger scroll page #4479
  • Fixed bug: Offset Sections extension had issues on page load
  • Fixed bug: Responsive Slides showed a console error
  • Fixed bug: removed console message on extensions file
  • Documentation: updating bakers.md
  • Enhancement: allowing extra domains for activations

fullPage.js 4.0.12

  • Fixed bug: Loading page with anchors shows wrong section/slide when using scrollOverflow #4464
  • Fixed bug: auto-height sections ignored min-height #4471
  • Fixed bug: slides not sliding after resizeEvent triggered on input change #4466
  • Fixed bug: fp-auto-heightt section behaves as full-height when using autoScrolling: false #4467
  • Fixed bug: GPLv3 license was giving error #4463
  • Fixed bug: scrollBar: true didn't prevent touch scroll sometimes
  • Fixed bug: Responsive Slides extension was not working properly
  • Fixed bug: fp-auto-height sections ignored min-height #4471
  • Enhancement: removing commented-out styles
  • Enhancement: refactoring event strings to properties
  • Documentation: fixed indenting on lists
  • Documentation: removing unnecessary text
  • Documentation: updating links to secure links with https
  • Documentation: removing websites without fullpage.js

fullPage.js 4.0.11

  • Fixed bug: Section Overflows with scrollBar:true & large content #4447
  • Fixed bug: keyboard navigation on scrollOverflow section didn't work until clicking on it
  • FIxed bug: Keyboard scrolling not working on responsive mode #4452
  • Fixed bug: scroll event not being captured on window object with fitToSection: true
  • Fixed bug: Fast click on nav bullets caused unwanted glitches
  • Fixed bug: scrolling issues iOS + scrollOverflow + horizontal slides #4454
  • Fixed bug: scrollable content wasn't able to have background #4448 #4447
  • Enhancement: dynamically content changes can automatically become scrollable with scrollOverflow
  • Enhancement: tabbing didn't force scroll #4453
  • Enhancement: reverting fitToSection from CSS Snaps to custom JS
  • Fixed bug: fp-noscroll didn't show the top of content #4430
  • Documentation: fixed minor grammar errors thanks to @​BossElijah
  • Documentation: updating the link to the migration guide
  • Documentation: added Brazilian language thanks to @​guilherssousa #4417

fullPage.js 4.0.10

  • Fixed bug: auto-height + scrollOverflow #4435
  • Fixed bug: menu doesn't work when I use responsiveWidth #4432
  • Fixed bug: white screen when clicking input on Android #4420
  • Fixed bug: beforeLeave not triggered on scroll on page load #4418
  • Fixed bug: scrollOverflow + parallax didn't work
  • Fixed bug: fp-noscroll not working #4430
  • Examples: Improved callbacks example
  • Documentation: fixing codepen link

... (truncated)

Commits
  • 6318368 Merge pull request #4482 from alvarotrigo/dev
  • 4bdca7d - Updating version & dist files
  • 7c9da27 - Improving package.json
  • ecd2e81 Merge pull request #4481 from alvarotrigo/dev
  • ec206db - Enhancement: allowing extra domains
  • 787e462 - Enhancement: allowing extra domains
  • 21c50c9 - Updating dist files
  • e2d40d6 - Fixed bug changes on ScrollOverflow content trigger scroll page #4479
  • f032c6f - Fixed bug: offsetSections extension had issues on page load
  • f4497ea - Updating dist files
  • Additional commits viewable in compare view

Updates @fullpage/react-fullpage from 0.1.17 to 0.1.30

Release notes

Sourced from @​fullpage/react-fullpage's releases.

React-fullpage 0.1.30

  • Updating to fullPage.js 4.0.14

React-fullpage 0.1.29

  • Updating to fullPage.js version 4.0.12

React-fullpage 0.1.28

  • Updating to fullPage.js 4.0.11
  • Updating dependencies
  • Examples: fixed npm script in Gatsby example

React-fullpage 0.1.27

  • Enhancement: prevent loading of easings.min.js file when css3=true #344
  • Updating fullPage.js to v4.0.10

React-fullpage 0.1.26

  • Updating to fullPage.js 4.0.9

React-fullpage 0.1.25

  • Fixed bug: Failed to execute 'observe' on redirect in gatsby #325
  • Updated to fullpage.js 4.0.8

React-fullpage 0.1.24

  • Updating to fullpage.js v4

React-fullpage 0.1.23

  • Making card options optional on the types #304
  • Fixing build issues

React-fullpage 0.1.22

  • Enhancement : improving types #293
  • Fixed bug: dist file generated incorrectly #300

React-fullpage 0.1.21

React-fullpage 0.1.20

Enhancement: created .npmignore alvarotrigo/react-fullpage#229 thanks to @ram-a-dhan Enhancemente: Added Typescript types alvarotrigo/react-fullpage#293 @AbobkerElaghel Enhancement: hooks implementation added in addition to classes thanks to @jason-warner Fixed bug: fixed tooltips not updated on state change alvarotrigo/react-fullpage#267 alvarotrigo/react-fullpage#242 Fixed bug: Dynamically adding section kicks you to the top of the website alvarotrigo/react-fullpage#253 Fixed bug: autoScrolling false causes flickering on Gatsby Framework alvarotrigo/react-fullpage#175 Fixed bug: use setState to change custom properties without forcing a refresh alvarotrigo/react-fullpage#118

React-fullpage 0.1.18

  • Updating to fullPgae.js 3.0.9
  • Fixed: autoScrolling:false flicker on Gatsby Framework #175
  • Fixed: use setState to change custom properties without forcing a refresh #118
Commits
  • 678ad90 Merge pull request #362 from alvarotrigo/dev
  • 27355e3 - Updating to fullPage.js v4.0.14
  • ea69eca Merge pull request #361 from canberk-yilmaz/NextJSExampleError
  • 7c887f8 - Updated wrapper import to handle error.
  • 0c97669 Merge pull request #357 from alvarotrigo/dev
  • e651b66 - Updating to fullPage.js version 4.0.12
  • 5f191fd Merge pull request #351 from alvarotrigo/dev
  • 59ab6bf - Updating to fullPage.js v4.0.11 & dist files
  • 183c1a6 - Examples: updating dependencies versions
  • 6f9aedd - Updating gatsby dependencies & npm scripts
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [fullpage.js](https://github.com/alvarotrigo/fullPage.js) to 4.0.14 and updates ancestor dependency [@fullpage/react-fullpage](https://github.com/alvarotrigo/react-fullpage). These dependencies need to be updated together.


Updates `fullpage.js` from 3.0.8 to 4.0.14
- [Release notes](https://github.com/alvarotrigo/fullPage.js/releases)
- [Commits](alvarotrigo/fullPage.js@3.0.8...4.0.14)

Updates `@fullpage/react-fullpage` from 0.1.17 to 0.1.30
- [Release notes](https://github.com/alvarotrigo/react-fullpage/releases)
- [Commits](alvarotrigo/react-fullpage@0.1.17...0.1.30)

---
updated-dependencies:
- dependency-name: fullpage.js
  dependency-type: indirect
- dependency-name: "@fullpage/react-fullpage"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants