jQuery Core Team Meeting – Mar 23 2015

Attending: timmywil, arthurvr, m_gol, gibson042, markelog, scott_gonzalez, arschmitz

link Deferred has LANDED!

  • Are there action items for compat before 3.0.0 beta?
  • NO, but more Promises/A+ testing in real browsers and in Node before final

link Current failures on master and compat

link Beta release todo

link Standardize invalid input

link Sizzle blockers

link 3.0 Blocker issues

link outerHTML? https://github.com/jquery/jquery/issues/2151

  • No, too easy for user to do without a first-class method requiring extra support

link iOS bug wrt. jQuery.each: https://github.com/jquery/jquery/issues/2145

  • bigger issue than the qsa issue last patch
  • If perf is not an issue, we’ll do a patch release

link PRs

link jQuery 3.0 beta

jQuery Core Team Meeting – Mar 16 2015

Attending: timmywil, markelog, DaveMethvin, m_gol, gibson042, arthurvr, arschmitz

link Should we return null for attributes?

link Current failures on master and compat.

link Review migrate PRs for Dave

link Dave to draft blog post for beta

link Standarize invalid input

link Sizzle blockers

link 3.0 Blocker issues

link PRs

link jQuery 3.0 beta

jQuery Core Team Meeting – Mar 09 2015

Attending: timmywil, gibson042, markelog, arthurvr

link Should we return null for attributes?

link Combine our 2 branches and use build script to generate master from compat?

  • Timmy thinks yes, but we should wait until after 3.0 for that significant an overhaul.
  • Need issue opened

link Current failures on master and compat. Go green!

link Sizzle blockers

link 3.0 Blocker issues

link PRs

link jQuery 3.0 beta

jQuery Core Team Meeting – Mar 02 2015

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

link PR Review (any we can land right now?)

link Current failures on master and compat

link Sizzle blockers

link 3.0 Blocker issues

link jQuery 3.0 beta

jQuery Core Team Meeting – Feb 23 2015

Attending: timmywil, markelog______________, arthurvr, m_gol, gibson042, scott_gonzalez

link jQuery 3.0 beta

link Sizzle blockers

link 3.0 Blocker issues

link Should we have 2 branches of jQuery?

  • Generate master build from compat code using script?
  • Go back to 1.x-only and support node, etc.?

link Deprecate jQuery.fn.load for 4.0 removal?

  • downloads whole page with doctype
  • issues with XML documents
  • url + selector api is weird
  • markelog to open an issue for further review

link $.ajax deprecations?

  • async: false
  • success/error/complete passed in options

jQuery Core Team Meeting – Feb 16 2015

Attending: timmywil, markelog, gibson042, arthurvr, m_gol

link jQuery 3.0 beta

link Sizzle blockers - assigned

link jQuery Migrate

link 3.0 Blocker issues

jQuery Core Team Meeting – Feb 09 2015

Attending: timmywil, DaveMethvin, markelog, gibson042, arthurvr

link https://github.com/jquery/jquery/wiki/Adding-new-features

  • Reasonings for turning down feature requests

link jQuery 3.0 beta

link Velocity

link Remove tbody insertion

link show/hide performance

link jQuery Migrate

link 3.0 Blocker issues

jQuery Core Team Meeting – Feb 02 2015

Attending: DaveMethvin, gibson042, timmywil, markelog, arthurvr

link timmywil to be new Core lead, gibson042 on Sizzle

  • Dave still around for questions, code, docs, whatever

link jQuery 3.0 beta

link Thinking about deprecation announcements for the next round

  • Could also do some of this with good documentation warnings
  • hide/show? https://github.com/jquery/jquery.com/issues/88
  • jQuery.swap?
    • We already don't get reliable results on currently-hidden elements
    • Needed for the Android 2.3 reliableMarginRight fix
    • How important is it to keep that fix?
  • :hidden/:visible selectors?
    • Update api.jquery.com first (reflows!)

link Use velocity.js as a replacement .animate() in 4.0?

  • Not sure of the difference in file size, all the jQuery-like shims go
  • Talked to Julian last week, he's interested in doing the integration if we want
  • https://github.com/julianshapiro/velocity
  • Famo.us folks say they will try to do benchmarks for us

link Pull Requests and Issues

jQuery Core Team Meeting – Jan 26 2015

Attending: DaveMethvin, gibson042, arthurvr, timmywil, markelog, m_gol, mikesherov

link jQuery 3.0 beta

link Purpose of _evalURL

  • If you replace ajax.js with some other stack, it needs to define _evalURL so that manipulation can run scripts in HTML strings.
  • (Unless you want to explicitly deny that perhaps?)
  • markelog to add comment so we won't forget (again)

link Pull Requests and Issues

jQuery Core Team Meeting – Jan 19 2015

Attending: DaveMethvin, gibson042, arthurvr, timmywl, markelog

link jQuery 3.0 beta

link Style of cherry-picked commits

link $.when changes for single-argument case

  • https://github.com/jquery/jquery/issues/2018
  • Definitely should eliminate the reuse of the incoming Deferred for the return value
  • What about when the single arg is an Array? Keep current behavior, too big an API break
  • Basically, one arg is Promise.cast(), multiple is Promise.all()
  • Need better docs for $.when if an array is passed

link Formatting ticket and issue references

link Pull Requests and Issues

link Build on Windows

  • The node-smoke-test won't work on Windows and node 0.10 without a bunch of stuff installed incluing Visual Studio
  • Fixed with io.js or node 0.12 but who knows when they arrive
  • For now, can work around with grunt dev, ignore npm install error that doesn't affect the working of other things