Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vineethkrishnan/jquery.verticalScroll.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.4
Choose a base ref
...
head repository: vineethkrishnan/jquery.verticalScroll.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.5
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 3, 2026

  1. fix(docs): alias sidebar and navbar to root for all Docsify routes (#15)

    Docsify resolves sidebar.md and navbar.md relative to the current
    page directory. On subpages like #/getting-started/installation,
    it fetches getting-started/sidebar.md which doesn't exist but
    Cloudflare returns 200 (SPA fallback), preventing Docsify from
    falling back to the root sidebar.md. Add alias config to always
    load these files from root.
    vineethkrishnan authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    6c9d09f View commit details
    Browse the repository at this point in the history
  2. chore(master): release 2.1.5 (#16)

    Co-authored-by: personal-release-manager[bot] <269801950+personal-release-manager[bot]@users.noreply.github.com>
    vinelabs-release-manager[bot] authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    a7a8c2f View commit details
    Browse the repository at this point in the history
Loading