Attending: timmywil, DaveMethvin, markelog, arthurvr, gibson042, gnarf, m_gol
- gnarf working on effects tests for Tween and Animation
link Issues needing review
- https://github.com/jquery/jquery/issues/2267 isArraylike(undefined | null)
- accept null and undefined as valid, numbers and strings are not
- https://github.com/jquery/jquery/issues/2310 jQuery UI/mobile breakage from offset
- what’s the consensus here?
- return zeros for disconnected elements, continue to throw for $(window).offset()
- https://github.com/jquery/jquery/issues/2308 stylesheet-hidden elements with .show()
- Going to do a blog post about the problems we’re facing here and the solutions we have
link PRs
- https://github.com/jquery/jquery/pull/2312 verbose comment for focus event
- good to land
- https://github.com/jquery/jquery/pull/2306 toggleClass(function)
- Need a mentor to push through
- https://github.com/jquery/jquery/pull/2303 Remove fake originalEvent
- I’d like to land this and make the necessary docs adjustments
- https://github.com/jquery/jquery/pull/2298 Don’t cache unrecognized property names
- good to land
- https://github.com/jquery/jquery/pull/2292 .finish calls progress
- Looks ready now
- https://github.com/jquery/jquery/pull/2276 misrepresentation of “auto” margins
- Big, but looks good
- https://github.com/jquery/jquery/pull/2183 Use native xhr in IE
- LGTM
link Blockers without pull requests
- Currently only 3
link Beta release todo
- Blog post - continuous review
- Migrate
- Issues tagged behavior-change: https://github.com/jquery/jquery/issues?q=is%3Aissue+label%3Abehavior-change+is%3Aopen
- https://github.com/jquery/jquery-migrate/issues
- .data() changes
- https://github.com/jquery/jquery/issues/2257
- https://github.com/jquery/jquery/issues/1751
- https://github.com/jquery/jquery/issues/2070
- https://github.com/jquery/jquery/pull/2180/files#r28251161 .show changes
link Current failures on master and compat
- Currently, there are failures due to recent updates. Our php code might need adjusting.