jQuery Core Team Meeting – Feb 24 2014

Attending: DaveMethvin, m_gol, gibson042, markelog, rwaldron

(Chat was held on the Google Doc, IRC was flakey)

link Job for underachieving old browsers being put out to pasture

  • "Weekly Job" is the name

link $.fn.data API

  • Let's make a call on this
  • Do we want to make two new entry points for a “pure js” data object with no “black magic” and a “dataset” that only works on elements/with string values
  • “the new API is not going to fix any of this, since people will still want .data() to work they way they expect, and populate with JSON data to initialize, etc.” - Dave’s reasoning against
  • We need to bring 2.x into compat with 1.x behavior

link Bower

  • Did timmywil's latest updates take care of this?
  • Do we need to update older tagged versions?

link Wrap up on browser support in 1.12/2.2

  • Proposed: Keep IE6/7 in 1.12.x (last one), fork Sizzle to remove non-jQuery-2.x browser support
  • Announce the end of the line in a blog post
  • Do we really fail a lot of tests on Safari 5.1?
  • OUTCOME: Dave to write up a blog post
  • We'll pull IE6/7, Safari 5.1, Opera 12.1x all at once in 1.13

link Android 4.0 & $.trim

  • this was the only test failing consistently in Android 4.0
  • OUTCOME: Just use a regex

link $.xhr

  • Need to start work on this
  • 1.11.1 and 2.1.1

link Maintenance fixes?

  • Let's land these soon and use master for 2.2

jQuery Core Team Meeting – Jan 27 2014

Attending: DaveMethvin, m_gol, markelog, rwaldron, timmywil

link 1.11.1/2.1.1

  • Problems?
  • reliableMarginRight issue
    • do we even need the detect on master? always true it seems
    • http://bugs.jquery.com/ticket/11441
    • only Safari 5.0?
    • no, Android 2.3 as well :(
    • removing it gains 167 bytes on 1.x
  • Schedule?
    • After the conf unless something critical comes up

link Blog post on delegated events

link Test infrastructure

link api.jquery.com (and every site on WordPress!)

  • didn't need Migrate after all, fixed

link 1.12/2.2 planning for San Diego meeting

  • sent around a Google Docs link

jQuery Core Team Meeting – Jan 20 2014

Attending: DaveMethvin, markelog, m_gol

link 1.11/2.1 release

link Blog post on delegated events

link Test infrastructure

  • Totally hosed
  • gnarf still stumped
  • Asked jzaeffer/Krinkle to unhose this
  • Seems related to Jenkins plugin update
  • Internal jquery/infrastructure ticket on this

link jquery-release

  • Need to double check before doing the release
  • npm publishing didn't work right for some reason

link api.jquery.com (and every site on WordPress!)

  • Or rather >every website using wordpress< which is pretty much all of them…
  • We're using jQuery Migrate! Really shouldn't
  • Volunteers to help fix this? Prob just a bad plugin or .attr() misuse
    • dmethvin and m_gol

link 1.12/2.2 planning for San Diego meeting

*I'll send around a Google Docs link

jQuery Core Team Meeting – Jan 13 2014

Attending: DaveMethvin, gnarf, markelog, jauboug, m_gol, timmywil

link 1.11/2.1 RC?

  • Dave putting out the help beacon!
    • 1.x branch failing due to sinon fake timers
    • Date.now assignments removed
    • Still failing, timers aren't finished
    • m_gol to look
  • jquery-release fails on Windows
    • shelljs sync execution seems to mess up quotes
    • timmywil to release

link Pull requests for RC

link Tickets for RC

jQuery Core Team Meeting – Jan 06 2014

Attending: DaveMethvin, gnarf, markelog, jaubourg, m_gol, gibson, rwaldron

link Next stop, 1.11/2.1 RC?

  • Date? Shoot for Thu/Fri this week
  • Would like to have final next week, "State of jQuery"

link Pull requests

link Tickets for RC

link Triage

jQuery Core Team Meeting – Dec 30 2013

Attending: DaveMethvin, markelog, gibson042

link Next stop, RC?

link Others to do before RC/final?

link "Fixes" vs "Fix"

  • Yep, current info at contribute.jquery.org is fine

link Ship a new Migrate (dave)

  • Waiting on core release to be sure nothing more is needed

jQuery Core Team Meeting – Dec 24 2013

Attending: DaveMethvin, gibson042, markelog

link Fixed blog post - thanks m_gol

link Next stop, RC?

link New ticket discussion

link Ship a new Migrate (dave)

jQuery Core Team Meeting – Dec 16 2013

Attending: DaveMethvin, markelog, m_gol, rwaldron, gibson042

link bugs.jquery.com

link Todo for Beta3?

  • Feedback from Twitter on exposing global when used in browserify
    • Generally felt it should NOT be exposed by default

link Pull requests

link Beta3 ship date: Thursday 12/19

link Sinon fake timers

link Ship a new Migrate

  • Any other tickets to land for this? $.ui.version warning?

link How do we communicate a need for updating browsers to the infra team?

jQuery Core Team Meeting – Dec 08 2013

Attending: DaveMethvin, m_gol, timmywil, markelog, gibson042

link Todo for Beta3?

link Sinon fake timers

link Ship a new Migrate

  • Any other tickets to land for this? $.ui.version warning?
    • Still in progress
  • Use as a testbed for the new jquery-release scripts?

link How do we communicate a need for updating browsers to the infra team?

link 1.12/2.2 feature discussion

jQuery Core Team Meeting – Nov 25 2013

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

link Beta2 --SHIPPED!

  • Great job everyone!

link Todo for Beta3?

link Discussion regarding data-foo-42 and the meaning of life.

link Sinon fake timers

  • Landed but causing ajax issues
    • johnkpaul looking at it, we can back out if it's not working by tomorrow
    • Changes asyncTest -> test were only applied in the effects module, why?

link Ship a new Migrate

  • Any other tickets to land for this? $.ui.version warning?
  • Dave looking for elegant way to unit test that
  • Can we make available via Bower for this release?
  • Does npm make sense for Migrate? probably not

link Bypassing flaky tests

link How do we communicate a need for updating browsers to the infra team?

link 1.12/2.2 feature discussion

  • Bring back requestAnimationFrame?
  • Create new animation api that maps better to CSS transitions?
  • new data() implementation that attaches to elements
  • change in data-foo-42 behavior