- 0.4.2 released
- Not yet announced
- Still need to update gh-pages
pressure
should be0
forpointerup
events- W3C discussion: https://github.com/w3c/pointerevents/issues/146
- PR: https://github.com/jquery/PEP/pull/313
- Merged
Author Archives: builder
jQuery UI Team Meeting – Sep 28 2016
- Ticket triage
- 430 tickets total, +0
- 14 pull requests, +0
- Datepicker
- Strange iOS 10 behavior
- Selectable
classes
option causing performance issues- https://bugs.jqueryui.com/ticket/15049 *can't reproduce
- Autocomplete
- XSS issue in remote JSONP demo
- https://bugs.jqueryui.com/ticket/15048
- PR implementation is too restrictive, rejecting many valid function names
- Scott landed a different fix
- XSS issue in remote JSONP demo
- Tootlip
- No callback for tooltip shown with a delay
- https://bugs.jqueryui.com/ticket/15051
- Rename
open
tobeforeOpen
, add a newopen
event after_show()
completes - Breaking change, but not likely to break much code, if any. Must wait for 1.13.
- GitHub branch cleanup
- Felix asks to delete datepicker-globalize-1.x and selectmenu-native-menu
- deleted
- Felix asks to delete datepicker-globalize-1.x and selectmenu-native-menu
- Checkbox theme issues
jQuery Core Team Meeting – Sep 26 2016
Attending: timmywil, gibson042, markelog, dmethvin, mgol
Location: https://gitter.im/jquery/meeting
link 3.1.1 Released!
link 3.2 Planning
- Issues without PRs: https://github.com/jquery/jquery/issues?utf8=%E2%9C%93&q=is%3Aopen%20is%3Aissue%20milestone%3A3.2.0%20-label%3A%22Has%20Pull%20Request%22%20
- Let’s assign some tickets and label any blockers
- All but a few tickets assigned.
- Feel free to steal tickets from Dave or me, as we have most of them.
- Blocker: https://github.com/jquery/jquery/issues/3193 width/.css(‘width’)
- Differences between methods: https://github.com/jquery/jquery/issues/3193#issuecomment-231885942
- Recommendations: https://github.com/jquery/jquery/issues/3193#issuecomment-232419543
- PRs: https://github.com/jquery/jquery/pulls?q=is%3Aopen+is%3Apr+milestone%3A3.2.0
PEP Team Meeting – Sep 22 2016
pressure
should be0
forpointerup
events- Can’t update tests
- Need to document the testing process
jQuery UI Team Meeting – Sep 21 2016
- Ticket triage
- 430 tickets total, +2
- 14 pull requests, +1
- Sortable
- regression:
cancel()
method throws error- https://bugs.jqueryui.com/ticket/15042
- Scott sent a PR
- regression:
- 1.12.1
- Released!
- Selectable
classes
option causing performance issues
- Autocomplete
- XSS vulnerability in remote JSONP demo
- https://bugs.jqueryui.com/ticket/15048
- Doesn't seem like a real vulnerability
- PR submitted
- https://github.com/jquery/jquery-ui/pull/1747
- PR implementation is too restrictive, rejecting many valid function names
- XSS vulnerability in remote JSONP demo
- Datepicker
- Strange iOS 10 behavior
- https://bugs.jqueryui.com/ticket/15050
- Download builder
- Intermittent issues
jQuery Core Team Meeting – Sep 19 2016
Attending: timmywil, DaveMethvin, jbedard, mgol, gibson042 Location: https://gitter.im/jquery/meeting
link 3.1.1
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.1.1
- https://github.com/jquery/jquery/pull/3318 Compress stripAndCollapse
- MERGED, BABY
- https://github.com/jquery/jquery/issues/3260 CDN .map
- PR: https://github.com/jquery/jquery/pull/3321 needs review
- Dave to land soon
- https://github.com/jquery/jquery/issues/2144 FF animation issue
- Push to 3.2
link 3.2
- PRs: https://github.com/jquery/jquery/pulls?q=is%3Aopen+is%3Apr+milestone%3A3.2.0
- Deprecation PRs can probably be landed after 3.1.1 release
link Review API docs concerning removed APIs
- mgol to open ticket
link TestSwarm fails in Edge 14
- AJAX tests time out
link Release 3.1.1 this week
jQuery UI Team Meeting – Sep 14 2016
- Ticket triage
- 428 tickets total, -0
- 13 pull requests, -0
- Slider
- Add demo for custom handle
- https://bugs.jqueryui.com/ticket/15023
- Scott sent a PR
- Add demo for custom handle
- Icon Color
- Icons are getting the hover color by default
- Sortable
- regression:
cancel()
method throws error
- regression:
- 1.12.1
- Slider PR merged
- Removed externals from CDN zip
- Deployed updated API docs
- Fixed icon color
- Sortable
cancel()
PR needs to be merged - Ready to release?
- Yes
jQuery Core Team Meeting – Sep 12 2016
Attending: timmywil, markelog, dmethvin, mgol, gibson042 Location: https://gitter.im/jquery/meeting
link 3.1.1
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.1.1
- https://github.com/jquery/jquery/issues/3260 CDN .map
- Dave to work on it this week
- https://github.com/jquery/jquery/issues/3072 & https://github.com/jquery/jquery/issues/3003
- In progress, PR incoming
- https://github.com/jquery/jquery/issues/3204 Edge 14 whitespace error
- PR: https://github.com/jquery/jquery/pull/3308 needs review
- Close. The issue has caveats that we don’t think merit elaborate workarounds in Core.
- Dave to bug the Edge team to fix this.
- Either ignore the failing test for now or skip in code until it’s fixed
link TestSwarm fails in Edge 14
- AJAX tests time out
link Edge for Windows 10 Mobile will probably not be added to browserstack soon
- Don’t worry about testing for now
link Finish up remaining 3.1.1 issues asap
PEP Team Meeting – Sep 08 2016
- Need clarification on spec wording of "the element with the default touch behavior" for
touch-action
.- For the common case of scrolling it's pretty simple - just walk up until you hit a scroller.
- If you add an overflow:scroll element as a descendant of a touch-action:none region, you should get scrolling back (consider component composition scenarios).
- As you walk up the ancestor chain, you're intersecting all the touch-actions.
- Chrome implementation for
touch-action
detection: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/input/TouchActionUtil.cpp?q=computeEffectiveTouchAction&sq=package:chromium&l=47&dr=CSs
- It’s not worth adding the passive event listeners because Safari will end up being the only browser without native PointerEvents and it doesn’t have native support for all
touch-action
values. - There’s nothing holding up the 0.4.2 release at this point.
jQuery UI Team Meeting – Sep 07 2016
- Ticket triage
- 428 tickets total, -9
- 13 pull requests, -6
- Spinner
- Not going to support Globalize 1.x for now
- Scott sent a PR to document the version support
- https://github.com/jquery/api.jqueryui.com/pull/307
- merged
- API Site
- Alex updated the main site to show the 1.12 docs
- Position
- Fractional value detection is failing in Chrome
- Scott sent a PR to remove the detection
- https://github.com/jquery/jquery-ui/pull/1739
- merged
- Slider
- Add demo for custom handle
- https://bugs.jqueryui.com/ticket/15023
- Scott sent a PR
- https://github.com/jquery/jquery-ui/pull/1740
- Jörn noticed a bug in slider when reviewing the demo
- Scott fixed the bug as part of the PR
- Need another round of review
- Icon Color
- Icons are getting the hover color by default
- https://github.com/jquery/jqueryui.com/issues/159
- Likely caused by this change:
- https://github.com/jquery/jquery-ui/commit/6e2bbcaa5e19bb933d8024ff5d6fcff34f91e034#diff-ff24a972bba1a2ecf79314fd9a5d048fR208
- Alex to look into why this change was made
- 1.12.1
- Slider PR
- Remove externals from CDN zip
- Deploy updated API docs
- Fix icon color