jQuery Core Team Meeting – May 02 2016

Attending: timmywil, DaveMethvin, m_gol, gibson042

link 1.12.4/2.2.4

link 3.0 Upgrade Guide

link 3.0

link Migrate

jQuery Core Team Meeting – Apr 25 2016

Attending: markelog, m_gol, DaveMethvin, gibson042

link Upgrade Guide

link 1.12.4/2.2.4

link 3.0

link Migrate

jQuery Core Team Meeting – Apr 18 2016

Attending: timmywil, markelog, m_gol, DaveMethvin, gibson042

link Upgrade Guide

link 1.12.4/2.2.4

link 3.0

link JSHint, JSCS, ESLint

  • Should we switch to ESLint completely?

link Issues needing review

  • https://github.com/jquery/jquery/issues/2824 # in selectors
    • No revert
    • “be more careful with code changes that may introduce exceptions on invalid input, during code review, but not have a policy to test for invalid input”
    • “it doesn't mean we're not going to introduce exceptions, but we can make sure people have warning.” Moving an exception to major version may be appropriate.
  • https://github.com/jquery/jquery/issues/3060 Remove default Deferred callback context
    • Yes

link Migrate

jQuery Core Team Meeting – Apr 11 2016

Attending: m_gol, gibson042, markelog, dmethvin, timmywil

link Upgrade Guide

link 3.0

link PRs

link Migrate

jQuery Core Team Meeting – Apr 04 2016

Attending: timmywil, m_gol, gibson042, markelog

link Upgrade Guide

link 3.0

link 1.12.3/2.2.3

link PRs

link Migrate

jQuery Core Team Meeting – Mar 28 2016

Attending: timmywil, markelog, DaveMethvin, gibson042

link Upgrade Guide

link 3.0

link Go ahead and release 1.12.3

link PRs

link Migrate

jQuery Core Team Meeting – Mar 21 2016

Attending: timmywil, DaveMethvin, m_gol, gibson042, markelog

link 1.12.2/2.2.2

  • Shipped!

link Upgrade Guide

link 3.0

link Issues needing review

link Migrate

  • Dave to work on some open tickets this week
  • Help needed, especially on show/hide (gibson to help)

jQuery Core Team Meeting – Mar 14 2016

Attending: timmywil, DaveMethvin, markelog, m_gol, all3fox, gibson042

link 1.12.2/2.2.2

link PRs

  • https://github.com/jquery/jquery/pull/2996 detached.show()
    • Must make decision for 3.0
    • Keep current behavior, update later if needed
    • Poll (excluding gibson042 and markelog)
      • jQuery("<div/>").hide().css("display"): 2.5–0 "none"
      • jQuery("<div/>").show().css("display"): 1.5–0 ""

link Upgrade Guide

link BrowserStack IE 6 clients

  • BrowserStack keeps 2 constantly online IE 6 clients just for us. They may turn them off after 1.12.2.

link jQuery Periodic runs for 1.x/2.x - still needed?

  • Stop after 1.12.2/2.2.2

link Migrate

jQuery Core Team Meeting – Mar 07 2016

Attending: timmywil, m_gol, DaveMethvin, gibson042

link Fixing the 3.0.0 milestone

  • A non-trivial amount of issues backported to 1.12/2.2 had a 3.0.0 milestone
  • m_gol looked at all 3.0.0 issues and changed the relevant ones, adding a comment: “This has been backported to 1.12.0 & 2.2.0 so I changed the milestone (it used to say 3.0.0).”
  • What should we do about those tickets? They weren’t mentioned in the 1.12.0/2.2.0 blog post, they won’t be mentioned in the 3.0.0 one.
    • Timmy can add them to the blog post if we compile a list

link Changelogs

  • Create changelog archive page for core?
    • 3.0+ only
  • Dave to start an upgrade guide on jquery.com

link PRs

link Migrate

jQuery Core Team Meeting – Feb 29 2016

Attending: timmywil, DaveMethvin, m_gol, markelog, gibson042

link Deprecate <1.11 npm versions

  • Syntax: https://docs.npmjs.com/cli/deprecate
  • "Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."
  • Look into which of the latest versions do work on web browsers
  • It should be: old Node-based <=1.8, new ours >=1.11 but 1.9.1 has been published 2 months after 1.11.1, what’s up about that?
    • I recall publishing an older version because it was completely absent.

link Issues needing review

link PRs

link Migrate