- Tickets triage
- 39 open issues, 2 new, 1 new already closed
- 3 open pull requests, 1 new, 5 new already closed
- QUnit
- For the jQuery Summit we did a triage closing some issues.
- 2 new PRs from the jQuery Summit already merged. Thanks @rdugue and @arghgr!
- We started using waffle.io, seems fine so far: https://waffle.io/jquery/qunit
- @gibson042 is now a team member. Welcome!
- Waiting his update on qunitjs.com/about to announce on twitter.
- @leobalter will finish the work on the logging interface at jquery/qunit#644
- We will investigate how to bring LoDash's _.isEqual to replace deepEqual, probably bundling QUnit using webpack or browserify. That opens the path to use other methods like _.create. Ref jquery/qunit#865 and jquery/qunit#869
- js-reporters
- Fixed a build process.
- no more updates
Author Archives: builder
jQuery Content Team Meeting – Oct 21 2015
- Ticket Triage (Issues + PR):
- 277 (+4)
- Attending: Karl, Sarah, Arthur, Anne
link Dev Summit
- Great event
- Showed a few attendees how to contribute to our documentation and learn site
- 1 PR landed :-) 1 PR ready to land
- Anne was able to catch up with Alex regarding some of the mobile issues.
link Ongoing issues:
- Need to review https://github.com/jquery/api.jquery.com/issues/806
- Aurelio fixed issues with the WP website (PRs have been and are being reviewed)
- https://github.com/jquery/jquery-wp-content/pull/374 still needs to be reviewed
- It would be good to get api.jquerymobile.com PRs for 1-5 to land in the 1-5 branch to lower the issue count
- Mobile Api docs will need to be updated to core 1.11.1 for mobile 1.4.5
- New grunt-jquery-content feature allows to set up redirects in the repo (redirects.json)
- Arthur working on moving all redirects from the infrastructure repo to the repos
- Example: https://github.com/jquery/api.qunitjs.com/pull/108
- Should be finished soon as there are only a few sites to go
- Status on the http -> https redirects?
- We should implement
- issues with mixed content so we need to make sure that refs to http are changed to https (example: https://github.com/jquery/jqueryui.com/issues/118)
- Arthur will take care of this if possible
jQuery UI Team Meeting – Oct 14 2015
- Ticket triage
- 406 tickets total, +2
- 25 pull requests, -2
- Button
- Landed in master!
- Alex to go through all tickets to verify fixes
- Datepicker
- https://github.com/jquery/jquery-ui/pull/1590
- Merged into datepicker branch
- Ready to work on broken focus handling
- CLDR discussion scheduled for Friday 11:00a ET
- Upgrade Guide, API docs
- Jörn has been working on docs, need reviews
- https://github.com/jquery/jqueryui.com/pull/123
- https://github.com/jquery/api.jqueryui.com/pull/280
- Dev Summit
- This weekend
- Mouse
- http://bugs.jqueryui.com/ticket/6642#comment:17
- Everyone agrees. Close this ticket and open tickets for the individual widgets
Project Leads Meeting – Oct 14 2015
Attending: Timmy, Alex, Scott, Leo, Sarah
link Core
- Work ongoing on beta. Planning to get more done in NY.
- Added support for Symbol type (https://github.com/jquery/jquery/commit/8a734344f2566dab5b8d34ecd79ae81ebd8843c5)
- .bind and .delegate deprecated
- Putting together suggestions for Microsoft Edge. Meeting with jdalton in NY. Current list: http://meetings.jquery.org/2015-10-12-core/#edge-meeting
- Paul Irish seems busy lately. Anyone have a different contact for Blink issues?
- Rick Byers?
link UI
- Button landed in master
- Making progress on datepicker
- CLDR discussion this Friday
- Beta coming soon
link Mobile
- No update
link Chassis
- Quiet two weeks, ended up moving meeting time back to 2pm on Chassis so everyone can show up, since pretty much the entire team got new jobs and no one could make the meeting anymore.
- Finalizing details on Chassis Hack weekend after jQuery Summit.
- Have a basic list of things to work on jQuery Summit/Chassis Hack Weekend, hoping to find some more contributors
link QUnit
- Nested modules is merged and about to be released on 1.20.0
- Currently working on Event Emitters to integrate QUnit with js-reporters and land different reporters on QUnit.
- 2 qunit-migrate tools being built, one issue to merge them with collaborative work (#868)
- with js-reporters we will be ready to release 2.0.0, which is pretty exciting.
link PEP
- Working on adding more W3C test coverage
link Globalize
- No update
link Board
- No update
link Other
- Make meeting minutes public
- https://github.com/jquery/meetings.jquery.org/issues/24
- No objections, but not really that useful since it’s just a summary
jQuery Core Team Meeting – Oct 12 2015
Attending: timmywil, DaveMethvin, m_gol, gibson042, markelog
link Issues needing review
- https://github.com/jquery/jquery/issues/2584 Detect XML in ajax
- jaubourg’s suggestion seems good
link PRs
- https://github.com/jquery/jquery/pull/2465 classes optimization
- LGTM
- https://github.com/jquery/jquery/pull/2276 reliableMarginLeft
- LGTM
- Bring it up this week with FF folks
link Edge meeting
- John-David Dalton asked for a meeting to talk about our suggestions for the web, specifically what we’d like to see in Edge.
- Let’s find a time to meet in NY
- Anything specific come to mind? Doesn’t have to be just bugs.
- https://github.com/jquery/jquery/issues/2389 focusin
- https://github.com/jquery/jquery/issues/2390 iframe access denied
- https://connect.microsoft.com/IE/feedback/details/1736512/ slow regular expressions
- https://github.com/jquery/jquery/commit/d4def22e4cd1c2eb2571f449e226b38384fb6d81#diff-169760a97de5c86a886842060321d2c8
- https://github.com/jquery/jquery/blob/c161eecce09fc66ce252d4adf64b565f726bb6d2/test/unit/dimensions.js#L261 decimals in dimensions inconsistency
- General Edge/Web API improvements
- Better, open bug tracker
- Quick release cycles
- defaultDisplay
link Bring up Blink issues again. Maybe find a different contact.
link Current failures on master and compat
- 1 failure in Edge
- Needs a Sizzle release
- 1 failure in Chrome 45 (decimal difference for .offset())
- https://github.com/jquery/jquery/issues/2590
Testing Team Meeting – Oct 07 2015
- Ticket triage
- 50 issues total
- 5 pull requests
- QUnit
- Nested modules and QUnit.config.collapse are ready and will be landed with a new release for them
- Leo is writing a blog post about the nested modules.
- 2.0 Milestone is one step away (standard reporter interface for js-reporters)
- Leo will work on a follow up for James' Event emitter PR (docs needed as well) based on js-reporters specs.
- With the event emitters we will be able to test js-reporters along.
- as
QUnit.on
,QUnit.register
orQUnit.reporter
is better than aQUnit.config.reporter
. - We've got a few bugs on the way. (#870 is a recent regression).
QUnit.only
is not a blocker for the 2.0 Milestone (it does not break anything).
- js-reporters
- We need more collaborators.
- Bringing it to the jQuery Foundation might help.
- We should also bring js-reporters to other test frameworks.
jQuery UI Team Meeting – Oct 07 2015
- Ticket triage
- 404 tickets total, +5
- 27 pull requests, -1
- Button
- Jörn and Alex pushed more updates, only needs a rebase
- Alex to clean up some commits and then merge to master
- Datepicker
- https://github.com/jquery/jquery-ui/pull/1590
- Almost ready to land
- Once landed: Work on broken focus handling
- Need to schedule a meeting to discuss CLDR
- Upgrade Guide, API docs
- Jörn has been working on docs, need reviews
- https://github.com/jquery/jqueryui.com/pull/123
- https://github.com/jquery/api.jqueryui.com/pull/280
- Dev Summit
- Started gathering tasks for attendees
- Asked Felix to add task for Datepicker rewrite and Rafael for download builder
jQuery Core Team Meeting – Oct 05 2015
Attending: timmywil, markelog, DaveMethvin, gibson042, m_gol
link PRs
- https://github.com/jquery/jquery/pull/2627 Support Symbol in jQuery.type
- Test babel for any behavior differences. We’ll then discuss how to address those differences if there are any.
- Current node+jsdom tests need an update in order to update jsdom
- https://github.com/jquery/jquery/pull/2623 use iframe window in getStyles
- https://github.com/jquery/sizzle/pull/355 Sizzle: speed up element-rooted QSA
link Current failures on master and compat
- 1 failure in Edge
- Needs a Sizzle release
- 1 failure in Chrome 45 (decimal difference for .offset())
- https://github.com/jquery/jquery/issues/2590
PEP Team Meeting – Oct 01 2015
- Chorded buttons
- W3C PR landed
- PEP PR landed
- Problems with npm package
- https://github.com/jquery/PEP/issues/223
- Adding
dest/
to package so it works properly- https://github.com/jquery/PEP/pull/224
- Also need to include
src/
- Anything else?
- Release a new version as soon as this is fixed
- Functional tests landed in master
- Need to figure out why the test in question is passing with the current implementation
- Scott to review all tests to verify that the movements are correct based on new knowledge of how the movements work
- vacuumTouches
- https://github.com/jquery/PEP/issues/219
- Alex to try to find the original issue, if not let’s ping Daniel Freedman
jQuery Mobile Team Meeting – Oct 01 2015
- Ticket Triage:
- 249 tickets (+0)
- 29 pull requests (+0)
link 1.5.0
- 1.5-dev
- Button
- Major updates
- 2 more rounds of review in ui
- Navbar review/classes
- PR Created https://github.com/jquery/jquery-mobile/pull/8297
- under review
- PR Created https://github.com/jquery/jquery-mobile/pull/8297
- pagecontainer
- https://github.com/jquery/jquery-mobile/pull/7947
- adding classes option instead of pagecontainers
- https://github.com/jquery/jquery-mobile/pull/7947
- Accordion
- PR Submitted
- (ready to land)
- actually seems to need another round of review ...
- PR Submitted
- editorconfig
- we should add this
- no update
- we should add this
- Core breakup and file re org
- split up done doing re-org
- landed in ui
- split up done doing re-org
- Filterable no-filter
- https://github.com/jquery/jquery-mobile/issues/8184
- Common use case
- going to add
- Common use case
- https://github.com/jquery/jquery-mobile/issues/8184
- Bootstrap
- Tests passing, each of tests updated to use bootstrap except events
- ready for review
- Tests passing, each of tests updated to use bootstrap except events
- Form hash
- https://github.com/jquery/jquery-mobile/issues/5069
- Do we want to try and get this into 1.5?
- https://github.com/jquery/jquery-mobile/issues/5069
- qunit update
- updated
- partially landed
- updated
- demo issues
- Jasper submitted pr: https://github.com/jquery/jquery-mobile/pull/8294
- reviewed continuing work
- Jasper submitted pr: https://github.com/jquery/jquery-mobile/pull/8294
- selectmenu
- working on non-native - can't really use theme extension because we're dealing with child widgets rather than child elements
link Other Topics
- Themeroller issue