Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
Thanks for the PR. We need all contributors to sign the CLA via the provided link. Also, could you explain the issue you want to tackle in detail, ideally with...
@fnagel What do you think about this? @velezh Since the issue is already in 1.12, given limited team resources it's not likely to be fixed by the UI team; see...
Thanks for the report. Does the issue you describe exist when jQuery UI 1.12.1 is used or only with jQuery UI 1.13.0 or newer?
Thanks for the info. Since the issue is already in 1.12, given limited team resources it's not likely to be fixed by the UI team; see the project status at...
The fix from @ssigwart has been merged in https://github.com/jquery/jquery/pull/5317 and will be included in jQuery 3.7.2. If you want to double-check if the fix is complete, I encourage checking locally...
jquery-patch.js: Misleading label and description ("Support version 1.8.x and newer of jQuery core")
I think the name of the file is fine since it does patch jQuery Core. Updating the metadata sounds good to me. I think I'd use uppercase "Core". PRs welcome!
jquery-patch.js: Misleading label and description ("Support version 1.8.x and newer of jQuery core")
It’s not just internals, though. Loading jQuery UI with jQuery 1.8 makes methods `.even()` & `.odd()` available, for example. This is observable to users.
jquery-patch.js: Misleading label and description ("Support version 1.8.x and newer of jQuery core")
I’m not married to the name, BTW, but this is churn that we even cannot really introduce in a patch release, it’d have to wait for 1.14 if we release...
jquery-patch.js: Misleading label and description ("Support version 1.8.x and newer of jQuery core")
> That these are visible not just to jQuery UI is both accidental and undesirable. I agree but at this point we'd prefer to avoid introducing breaking changes by removing...
jquery-patch.js: Misleading label and description ("Support version 1.8.x and newer of jQuery core")
The current plan for 1.14 is to keep the file for backwards compatibility but to not depend on it in code. This means the only purpose for it will actually...