jquery icon indicating copy to clipboard operation
jquery copied to clipboard

Remove positional selectors

Open mgol opened this issue 6 years ago • 3 comments

Description

To be able to reduce selector code size drastically, we should remove custom traversing code from the selector module. That requires dropping positional selectors, though.

Originally reported at https://github.com/jquery/sizzle/issues/293, see the discussion there.

Link to test case

N/A

mgol avatar May 14 '19 20:05 mgol

Hi there, has this change been released to the latest production version of JQuery yet ? or when do you plan on doing so ?

I am just wondering if/when I would need to accommodate these changes in our project ? Many thanks

fsereno avatar Jun 08 '20 13:06 fsereno

@fsereno the issue is open which means it’s not done yet. The milestone is set to 4.0.0 so this is when we plan to land the change.

mgol avatar Jun 08 '20 13:06 mgol

Great thank you for confirmation @mgol Much appreciated.

fsereno avatar Jun 08 '20 13:06 fsereno