kotlin-playground icon indicating copy to clipboard operation
kotlin-playground copied to clipboard

Remove jquery from defaults

Open gzoritchak opened this issue 6 years ago • 3 comments

As jquery is deprecated in kotlin/JS, its use should be an opt-in decision.

gzoritchak avatar Nov 28 '18 15:11 gzoritchak

Hm..and what about users who already uses JQuery as a default library? :)

AlexanderPrendota avatar Nov 29 '18 09:11 AlexanderPrendota

I agree it's a breaking change but:

  1. the workaround is very easy to set up.
  2. who is using jquery today? ;-)
  3. imposing the load of jquery to everybody is quite weird.

One of the initial idea of Kotlin was to be able to make it evolving. We shouldn't keep at runtime libraries deprecated since two major versions.

gzoritchak avatar Nov 29 '18 11:11 gzoritchak

=) I'm using! For instance, in plain canvas example. Probably I might be drop the jquery in 1.19.0 or 1.20.0...I'll think

AlexanderPrendota avatar Nov 29 '18 12:11 AlexanderPrendota