jQuery Core Team Meeting – Jun 27 2016

Attending: DaveMethvin, m_gol, gibson042, markelog, jbedard

link Issues needing review

link Angular issue

link Should we move our wontfix page? (Dave)

link BrowserStack

link 3.0.1

link What is codacy-bot and why is it talking on our PRs?

link Migrate

jQuery Core Team Meeting – Jun 13 2016

Attending: timmywil, DaveMethvin, gibson042, markelog, jbedard

link 3.0 Released!

link Issues needing review

link 3.0.1

link Migrate

link jQuery 4.0 event changes WIP

  • Using one aEL per jQuery event and native event object:
  • https://github.com/dmethvin/jquery/commits/v4-native-events
  • Seems to pass jQuery UI unit tests
  • Not too many fails in our units: http://imgur.com/tewiRFR
  • Issues with stopPropagation on delegated events, success depends on whether the delegated ones are attached first since we're doing 1:1 handlers
  • Could we use a capturing handler somehow to fix this? (jbedard)
  • Still need to review use of jQuery.event.special and .trigger()
  • Can we use native event for .trigger() and not even do our own bubbling in most cases?

jQuery Core Team Meeting – Jun 06 2016

Attending: timmywil, m_gol, jbedard, gibson042, markelog

link TSC grouping

link PRs

link 3.0

link 3.0 Upgrade Guide

link Migrate

link Browserstack can drop their dedicated IE6 machine

jQuery Core Team Meeting – May 23 2016

Attending: timmywil, markelog, m_gol, gibson042

link 1.12.4, 2.2.4, and 3.0.0-rc1 released!

  • Migrate 1.4.1 and 3.0.0-rc1 also released
  • 3.0 final to be released after 2 weeks of RC

link 1.12-stable & 2.2-stable

  • No more updates that aren’t at blocker priority

link 3.0 Upgrade Guide

  • Angular good
  • Bootstrap checked (PR submitted)
  • Ember?

link Migrate

link Drop yandex from Sizzle

link Allow Browserstack to drop dedicated IE6 machine next week

  • This means stopping testing it in Core on 1.x-stable and in Sizzle on master

link No meeting next week

jQuery Core Team Meeting – May 16 2016

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

link 1.12.4/2.2.4

link 3.0 Upgrade Guide

link Migrate

jQuery Core Team Meeting – May 09 2016

Attending: timmywil, DaveMethvin, gibson042, jbedard, m_gol

link 1.12.4/2.2.4

link 3.0 Upgrade Guide

link 3.0

link Android 2.3 support?

  • Making it unofficial - we may fix critical issues but we won’t officially list this browser as supported

link Migrate

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