- Ticket triage
- 508 tickets total, +16 (since June 10th, most spam though)
- 23 pull requests, +1
- Button
- PR needs another review
- Fluid thinks it doesn't matter which label we pick, so we stick with length - 1
- jquery-git breakages
- Core reverted, Alex submitted PR for Position, needs updates
- AMD in demos
- Spinner update
- DB CSS dependencies
Author Archives: builder
Project Leads Meeting – Jun 24 2015
Attending: Alex, Timmy, Rafael, Jörn
link Core
- Shooting for July 6 alpha release
- 5 blockers to finish up, still thrashing on show/hide
- will probably drop the performance fix in favor of features (hopefully, Chrome will improve when retrieving a computed display value)
link UI
- Working towards 1.12 beta
- Still working on button, AMD-demos
- Answer on button a11y issue, “doesn’t matter”
- Fixing DB 1.12 packer issues, required for beta and Mobile 1.5
link Mobile
- Closing out remaining 1.5 issues
- landing 1.5 PR’s
- All things 1.5
link Chassis
- No update
link QUnit
- Progress on js-reporters, working on event data
link PEP
- Discussing support of css touch-action (instead of attribute) #151
link Globalize
- Good progress on the non-gregorian support PR#447 made by Daniel (a collaborator) (related issue #320).
- Might lead in using a separate library for calendrical calculations (which is sufficiently complex by its own). I got Edwin (from LG) engaged (iLib has good calendar support), so maybe we both collaborate on it.
link Other
- Looking forward to Gabriel joining these going forward, as new Project Representative Director
- Would’ve been nice to have this meeting in SF
jQuery Core Team Meeting – Jun 22 2015
Attending: timmywil, markelog, gibson042, m_gol
link Issues needing review
- https://github.com/jquery/jquery/issues/2413 ajax request pending indefinitely
- https://github.com/jquery/jquery/issues/2390 IE Edge: Permission Denied on iframe access
- https://github.com/jquery/jquery/issues/2289 Remove jQuery.support
- Should this be removed?
link PRs
- https://github.com/jquery/jquery/pull/2408 support.ownLast -> ownFirst
- LGTM
- https://github.com/jquery/jquery/pull/2393 getStyles reduction
- LGTM
- https://github.com/jquery/jquery/pull/2384 prop == attr
- LGTM
- https://github.com/jquery/jquery/pull/2326 https://github.com/jquery/jquery/pull/2340 Effects tests from gnarf
- LGTM
- https://github.com/jquery/jquery/pull/2376 Remove extra easing param
- LGTM, after landing gnarf’s tests
- https://github.com/jquery/jquery/pull/2401
- LGTM (an integration test to add)
link Blockers without pull requests
- Currently 4
- Shooting for July 6 alpha
link Beta release todo
- Blog post - continuous review
- Migrate
link Current failures on master and compat
- GREEN
link jQuery 3.0 beta
jQuery Mobile Team Meeting – Jun 18 2015
- Ticket Triage:
- 283 tickets (+0)
- 14 pull requests (+0)
link 1.5.0
- 1.5-dev
- auto init
- PRs
- Making Progress
- down to 14
- Making Progress
PEP Team Meeting – Jun 18 2015
- Events fired on capture
- No consensus but there is an issue https://github.com/w3c/pointerevents/issues/15
- Touch action
- Jacob has offered to set up a call with someone who worked on http://ecsstender.org/ to try and find a way to use css instead of attribute
- This would also include folks from Hammer.js
- Test automation
jQuery UI Team Meeting – Jun 17 2015
- Ticket triage
- ~390 tickets total (Trac down)
- 22 pull requests, +1
- Button
- Scott reviewed, Alex updated, needs another round of review
- Discussing accessiblity issue with toggle button
- How to deal with multiple labels? Support common layouts, don't advocate them. Pick label with length - 1
- jquery-git breakages
- Core reverted, Alex submitted PR for Position (just now)
- AMD in demos
- Alex updated build-demos
- Alex to update the rest of the demos
- Spinner update
- DB CSS dependencies
- 1.12.0 beta
- Once button, spinner are done and DB CSS PR lands. Once AMD demos are done, break up core.
- Datepicker
- Waiting for Scott to rebase datepicker against master, since we need AMD for Globalize
jQuery Content Team Meeting – Jun 17 2015
- Ticket Triage (Issues + PR):
- 249 (+1)
- Attending: Arthur, Anne, Karl, Corey, Hawley
link Content:
- Progress: Anne started updating the new pages on Kris’s branch. Isaac will help also.
- Should we consider setting up http -> https redirects for all sites?
- Is it beneficial for us? Or maybe just to promote best practices?
- https://github.com/jquery/contribute.jquery.org/pull/118
- Decided to speak to Emily Stark at jQuery SF
- Should we review all our sites on mobile?
- There’s many things we can optimize.
- Aurelio will work on this.
- Anne to check whether Aurelio can get a browserstack account for Arthur and Aurelio for testing purposes
- Info from Aurelio, also editor of the JS channel at SitePoint:
- Hawley (@lady3bean) is reviewing our learn site. Thanks a lot for the help!
- Hawley will try to remove shorthand methods and swapped them for their
.on("eventName")counterparts as much as possible, and also make examples more realistic.
- Hawley will try to remove shorthand methods and swapped them for their
jQuery Core Team Meeting – Jun 15 2015
Attending: timmywil, markelog, gibson042, mzgol, arthurvr
link Issues needing review
- Events issues
- MS Edge compat
link PRs
- window.setTimeout options
- https://github.com/jquery/jquery/pull/2396 disconnected.offset()
- Ready for review, would like to land today
- Also return zeros for hidden elements
link Date for alpha?
- July 6
link Blockers without pull requests
- Currently 4
link Beta release todo
- Blog post - continuous review
- Migrate
link Current failures on master and compat
- GREEN
link jQuery 3.0 beta
Chassis Team Meeting – Jun 12 2015
- Discussion regarding impending announcement for the upcoming jQuerySF, and work that would be nice if it was done.
- Build: add jsass-vars and completely modularize grunt
- Updates made, please review
- Updated comments in SCSS to be compliant with the CSS style guide.
- Decided on the flavor of BEM to use. Examples of BEM styles include:
.ui_base__some-element--modifier--another-modifier.ui-button__icon--rainbow-mode
PEP Team Meeting – Jun 11 2015
- Logo
- Marius sent a PR to fix the firing of boundary events during capture
- https://github.com/jquery/PEP/pull/195
- Need to check if this is covered by an existing W3C test
- If not, write a new one and submit to W3C
- John-David Dalton and Alex Lu will work on W3C test automation
- Hammer.js team to help with support for CSS
touch-action