Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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.1
Choose a base ref
Loading
...
head repository:ZeeCoder/use-resize-observer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v8.0.0
Choose a head ref
Loading
  • 11commits
  • 18files changed
  • 2contributors

Commits on Jul 27, 2021

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

Commits on Aug 28, 2021

  1. fix: Removedresize-observer-polyfill in favour of `@juggle/resize-…

    …observer`.The latter is better maintained, and does not include now-unnecessaryResizeObserver type definitions that also conflicts with newer Typescript versions.I consider this a breaking change because there may be unexpected differences between the polyfills.Also updated all dependencies.Removed the ResizeObserver type definition, as TS now includes it.
    @ZeeCoder
    ZeeCoder committedAug 28, 2021
    Configuration menu
    Copy the full SHA
    8afc8f6View commit details
    Browse the repository at this point in the history
  2. feat: Added thebox option

    Closes#31Fixes#57
    @ZeeCoder
    ZeeCoder committedAug 28, 2021
    Configuration menu
    Copy the full SHA
    0ca6c23View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69298b5View commit details
    Browse the repository at this point in the history
  4. feat: Added theround option.

    Closes#55Fixes#46Fixes#61
    @ZeeCoder
    ZeeCoder committedAug 28, 2021
    Configuration menu
    Copy the full SHA
    aa38199View commit details
    Browse the repository at this point in the history
  5. fix: TheonResize callback is no longer incorrectly called with the…

    … same values.The same memoisation applied to the hook response's width and heightshould've applied to the onResize callback as well, but it didn't.This is now fixed, which means that even if the RO reports a change,the onResize callback will only be called if there's an actual changeto report after the rounding function was applied to the reported values.
    @ZeeCoder
    ZeeCoder committedAug 28, 2021
    Configuration menu
    Copy the full SHA
    bd0f3c8View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52709feView commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c465a3fView commit details
    Browse the repository at this point in the history
  8. chore(release): 7.1.0 [skip ci]

    # [7.1.0](v7.0.1...v7.1.0) (2021-08-28)### Bug Fixes* The `onResize` callback is no longer incorrectly called with the same values. ([29938a1](29938a1))### Features* Added the `box` option ([f873597](f873597)), closes [#31](#31) [#57](#57)* Added the `round` option. ([1224bc8](1224bc8)), closes [#55](#55) [#46](#46) [#61](#61)
    @semantic-release-bot@ZeeCoder
    semantic-release-bot authored andZeeCoder committedAug 28, 2021
    Configuration menu
    Copy the full SHA
    ede37a6View commit details
    Browse the repository at this point in the history
  9. feat: Triggering the v8 release

    BREAKING CHANGE: Triggering the v8 release, which was published as 7.1.0 by accident.
    @ZeeCoder
    ZeeCoder committedAug 28, 2021
    Configuration menu
    Copy the full SHA
    4373a1fView commit details
    Browse the repository at this point in the history
  10. chore(release): 8.0.0 [skip ci]

    # [8.0.0](v7.0.1...v8.0.0) (2021-08-28)### Bug Fixes* Removed `resize-observer-polyfill` in favour of `@juggle/resize-observer`. ([8afc8f6](8afc8f6))* The `onResize` callback is no longer incorrectly called with the same values. ([bd0f3c8](bd0f3c8))### Features* Added the `box` option ([0ca6c23](0ca6c23)), closes [#31](#31) [#57](#57)* Added the `round` option. ([aa38199](aa38199)), closes [#55](#55) [#46](#46) [#61](#61)* Triggering the v8 release ([4373a1f](4373a1f))### BREAKING CHANGES* Triggering the v8 release, which was published as 7.1.0 by accident.
    @semantic-release-bot
    semantic-release-bot committedAug 28, 2021
    Configuration menu
    Copy the full SHA
    5b42412View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp