Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Wikitech

jQuery 2.0 dropping IE 6,7,8 support

 

 

Wikipedia wikitech RSS feed   Index | Next | Previous | View Threaded


d.j.hartman+wmf_ml at gmail

Jul 2, 2012, 1:38 AM

Post #1 of 4 (159 views)
Permalink
jQuery 2.0 dropping IE 6,7,8 support

http://blog.jquery.com/2012/06/28/jquery-core-version-1-9-and-beyond/

jQuery 1.8 should arrive within a month. Here is our thinking about the
next two versions of jQuery to follow it, and when they’ll arrive:

jQuery 1.9 (early 2013): We’ll remove many of the interfaces already
deprecated in version 1.8; some of them will be available as plugins or
alternative APIs supported by the jQuery project. IE 6/7/8 will be
supported as today.
jQuery 1.9.x (ongoing in 2013 and beyond): This version will continue to
get fixes for any regressions, new browser bugs, etc.
jQuery 2.0 (early 2013, not long after 1.9): This version will support the
same APIs as jQuery 1.9 does, but removes support for IE 6/7/8 oddities
such as borked event model, IE7 “attroperties”, HTML5 shims, etc.


So what does this mean for us ? I think it's wise if we closely follow
their approach to make sure we can still deliver the IE 6/7/8 support that
we probably will still require by that time. If there is anything we need
to make this as efficient as possible for us, we should probably start
talking to them about that now, instead of in 2013 ?

DJ
_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


martijnhoekstra at gmail

Jul 2, 2012, 2:01 AM

Post #2 of 4 (153 views)
Permalink
Re: jQuery 2.0 dropping IE 6,7,8 support [In reply to]

On Mon, Jul 2, 2012 at 10:38 AM, Derk-Jan Hartman
<d.j.hartman+wmf_ml [at] gmail> wrote:
> http://blog.jquery.com/2012/06/28/jquery-core-version-1-9-and-beyond/
>
> jQuery 1.8 should arrive within a month. Here is our thinking about the
> next two versions of jQuery to follow it, and when theyll arrive:
>
> jQuery 1.9 (early 2013): Well remove many of the interfaces already
> deprecated in version 1.8; some of them will be available as plugins or
> alternative APIs supported by the jQuery project. IE 6/7/8 will be
> supported as today.
> jQuery 1.9.x (ongoing in 2013 and beyond): This version will continue to
> get fixes for any regressions, new browser bugs, etc.
> jQuery 2.0 (early 2013, not long after 1.9): This version will support the
> same APIs as jQuery 1.9 does, but removes support for IE 6/7/8 oddities
> such as borked event model, IE7 attroperties, HTML5 shims, etc.
>
>
> So what does this mean for us ? I think it's wise if we closely follow
> their approach to make sure we can still deliver the IE 6/7/8 support that
> we probably will still require by that time. If there is anything we need
> to make this as efficient as possible for us, we should probably start
> talking to them about that now, instead of in 2013 ?
>
> DJ
> _______________________________________________
> Wikitech-l mailing list
> Wikitech-l [at] lists
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Is there anything other for us to consider than keep with the 1.x
series until we are at the point we want to drop IE8 support (which is
probably not for quite a long time)?

_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


d.j.hartman+wmf_ml at gmail

Jul 2, 2012, 2:53 AM

Post #3 of 4 (151 views)
Permalink
Re: jQuery 2.0 dropping IE 6,7,8 support [In reply to]

Well we can also include both versions and conditionally load them.

DJ

On Mon, Jul 2, 2012 at 11:01 AM, Martijn Hoekstra <martijnhoekstra [at] gmail
> wrote:

> On Mon, Jul 2, 2012 at 10:38 AM, Derk-Jan Hartman
> <d.j.hartman+wmf_ml [at] gmail> wrote:
> > http://blog.jquery.com/2012/06/28/jquery-core-version-1-9-and-beyond/
> >
> > jQuery 1.8 should arrive within a month. Here is our thinking about the
> > next two versions of jQuery to follow it, and when they’ll arrive:
> >
> > jQuery 1.9 (early 2013): We’ll remove many of the interfaces already
> > deprecated in version 1.8; some of them will be available as plugins or
> > alternative APIs supported by the jQuery project. IE 6/7/8 will be
> > supported as today.
> > jQuery 1.9.x (ongoing in 2013 and beyond): This version will continue to
> > get fixes for any regressions, new browser bugs, etc.
> > jQuery 2.0 (early 2013, not long after 1.9): This version will support
> the
> > same APIs as jQuery 1.9 does, but removes support for IE 6/7/8 oddities
> > such as borked event model, IE7 “attroperties”, HTML5 shims, etc.
> >
> >
> > So what does this mean for us ? I think it's wise if we closely follow
> > their approach to make sure we can still deliver the IE 6/7/8 support
> that
> > we probably will still require by that time. If there is anything we need
> > to make this as efficient as possible for us, we should probably start
> > talking to them about that now, instead of in 2013 ?
> >
> > DJ
> > _______________________________________________
> > Wikitech-l mailing list
> > Wikitech-l [at] lists
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
> Is there anything other for us to consider than keep with the 1.x
> series until we are at the point we want to drop IE8 support (which is
> probably not for quite a long time)?
>
> _______________________________________________
> Wikitech-l mailing list
> Wikitech-l [at] lists
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


krinklemail at gmail

Jul 2, 2012, 3:08 AM

Post #4 of 4 (148 views)
Permalink
Re: jQuery 2.0 dropping IE 6,7,8 support [In reply to]

On Jul 2, 2012, at 10:38 AM, Derk-Jan Hartman wrote:

> http://blog.jquery.com/2012/06/28/jquery-core-version-1-9-and-beyond/
>
> jQuery 1.8 should arrive within a month. Here is our thinking about the
> next two versions of jQuery to follow it, and when theyll arrive:
>
> jQuery 1.9 (early 2013): Well remove many of the interfaces already
> deprecated in version 1.8; some of them will be available as plugins or
> alternative APIs supported by the jQuery project. IE 6/7/8 will be
> supported as today.
> jQuery 1.9.x (ongoing in 2013 and beyond): This version will continue to
> get fixes for any regressions, new browser bugs, etc.
> jQuery 2.0 (early 2013, not long after 1.9): This version will support the
> same APIs as jQuery 1.9 does, but removes support for IE 6/7/8 oddities
> such as borked event model, IE7 attroperties, HTML5 shims, etc.
>
>
> So what does this mean for us ? I think it's wise if we closely follow
> their approach to make sure we can still deliver the IE 6/7/8 support that
> we probably will still require by that time. If there is anything we need
> to make this as efficient as possible for us, we should probably start
> talking to them about that now, instead of in 2013 ?
>
> DJ

As included in the blog post, jQuery 1.9.x will be supported in the long run.
It is completely fine to juse use 1.9.x until we can drop support for old IE as well.


On Jul 2, 2012, at 11:53 AM, Derk-Jan Hartman wrote:

> Well we can also include both versions and conditionally load them.
>
> DJ
>


I doubt this is possible. 1.9.x is supported in the long run and will continue to get
bug fixes, but it will not get the new features added from that point onwards.

So unless we somehow control that nobody anywhere accidentally uses these,
we'll have to stick with 1.9.x for now.

-- Krinkle


_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Wikipedia wikitech RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.