Deprecate jQuery.camelCase #3384
Closed
Comments
I'm starting to contribute and I'd like to help on this one |
nltncsr
added a commit
to nltncsr/jquery
that referenced
this issue
Apr 2, 2017
Move camelCase function from jQuery to an exclusive module and inject it wherever is needed, modifying only where it is called. Fixes jquerygh-3384
This was referenced Apr 2, 2017
Closed
nltncsr
added a commit
to nltncsr/jquery
that referenced
this issue
Apr 3, 2017
Move its single exclusive unit test from the core testing module to the deprecated, and adapt other unit tests that inside makes use of jQuery.camelCase to not rely on it. Fixes jquerygh-3384 Closes jquerygh-3604
PR in progress is at #3604. |
timmywil
added a commit
to timmywil/jquery
that referenced
this issue
Dec 4, 2017
timmywil
added a commit
to timmywil/jquery
that referenced
this issue
Dec 4, 2017
- Add back camelCase to the public object (deprecate not remove) Ref jquery#3384
timmywil
added a commit
to timmywil/jquery
that referenced
this issue
Dec 4, 2017
- Add back camelCase to the public object (deprecate not remove) Ref jquery#3384
timmywil
added a commit
that referenced
this issue
Jan 8, 2018
- Add back camelCase to the public object (deprecate not remove) Ref #3384
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
We should hide
jQuery.camelCase
. It's an undocumented, private method which doesn't make sense to be available externally as it contains a CSS-only quirk that replaces-ms-
toms-
. Rather than fixing it it's better to just remove it.Theoretically we could do it in any minor release but since it's been semi-public for so long it's better to wait, especially that code around it will have to change in 4.0 anyway because of #3355.
Link to test case
N/A
The text was updated successfully, but these errors were encountered: