Skip to content

issues Search Results · repo:jquery/jquery-migrate language:JavaScript

Filter by

270 results
 (64 ms)

270 results

injquery/jquery-migrate (press backspace or delete to remove)

In 4.0, data no longer treats -ms ins a special way when camelcasing. In 3.x this was happening because the camelCasing logic was shared with the CSS module which needed it. Consider warning against such ...
  • mgol
  • Opened 
    on Apr 28
  • #579

In jQuery 1.12.* the expression $.parseJSON(undefined) returns null, but in jQuery 3.7.4 with jQuery Migrate 3.5.2 throws an exception. Could we solve the issue with the following code migratePatchAndWarnFunc( ...
  • mtomas-mpm
  • 2
  • Opened 
    on Nov 20, 2024
  • #556

Migrate 3.x still contains some patches for breaking changes in jQuery 1.9; it should only handle breaking changes in 3.0 or later. In Migrate 3.x, we ll leave it as-is, as removing patches would be a ...
Has Pull Request
  • mgol
  • 2
  • Opened 
    on Oct 14, 2024
  • #549

Ref https://github.com/jquery/jquery/pull/5137
Has Pull Request
  • mgol
  • 1
  • Opened 
    on Oct 9, 2024
  • #544

jQuery.Deferred.getStackHook is an old API with a new name at jQuery.Deferred.getErrorHook. We should warn on getting/setting the old API fill in the new one unless already set. Ref https://github.com/jquery/jquery/pull/5211 ...
  • mgol
  • 1
  • Opened 
    on Oct 9, 2024
  • #543

Since 4.0, .data() no longer inherits from Object.prototype; the same applies to the events object from the private data store. We should not restore the old behavior as that will reintroduce potential ...
Has Pull Request
  • mgol
  • 5
  • Opened 
    on Oct 9, 2024
  • #542

See https://github.com/jquery/jquery/wiki/jQuery-4-exports-explainer The Migrate setup would likely be simpler, maybe we can avoid the factory mode, there s no slim mode, etc., but some of that would ...
Has Pull Request
  • mgol
  • 1
  • Opened 
    on Jul 15, 2024
  • #524

Post 3.4.1, the top-level package.json has been changed to have type: module. Our host environment is ESM as well, and as such we import jquery-migrate. Unfortunately, with the type defined as module, ...
  • bazineta
  • 6
  • Opened 
    on Jul 15, 2024
  • #523

See #474. jQuery.UNSAFE_restoreLegacyHtmlPrefilter is a deprecated API; the replacement is: jQuery.migrateEnablePatches( self-closed-tags )
Has Pull Request
  • mgol
  • 2
  • Opened 
    on Jul 9, 2024
  • #520

We are currently using jQuery 3.7.1 and jQuery Migrate version 3.4.0. Now we are planning to remove jQuery Migrate and proceed with jQuery alone. What are the steps to take and what should be noted before ...
  • lingesh-k-7833
  • Opened 
    on Apr 12, 2024
  • #509
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub