Skip to content
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

Update: jquery.resize.js to use ResizeObserver #577

Merged
merged 7 commits into from
Oct 1, 2024
Merged

Conversation

oliverfoster
Copy link
Member

@oliverfoster oliverfoster commented Sep 4, 2024

fixes #576

Update

  • Use browser API ResizeObserver to reduce code complexity and increase performance

Refs:

Note:

  • Not ie11 compatible

@oliverfoster oliverfoster self-assigned this Sep 4, 2024
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

@oliverfoster
Copy link
Member Author

Ready now, apologies

Copy link
Contributor

@joe-allen-89 joe-allen-89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested across multiple browsers, all working as expected 👍

@oliverfoster oliverfoster merged commit 29d003b into master Oct 1, 2024
@oliverfoster oliverfoster deleted the issue/576 branch October 1, 2024 14:10
github-actions bot pushed a commit that referenced this pull request Oct 1, 2024
# [6.54.0](v6.53.10...v6.54.0) (2024-10-01)

### Update

* jquery.resize.js to use ResizeObserver (#577) ([29d003b](29d003b)), closes [#577](#577)
@oliverfoster
Copy link
Member Author

🎉 This PR is included in version 6.54.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jquery.resize update to use ResizeObserver instead of manual calculations
4 participants