Attending: timmywil, DaveMethvin, gibson042, markelog, jbedard
link 3.0 Released!
link Issues needing review
- https://github.com/jquery/jquery/issues/3144 custom CSS properties
link 3.0.1
- Issues: https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.1
- 3 need assignment
- Anything to add to 3.0.1?
link Migrate
- 3.x
- No critical issues for 3.0.1 yet
- https://github.com/jquery/jquery-migrate/issues/102
- Let's wait for reports where it would have been useful
link jQuery 4.0 event changes WIP
- Using one aEL per jQuery event and native event object:
- https://github.com/dmethvin/jquery/commits/v4-native-events
- Seems to pass jQuery UI unit tests
- Not too many fails in our units: http://imgur.com/tewiRFR
- Issues with stopPropagation on delegated events, success depends on whether the delegated ones are attached first since we're doing 1:1 handlers
- Could we use a capturing handler somehow to fix this? (jbedard)
- Still need to review use of jQuery.event.special and .trigger()
- Can we use native event for .trigger() and not even do our own bubbling in most cases?