- Attending: DaveMethvin, gibson042, orkel, timmywil, jaubourg, gf3
link jQuery 2.0
- Beta 3 this week
- Ship for jQuery Uk (April 19)
- Stuff for beta 3
- Use in node.js
- Focus issues in IE9 (timmywil)
- CSP issues in Chrome (closed, cantfix)
- http://bugs.jquery.com/ticket/13507
- Unit test is doing the best it can
- Test in support.js is unaffected by the CSP block
link Migrate
- Ship 1.2 with 2.0 beta, reflecting 1.10 changes
- Fix sourcemap support (Scott says it's always been broken)
- Ship 1.3 with jQuery 2.0
- List of changes below
link jQuery 1.10
- Create a 1.10-stable branch to land stuff? Or maybe a 1.x-stable?
- Decision:
- Dave working on blog post; shared here:
- Ship a month or two after 2.0, near Portland conf
link Document differences 1.x to 2.x
- 2.x data can be attached anywhere
- ???
link (Add these to Migrate Plugin and document NOW for 2.0/1.10 release)
- No script execute by default, must use $.parseHTML
- Groundwork for XSS reduction, but not a complete fix atm
- This would make the no-leading-space restriction unnecessary?
- http://bugs.jquery.com/ticket/13417 domManip and empty text nodes
- http://bugs.jquery.com/ticket/12838 $.ajax hook point for domManip
- change Event.isTrigger from boolean to bitmask
- allow multiple args for .replaceWith (ref)
link jQuery 1.9.2
- None planned