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

jQuery Core Team Meeting – Jan 12 2015

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

link jQuery 3.0 beta

link Pull Requests and Issues

  • Style of Support comments
  • .unwrap() conditioned by a selector
  • jQuery.Deferred enhancements
  • jQuery.parseHTML("")
  • https://github.com/jquery/jquery/pull/1998
  • I like the idea of doing more here but given how much we need to do for 3.0 I'm okay with just this change if nobody has time to take something more ambitious.
  • Let's ask Krinkle to update the PR for the more ambitious changes that track what the native method does, see comments in the PR from timmywil and gibson042
  • Funny characters in tag names
  • https://github.com/jquery/jquery/pull/1988
  • Same here as with parseHTML, if someone can take it now we could do more but otherwise let's land this smaller fix. (But note gibson042 comments regarding colons for namespaces.)
  • Let's land this now (hyphens), do a second commit for the more general changes (unusual characters, namespaces)

  • Inserted scripts run async
  • jquery-release tasks (timmywil)

jQuery Core Team Meeting – Jan 05 2015

Attending: DaveMethvin, gibson042, markelog, arthurvr

link jQuery 3.0 beta

link Pull Requests and Issues

  • indexOf
  • Seems good to have a consistent standard
  • Would need to be addressed in the style guide?
  • In the meantime, land the two PRs
  • land this, we can tweak
  • Can we eliminate $.support.cors and use XHR as the default transport if no other transport works?
  • Would eliminate a lot of special cases
  • Pinged @jaubourg on the possibility
  • Skip PATCH tests on BrowserStack
  • too many spurious fails from their setups for some reason

jQuery Core Team Meeting – Dec 29 2014

Attending: DaveMethvin, gibson042, arthurvr, m_gol, timmywil (12:45)

link Reminder: 3.0 in two weeks!

  • Need owners for several tickets
  • Need to land exising PRs

link Issues and PRs

  • Asking on the ticket why that can't be done

jQuery Core Team Meeting – Dec 22 2014

Attending: DaveMethvin, gibson042, gnarf, m_gol, jaubourg, markelog

link 1.11.2/2.1.3 release

  • Done

link Issues and PRs

link Code coverage