Minutes (Notes) of the meeting of jQuery
Location: #jquery-meeting on Freenode
Time: Noon ET
Official Agenda:
1.5.2 Blocker Status
- Delayed discussion until next week
jQuery 1.6 Roadmap
Be sure to land this in branches
- Will be pulled into core after 1.5.2 is out
A: Solid agreement, with owner or pull request:
- 2 (danheberden, jaubourg): Have .animate() implement a deferred object
- 5 (jaubourg): Do support tests in an iframe document (or maybe use false body element)
- 10 (dmethvin): Optimize RegExp used for innerHTML shortcut (#6782, pull 248)
- 13 (john): Add :focus to Sizzle
- 14 (rwaldron): Allow properties to be passed in to $.Event() constructor
- 15 (dmethvin): Perf improvements for .data() events
- 16 (danheberden): Optimize validation in parseJSON
- 17 (rwaldron): Fix event firing order
- 20 (dmethvin): Attach data cache directly to element
- 21 (dmethvin): Refactor jQuery.event.trigger/handle
- 22 (dmethvin): Issue with triggering of focusin – may be fixed by pull 260, need to check with Joern who reported a problem i couldn’t repro
- 23 (timmywil): Allow .is(), .find(), and .closest() to accept nodes
- 31 (lrbabe and/or gnarf and/or jaubourg): Synchronize animations based upon start time (Thunderdome!)
- 34 (john): attrHooks
- 36 (lrbabe): Use requestAnimationFrame *Special attention to optimizing size
- 38 (danheberden): $.map() working on objects
- 39 (rwaldron): .undelegate() doesn’t work on custom namespaced events
- 42 (timmywil): .closest() fails on disconnected nodes
- 45 (john): Make .width() work correctly for inputs
- 46 (john): jQuery throwing error on replaceWith
- 51 (ajpiano): Support relative values for .css()
- 52 (gf3, cowboy): Add Function.prototype.bind() support to jQuery.proxy
Good, but requires more discussion for potential 1.6 inclusion:
- 3 (jaubourg): Add chaining to promisHes
- 7: Solution for HTML 5 in IE
- 25 (timmywil): Add .valHooks
Tabled until 1.7:
- 6: Expose the data conversion interface from $.ajax()
- 11: Comprehensive and official support of file:
- 37: Use the same event object when bubbling native events, or preserve data relative to the event.
How was the decision made:
- Virtually all green = Solid Agreement
- Majority green = Mixed agreement
- Majority red / little green = Rejected