jQuery Core Team Meeting – Aug 22 2016

Attending: timmywil, jbedard, dmethvin, gibson042, markelog, mgol Location: https://gitter.im/jquery/meeting

link 3.1.1

link PRs

link TestSwarm fails in Edge 14 for two reasons:

link Finish up remaining 3.1.1 issues, release before Sept. 1

jQuery Core Team Meeting – Aug 15 2016

Attending: timmywil, gibson042, markelog Location: https://gitter.im/jquery/meeting

link 3.1.1

link TestSwarm fails in Edge 14 for two reasons:

link Release 3.1.1 next week

jQuery Core Team Meeting – Aug 08 2016

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

link 3.1.1

link Issues needing review

link TestSwarm fails in Edge 14 for two reasons:

link Gitter

jQuery Core Team Meeting – Aug 01 2016

Attending: timmywil, markelog, DaveMethvin, gibson042, m_gol

link 3.1.1

link Issues needing review

link PRs

link Wontfix wiki page

  • Looks good
  • Dave to add pointer from old page

link Migrate

  • Approach for deprecated APIs in 3.2? Just warn and let them pass through, or warn and fill (and run unit tests?)
    • Resolved: just warn, don't fill or move/copy unit tests from core
    • APIs removed in core 4.0 can be filled in migrate 4.0

link Consider using Gitter instead of IRC

jQuery Core Team Meeting – Jul 25 2016

Attending: timmywil, m_gol, DaveMethvin, jbedard

link 3.1.1

link Run tests on a slim, selector-native, ready-no-deferred builds

  • Set up periodic jobs for these builds
  • Build commands: slim is built with the default, grunt custom:-sizzle, grunt custom:-deferred

link PRs

link Migrate

jQuery Core Team Meeting – Jul 18 2016

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

link 3.1.1 > 3.2.0

  • Should we wait with merging PRs targeted at 3.2.0 while we wait for 3.1.1?
    • Yes, if they can’t go in 3.1.1 instead
  • Mark all PRs with the appropriate milestone. Do not merge PRs that are not for the upcoming milestone.

link Run tests on a slim, selector-native, ready-no-deferred builds

  • Set up periodic jobs for these builds
  • Build commands: slim is built with the default, grunt custom:-sizzle, grunt custom:-deferred

link Deprecations, let's decide on them all

link Slim & deprecated.js

link PRs

jQuery Core Team Meeting – Jul 11 2016

Attending: timmywil, markelog, m_gol, jbedard, gibson042

link Issues needing review

link Deferred.tick

jQuery Core Team Meeting – Jul 04 2016

Attending: timmywil, markelog, m_gol, jbedard, gibson042

link Issues needing review

link 3.1.0 is next release

link Migrate

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?