-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add option to provide your own rounding function #55
Conversation
If this function is identity it will implicitly opt-in to subpixel render updates. Other uses can be providing ratios for example: (width) => [width, width * 1.5]
Sorry for not reacting to this yet, I'm in the middle of a very busy period finding my next role. |
Don't worry, take your time 👍 |
# [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)
# [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)
# [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.
🎉 This issue has been resolved in version 8.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Resolves #46