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: ZeeCoder/use-resize-observer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.0
Choose a base ref
...
head repository: ZeeCoder/use-resize-observer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.1
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 11, 2020

  1. chore: changelog fixes

    ZeeCoder committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    d8da045 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

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

Commits on Nov 15, 2020

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

Commits on Jul 27, 2021

  1. fix: Undefined HTMLElement is no longer an issue in certain SSR edge …

    …cases.
    
    Passing in a custom ref would make the hook check for `instanceof HTMLElement`,
    which fails in SSR environments. (Node, JSDom)
    
    Fixes #74 #62
    ZeeCoder committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    599cace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3211d33 View commit details
    Browse the repository at this point in the history
  3. chore(release): 7.0.1 [skip ci]

    ## [7.0.1](v7.0.0...v7.0.1) (2021-07-27)
    
    ### Bug Fixes
    
    * Removed unnecessary entries.length check ([3211d33](3211d33))
    * Undefined HTMLElement is no longer an issue in certain SSR edge cases. ([599cace](599cace)), closes [#74](#74) [#62](#62)
    semantic-release-bot committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    2906203 View commit details
    Browse the repository at this point in the history
Loading