喜大普奔!jQuery发布 3.0 最终版

前端之家收集整理的这篇文章主要介绍了喜大普奔!jQuery发布 3.0 最终版前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

jQuery 3.0 最终版发布了。jQuery 3.0将是jQuery的未来。但如果你需要IE6-8支持,您可以继续使用最新版本1.12。

为了帮助用户升级jQuery 发布了,以及将帮助您识别代码中的兼容性问题。

您可以从jQuery CDN获取文件,或者直接访问链接

您也可以从以下npm获得更新:

此外,jQuery Migrate 3.0 也更新了。地址:

更新日志:

    Separate the two paths in jQuery.when (,)

    @H_502_10@
  • Provide explicit undefined context for jQuery.when raw casts (,)

    @H_502_10@
  • Remove default callback context (,)

    @H_502_10@
  • Warn on exceptions that are likely programming errors (,)

    @H_502_10@
  • Propagate progress correctly from unwrapped promises (,)

    @H_502_10@
  • Make jQuery.when synchronous when possible (,)

    @H_502_10@
  • Remove undocumented progress notifications in $.when (,)

    @H_502_10@
  • Give better stack diagnostics on exceptions ()

    Remove width/height exception for oldIE (,)

    @H_502_10@
  • Add tests for using jQuery.speed directly (,)

    @H_502_10@

    Don't execute native stop(Immediate)Propagation from simulation (,)

    @H_502_10@

    Bring tagname regexes up to spec (,)

    @H_502_10@

    Resolve strict mode ClientRect “no setter” exception ()

    Treat literal and function-returned null/undefined the same (,)

    @H_502_10@
  • Reduce size ()

    .not/.filter consistency with non-elements (,)

    @H_502_10@
  • Never let .closest() match positional selectors (,)

    @H_502_10@
  • Restore jQuery push behavior in .find (,)

    @H_502_10@

详情:

猜你在找的jQuery相关文章