Skip to content
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

Merging dev branch 4.0.0 #4346

Merged
merged 46 commits into from
Apr 10, 2022
Merged

Merging dev branch 4.0.0 #4346

merged 46 commits into from
Apr 10, 2022

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    7e2c7e2 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    116bd81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4833d9b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    ca9dd14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a9eb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. - Automatic rebuilds

    - Improving automatic scrollOverflow update
    - Auto detect new sections / slides
    alvarotrigo committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    a5f17af View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. - Replacing pixel height for 100% or 100vh

    - Removing fp-tableCell
    - Replacing display: table for display: flex
    - Removing height on px for 100% or 100vh
    alvarotrigo committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    c6dc731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79aa8f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    40395be View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    5707dd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. - fullPage.js improvements

    - Removed scrolloverflow dependency
    - Better internal stage management
    - Fixed bug with unintnetnional scrolling when using scrolloverflow
    - Added new callback beforeLeave
    - Added new param on callbacks: trigger
    alvarotrigo committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ad5bb71 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    a8e2b9e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. - Fixed bug adjust to viewport on resize

    - Fixed bug: verticalCentered with scrollOverflow
    alvarotrigo committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a3ae0bb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. - Improving state implementation

    - Fixed bug with scrolloverflow on slides
    - Updating state correctly on dom changes + resize
    - scrollOverflow callback
    - Fixed issues with  css snaps when using fitToSection
    alvarotrigo committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1153f6f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    51ff9e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. - Adding allowCorrectDirection option

    - Fixed keyboard scrolling on scrollable sections
    - Fixed problems with invisible sections/slides
    - Fixed bug with fitToSection + scrollBar
    - Fixed bug with keyboard/wheel scroll on scrollOverflow while moving to another section
    - Fixed scrollOverflow on horizontal slides
    - Fixed css snap and move to section
    - Removed multiple timeouts for resizeHandler
    alvarotrigo committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    ab3d66e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    b7622c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. - Splitting in modules

    alvarotrigo committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    0f90072 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Update .gitignore

    - ignoring extensions files
    alvarotrigo committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    ee05b1d View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    - Ignoring hidden gulp file
    alvarotrigo committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    5ba4118 View commit details
    Browse the repository at this point in the history
  3. - v4 version

    - Split code in folders
    - Added watermark
    - Added license system
    - Gulp tasks for extensions
    alvarotrigo committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    902c448 View commit details
    Browse the repository at this point in the history
  4. - Improving tests

    alvarotrigo committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    0998df3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. - Update

    - Fixed bug: overwriting default values
    - Fixed bug: dragAndMove and snap scroll
    - Fixed bug: parents 100% height for extra wrappers around FP
    - Fixed bug: allowCorrectDirection was not working on touch
    - Fixed bug: destroy emitter not working as expected
    - Documentation: updated to v4
    - Removed v3 files & vendors
    alvarotrigo committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    cd81f3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2ba3ea View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. - Minor changes

    alvarotrigo committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    6ff0cb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. - Updating dist files

    alvarotrigo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    890b717 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. updating dist files

    alvarotrigo committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    6aca127 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. - Improvements

    - Beyond fullpage.js scroll with keyboard
    - Add table class inside styleSections
    - Added scrollTrigger "menu"
    - Scroll to nearby section on sections removal/hide
    alvarotrigo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    c6d155e View commit details
    Browse the repository at this point in the history
  2. - Improvements

    - Docs: added new options for scrollOverflowReset
    - Fixed bug on dragAndMove with fitToSection: true
    - Used variable for fp-overflow string
    alvarotrigo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    49a089b View commit details
    Browse the repository at this point in the history
  3. - Removed old examples

    alvarotrigo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    fc41a21 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    84b5a58 View commit details
    Browse the repository at this point in the history
  2. - Few improvements

    - onScrollOverflow now reports direction (updated docs too)
    - removing/adding slides keeps active one
    - examples: callbacks updated
    - examples: hide-sections
    - examples: observer
    - examples: scroll-after-fullpage
    alvarotrigo committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    17b1b85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59c73e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0b9725 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. - Fixed bugs & improved examples & added more

    - Fixed bug: resize when inside beyond fullpage
    - Fixed bug: couple of extensions issues
    - Docs: removed fitToSection
    - Docs: added migration guide
    alvarotrigo committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    733c54a View commit details
    Browse the repository at this point in the history
  2. - Adding migration guide

    alvarotrigo committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    7c42997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    731daf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99f17ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19df3c9 View commit details
    Browse the repository at this point in the history
  6. - Fix + feature

    - getScrollY and getScrollX #4043
    - keyboard scroll inside scrollOverflow
    - docs: fixing "this" in callbacks #4050
    alvarotrigo committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    76a8107 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40573ed View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    c227845 View commit details
    Browse the repository at this point in the history
  2. - Examples: updating list

    alvarotrigo committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    d8de5fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9121fde View commit details
    Browse the repository at this point in the history
  4. - Docs: fixed en version

    - Docs: dropped iE 9 support
    alvarotrigo committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    7e7ad9e View commit details
    Browse the repository at this point in the history
  5. - Docs: en compatible img

    alvarotrigo committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    d7f4194 View commit details
    Browse the repository at this point in the history