- 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
Author Archives: builder
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
jQuery Mobile Team Meeting – Jun 11 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
- 1.5-dev
- Now up to date with Master
jQuery UI Team Meeting – Jun 10 2015
- Ticket triage
- 392 tickets total +4
- 21 pull requests +0
- Button
- Scott continued reviewing
- https://github.com/jquery/jquery-ui/pull/1513
- Discussing accessiblity issue with toggle button
- Need to decide ourselves
- http://webaim.org/discussion/mail_thread?thread=6955
- jquery-git breakages
- Alex to push one-line change; otherwise waiting for Core to revert offset changes
- AMD in demos
- https://github.com/jquery/jquery-ui/pull/1557
- Alex to update the rest of the demos
- https://github.com/jquery/jqueryui.com/pull/113
- Alex to land https://github.com/jquery/jqueryui.com/pull/114 and update https://github.com/jquery/jqueryui.com/pull/113
- https://github.com/jquery/jquery-ui/pull/1557
- Spinner update
- Waiting for review
- https://github.com/jquery/jquery-ui/pull/1560
- DB CSS dependencies
- Waiting for review
- https://github.com/jquery/download.jqueryui.com/pull/256
Project Leads Meeting – Jun 10 2015
Attending: Scott, Alex, Richard, Rafael, Timmy, Sarah
link Core
- show/hide - Asking for feedback in the 3.0 alpha blog post
- Will fix UI/Mobile .offset() breakage with disconnected elements by returning zeros; $(window).offset() will continue to throw
- Timmy to work up a complete Roadmap on one page soon – will be in the wiki
link UI
- Working on AMD for demos
- Will allow us to more easily split UI core
link Mobile
- Improvements to autoinit
- improvements to modularization for smaller builds
- reviewed and landed all the old PRs
- landed more updates for classes option
link Chassis
- Work has begun on the Chassis themeroller for GSOC
- Work on having javascript generate the variable files for scss to make it easy to update variables with a local build or the themeroller
- Table styling almost done
- Once the colors is in a useable state, work will be finished on form elements.
link QUnit
- no report
link PEP
- Microsoft to help with automating the W3C tests
- Possibly through jdalton
- Hoping to get Stuart (community member) more involved
- Sent a few PRs
link Globalize
- Twitter team showed interest for flask babel approach that avoids needing to maintain a separate file of translation messages: related issue yahoo/react-intl#89.
- Rafael provided them an experimental full app showcase using react-globalize + runtime compilation for proof of concept to them: React TodoMVC Example Using Globalize For Internationalization
- Twitter (Nicolas Gallagher) replied "That sounds great. I would be very interested in trying 'react-globalize' with the component api. I did think the authoring experience in the demo looked great, and I can see that you've put a lot of effort into Globalize. Plus, our i18n team had a preference for Globalize and I would like them to be happy too :)."
- Which sounded great so far.
link Project Representative
- Alex nominated Gabriel Schulhof
- No objects
- Gabriel is interested
- Need to hold a “formal” vote
Chassis Team Meeting – Jun 09 2015
Open PRs
Ready to merge
Ready to merge
Closed due to change in direction, new approach handled in above PR on Typography
Still a work in progress, please review when you have the time. Allows for creation of variable scss files via modular javascript objects.
Still needs review and some additional edits
sfrisk shall be in jQuerySF later this month to talk about Chassis
kristyjy is continuing work on the scss style guide
work on form elements, buttons, and form validation states need to be started. If people are looking to contribute, these are good issues to start with.
jQuery Core Team Meeting – Jun 08 2015
Attending: timmywil, DaveMethvin, arthurvr, markelog, m_gol, gibson042
link Issues needing review
- None marked.
link PRs
- https://github.com/jquery/jquery/pull/2374 show/hide PR
- I really don’t want to add another method.
- We could put something out for the alpha, ask for feedback in the 3.0 alpha blog post, and ask Paul, Addy, and Mike Taylor to ask for feedback too.
- https://github.com/jquery/jquery/pull/2376 remove easing params
- LGTM
- https://github.com/jquery/jquery/pull/2369 for of
- LGTM
- https://github.com/jquery/jquery/pull/2366 Remove interal event args
- LGTM
- https://github.com/jquery/jquery/pull/2363 isArrayLike(undefined)
- LGTM
- Hooray for camel casing!
link Blockers without pull requests
- Currently 5
link Beta release todo
- Blog post - continuous review
- Migrate
link Current failures on master and compat
- GREEN