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: burnsco/react-scroll
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fisshy/react-scroll
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 21 files changed
  • 14 contributors

Commits on May 15, 2023

  1. Preventing duplicate event listener registrations (fisshy#554)

    * feat: prevent duplicate registration
    
    * feat: add defensive code
    
    * feat: delete set value
    
    * modify: defensive code 'throw error > console.warn'
    
    * modify: defensive code > use 'eventName'
    
    * modfiy: delete getTime
    
    * modify: listeners delete key
    
    ---------
    
    Co-authored-by: bitto-dunamu <bitto@dunamu.com>
    seungdeng17 and bitto-dunamu authored May 15, 2023
    Configuration menu
    Copy the full SHA
    236ddf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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

Commits on Oct 6, 2023

  1. Fix children rendering issue in Button component (fisshy#559)

    * fixed children rendering issue in Button component
    
    * added test code for Button.js
    hyeewooon authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9f453d3 View commit details
    Browse the repository at this point in the history
  2. updated package-lock.json

    fisshy committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c2604ba View commit details
    Browse the repository at this point in the history
  3. publish v 1.9.0

    fisshy committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9cbb8ac View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. added next.js example

    fisshy committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b1030c3 View commit details
    Browse the repository at this point in the history
  2. fixed typo in url

    fisshy committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    526bab0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. modify cancel events list (fisshy#570)

    Co-authored-by: Linas Danisevicius <linas.danisevicius@devbridge.com>
    pankeku and Linas Danisevicius authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7aae953 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. fix: remove record before scroll-link unmount (fisshy#571)

    Co-authored-by: wanglitong <wanglitong@bytedance.com>
    WangLeto and wanglitong authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    244b3a0 View commit details
    Browse the repository at this point in the history
  2. audited

    Joachim Karlsson authored and Joachim Karlsson committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    fd9fb6f View commit details
    Browse the repository at this point in the history
  3. prefix next.js example to not build

    Joachim Karlsson authored and Joachim Karlsson committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    59eed22 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. escape tags in changelog (fisshy#573)

    The HTML tags in the changelog need to be escaped
    annaswims authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    271beed View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Documentation Update: Revised README file with improvements (fisshy#576)

    * Added gif for Readme. 
    
    I added this file to update the readme with a gif of one of the functionalities of react-scroll.
    
    * Added and updated README.md with new content
    
    * Updated README.md
    
    There were minor formatting issues, so fixed those
    
    * Updated README.md
    
    Added compatibility of react scroll with Google Chrome, Microsoft edge, and Firefox.
    
    * Update README.md
    
    Added example in table of contents
    
    * Update README.md
    
    fixed Table of contents
    
    * Update README.md
    
    added features
    
    * Update README.md
    
    fixed features
    shreya-kota authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1be2a94 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

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

Commits on Jan 30, 2025

  1. Update package.json - Make react 19 supported (fisshy#583)

    Add react 19 to the support list of react scroll
    MikeyA-yo authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    bb79f05 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. updated to v1.9.2

    Joachim Karlsson authored and Joachim Karlsson committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    22cdc22 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. solved issue when activeClass was not set

    Joachim Karlsson authored and Joachim Karlsson committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    ebd6b76 View commit details
    Browse the repository at this point in the history
  2. updated changelog

    Joachim Karlsson authored and Joachim Karlsson committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    b07d972 View commit details
    Browse the repository at this point in the history
Loading