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

Manipulation: Deprecate jQuery.UNSAFE_restoreLegacyHtmlPrefilter #518

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

mgol
Copy link
Member

@mgol mgol commented Jul 8, 2024

This is unusual as it's not the Core API but we support this patch via a more generic API now:

jQuery.migrateEnablePatches( "self-closed-tags" )

Fixes gh-474

This is unusual as it's not the Core API but we support this patch via a more
generic API now:

```
jQuery.migrateEnablePatches( "self-closed-tags" )
```

Fixes jquerygh-474
@mgol mgol added this to the 3.5.0 milestone Jul 8, 2024
@mgol mgol requested a review from timmywil July 8, 2024 21:43
@mgol mgol self-assigned this Jul 8, 2024
@mgol mgol modified the milestones: 3.6.0, 3.5.0 Jul 9, 2024
@mgol mgol removed the Needs review label Jul 9, 2024
@mgol mgol merged commit 140119a into jquery:main Jul 9, 2024
10 checks passed
@mgol mgol deleted the warn-UNSAFE_restoreLegacyHtmlPrefilter branch July 9, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warn against jQuery.UNSAFE_restoreLegacyHtmlPrefilter usage
2 participants