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

Core: Remove deprecated jQuery APIs #4364

Merged
merged 1 commit into from
Apr 29, 2019
Merged

Conversation

mgol
Copy link
Member

@mgol mgol commented Apr 17, 2019

Summary

Fixes gh-4056

Checklist

@@ -1753,9 +1729,6 @@ QUnit.test( "Do not throw on frame elements from css method (#15098)", function(

assert.expect( !!appearanceName + !!transformName + 1 );

resetCssPropsFor( "appearance" );
resetCssPropsFor( "transform" );
Copy link
Member Author

Choose a reason for hiding this comment

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

This does make the test a little less isolated but it's already been that way since finalPropName has been refactored by @dmethvin to use an internal vendorProps map so we're not losing much here.

Another test can influence this one if it sets some transform- or appearance-related props. We can think if there's any way around that but, as I said, it's already an issue.

@mgol mgol self-assigned this Apr 17, 2019
@mgol
Copy link
Member Author

mgol commented Apr 29, 2019

Note to self: separate jQuery.holdReady removal to a separate PR, remove readyWait there as well.

@mgol mgol removed the Needs review label Apr 29, 2019
@mgol mgol merged commit 58f0c00 into jquery:master Apr 29, 2019
@mgol mgol deleted the deprecated-removal branch April 29, 2019 20:04
@lock lock bot locked as resolved and limited conversation to collaborators Oct 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

Remove deprecated methods in 4.0.0
1 participant