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

3.1.0 Upwards scroll support #809

Merged
merged 30 commits into from
Apr 9, 2023
Merged

3.1.0 Upwards scroll support #809

merged 30 commits into from
Apr 9, 2023

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    35e2ef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e4d94 View commit details
    Browse the repository at this point in the history
  3. added prev default

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    324bb5d View commit details
    Browse the repository at this point in the history
  4. added events for upwards scroll

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    dc59d24 View commit details
    Browse the repository at this point in the history
  5. prev and prepend handling

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    755850c View commit details
    Browse the repository at this point in the history
  6. keep track of last prev element

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    795202b View commit details
    Browse the repository at this point in the history
  7. configure prev element

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d78f853 View commit details
    Browse the repository at this point in the history
  8. added top event

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    72d3606 View commit details
    Browse the repository at this point in the history
  9. added upwards scroll logic

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    e7313d1 View commit details
    Browse the repository at this point in the history
  10. prefill previous page

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6aa8c75 View commit details
    Browse the repository at this point in the history
  11. use document.body

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d1d029a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8ff4df1 View commit details
    Browse the repository at this point in the history
  13. disabled cache busting

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    31ec302 View commit details
    Browse the repository at this point in the history
  14. documented events and option

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f9da60d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ff1d82 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    78ab07f View commit details
    Browse the repository at this point in the history
  17. updated changelog

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    76d3136 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d917981 View commit details
    Browse the repository at this point in the history
  19. linked to issue in changelog

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b7b7995 View commit details
    Browse the repository at this point in the history
  20. Merge remote-tracking branch 'origin/master' into 3.1

    * origin/master:
      use lockfileVersion 2
    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4b3bded View commit details
    Browse the repository at this point in the history
  21. bumped version to 3.1.0-beta.1

    fieg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4b39bd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Merge remote-tracking branch 'origin/master' into 3.1

    # By fieg (4) and dependabot[bot] (1)
    # Via GitHub (1) and fieg (1)
    * origin/master:
      use static images in vuejs example + minor tweaks
      pass along hasNextUrl (fixes page not fully prefilling)
      fixed watch command
      added canonical urls to examples
      Bump rollup from 2.78.1 to 2.79.0
    
    # Conflicts:
    #	src/infinite-ajax-scroll.js
    fieg committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    916823d View commit details
    Browse the repository at this point in the history
  2. pass along hasPrevUrl

    fieg committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    fafadea View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into 3.1

    * origin/master:
      added powered by message to examples
      added space at top for metabar
    fieg committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c99bd78 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Merge branch 'master' into 3.1

    fieg authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d9056d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Merge remote-tracking branch 'origin/master' into 3.1

    # By fieg (7) and dependabot[bot] (4)
    # Via GitHub
    * origin/master:
      Bump eslint from 8.23.1 to 8.34.0
      Bump serve from 14.0.1 to 14.2.0
      Bump rollup from 2.79.0 to 2.79.1
      bumped version 3.0.1
      Bump eslint from 8.23.0 to 8.23.1
      upgraded parcel and vue
      removed unneeded npm packages
      upgraded parcel in masonry example
      upgraded parcel in button example
      upgraded parcel in blocks example
      upgraded parcel in article example
    
    # Conflicts:
    #	CHANGELOG.md
    #	package.json
    fieg committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    ce84547 View commit details
    Browse the repository at this point in the history
  2. Preparation for 3.1.0 release

    * Added upwards scroll documentation
    * Updated changelog and upgrade docs
    * Other documentation fixes
    * Bumped versions
    fieg committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    1ef31f6 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/3.1' into 3.1

    * origin/3.1:
    
    # Conflicts:
    #	CHANGELOG.md
    #	package.json
    fieg committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    1863efc View commit details
    Browse the repository at this point in the history
  4. removed merge conflict residue

    fieg committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    207a356 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d19b00a View commit details
    Browse the repository at this point in the history