- Ticket triage
- 374 tickets total -0
- 23 pull requests -1
- Button
- Alex pushed another set of updates
- Working on updating tests to the new infrastructure
- AMDifying tests
- Need to update TestSwarm to support AMD
- Scott and Jörn to work on this on Friday
- Classes API docs
- Scott and Alex reviewed
- Jörn pushed updates
- Scott and Alex to review again
- Tooltip endlessly append to the DOM for the ARIA live region
- http://bugs.jqueryui.com/ticket/10689
- Scott is meeting with Dylan this afternoon
- Need to determine how to handle long selectmenu lists
- http://bugs.jqueryui.com/ticket/11606
- Scott is working on adding an icon when the menu is scrollable
Author Archives: builder
Chassis Team Meeting – Apr 14 2015
Open PRs:
- Colors: Adding Chassis Palette and Default Colors
- sfrisk to tweak palette names to be a bit more generic
- Table Styling
- Please Review
- Typography
- Please Reviw
Open Issues:
- HTML Style Guide
- Slayslot is working on this
- Forms
- michealarestad to work on this
- Buttons
- sfrisk to work on this
- sfrisk to create issues for the following items: Styled selects/checkboxes for jQuery UI/Mobile Support, BEM style Guide, bordered/striped/condensed tables, meter
jQuery Core Team Meeting – Apr 13 2015
Attending: timmywil, DaveMethvin, arthurvr, gibson042, gnarf, markelog, kswedberg
link Low-level effects
- should we document? yes
- gnarf to add unit tests for advanced use of APIs
- split off .Animate into its own module
- Complete existing work to document
- https://github.com/jquery/api.jquery.com/issues/61#issuecomment-89979540
link Deprecate use of plain objects? no
- Are there legitimate use cases in events/animate?
- http://jsbin.com/odocid/2222/edit?html,css,js,output animate
- https://gist.github.com/cowboy/661855 pub/sub in events
- Address on a case by case basis
- https://github.com/jquery/api.jquery.com/issues/600
link Patch release (iOS bug wrt jQuery.each)
- https://github.com/jquery/jquery/issues/2145
- PR is ready: https://github.com/jquery/jquery/pull/2185
- are we all good with this?
- Schedule release
- Timmy to do blog post
link Sizzle RELEASED!
- Also merged into jQuery
link PRs
- https://github.com/jquery/jquery/pull/2183 Use native XHR for cross-domain in IE
- needs test
- https://github.com/jquery/jquery/pull/2125 Simplification of native API usage
- can land
- https://github.com/jquery/jquery/pull/2043 .offset() with Shadow DOM
- timmywil to land, needs cherry-pick to compat with some extra stuff
- https://github.com/jquery/jquery/pull/1714 .position() when parent scrolled
- needs input from mike
link Beta release todo
- Blog post - continuous review
- Any missing issues in migrate?
- Issues tagged behavior-change: https://github.com/jquery/jquery/issues?q=is%3Aissue+label%3Abehavior-change+is%3Aopen
- https://github.com/jquery/jquery-migrate/issues
- data, once it’s done
- https://github.com/jquery/jquery/pull/2180/files#r28251161 .show changes
link Current failures on master and compat
- NONE! Nice work.
link 3.0 Blocker issues
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+label%3ABlocker
- Data
- timmy
- showhide
- https://github.com/jquery/jquery/pull/2180
- investigate [hidden] https://github.com/jquery/jquery/issues/2057
- markelog to get to this after async exec
- domManip interception
- gibson
- .width fractations
- mgol
link jQuery 3.0 beta
PEP Team Meeting – Apr 09 2015
- Ready to release
- Scott and Alex did some manual testing in lots of browsers/devices
- Aim for release on Monday
- Scott and Jacob to work on blog post
- Scott, Alex, and Jacob should have time next week to work on automating W3C tests
jQuery Mobile Team Meeting – Apr 09 2015
- Ticket Triage:
- 275 tickets (-8)
- 22 pull requests (-13)
link 1.5.0
- ui-1-12 all up to date
- pushing right now with latest from ui
- Classes
- Cory: rangeslider submitted, toolbar in progress, flipswitch & slider in queue
- Cory is fixing review comments
- Gabriel: textinput submitted, listview in progress, working on widget backcompat tests and correctness
- Landed in ui-1-12
- Cory: rangeslider submitted, toolbar in progress, flipswitch & slider in queue
- Button
- CSS update (button, checkboxradio, controlgroup)
- Jasper updating checkboxradio and button icon CSS
- CSS update (button, checkboxradio, controlgroup)
- Auto Init
- New module details
- no update
- New module details
- Accordion
- sarah working on this start actual work today
- no update
- sarah working on this start actual work today
- esformatter
- lots of PR's for this to get us closer to style guide compliance and using jscs
- UMD Wrapper
- ✓Landed in 1.5-dev
- qunit
- upgraded to 1.17.1
- Had to fix some issues in the tests
- upgraded to 1.17.1
link Other Topics
- testing
- Should we switch from QUnit to intern?
- Everyone seems to like the idea of intern
- Should we switch from QUnit to intern?
- team page
- Will be on the jquerymobile.com/about, will use gravatars and link to GH plus possibly twitter
- https://github.com/jquery/jquerymobile.com/pull/120
- GSoC
- There have been lots of people with lots of questions around try to help when you can
- Websites
- grunt task
- discussion on how this will work has moved to content
- grunt task
- Demo Spider
- Replace with Spider.js
- no update
- Replace with Spider.js
- Builder
- we need to switch to ui builder before 1.5
- Gabriel working on new boilerplate - removing a dep on json!../package.json has revealed some nav issues (https://github.com/jquery/jquery-moble/issues/8056)
- we need to switch to ui builder before 1.5
Testing Team Meeting – Apr 08 2015
- QUnit
- Released 1.18, including AMD support and improved diff module
- Leo focusing on open PRs, should be able to address all of them in more 1.x releases
- 2.x should be pretty trivial, just replacing some functions with deprecation errors
- browserstack-runner
- Added QUnit/AMD support
- Still working on improved stability. Random errors on their end cause tests to time out eventually
jQuery UI Team Meeting – Apr 08 2015
- Ticket triage
- 374 tickets total -3
- 24 pull requests +3
- Button
- Alex to push another set of updates
- AMDifying tests
- https://github.com/jquery/jquery-ui/pull/1511
- Updated all tests and dependencies
- Just waiting on qunit-composite to support AMD
- Classes API docs
- Ongoing discussions about how to document
- Ongoing discussions about what to add/change in grunt-jquery-content to support the documentation
- Tooltip endlessly append to the DOM for the ARIA live region
- http://bugs.jqueryui.com/ticket/10689
- Scott and Dylan are discussing
- Need to determine how to handle long selectmenu lists
- http://bugs.jqueryui.com/ticket/11606
- Use
max-height: 20em
- When the menu is scrollable, add a class and an arrow at the bottom
Chassis Team Meeting – Apr 07 2015
- Typography
- marestad to commit local changes that addresses requests in PR
- Logo
- isaacdurazo has created a palette of colors and use cases for the logo
- SCSS style guide
- if no one has any more comments to add to the issue, sfrisk will start writing up a PR
- HTML Style guide
- slayslot to start PR
- Create Semantic Colors and palette based on logo colors
- sfrisk to start PR this week
- Form Validation Styling
- sfrisk created list of validation components for the form, please comment on the issue if there are any other components you can think of
- Form Input State Styling
- sfrisk updated issue to include more input states
- Base Styling of HTML4 Elements
- sfrisk to create separate issue of different buttons vs base styling. This will include inline and fullwidth buttons, icon only buttons, icon and text, sizes and states.
- Add Automatic task to check for contrast
- sfrisk to create issue and assign to arschmitz.
jQuery Core Team Meeting – Apr 06 2015
Attending: timmywil, DaveMethvin, arthurvr, gibson042
link Patch release (iOS bug wrt jQuery.each)
- https://github.com/jquery/jquery/issues/2145
- PR is ready: https://github.com/jquery/jquery/pull/2185
- Schedule release
- Timmy to do blog post
link Sizzle blockers
- https://github.com/jquery/sizzle/pull/328 New approach to oldIE cache cloning problem.
- Sizzle expando no longer exposed.
- will land
- Sizzle needs release
- gibson to release today or tomorrow
link PRs
- https://github.com/jquery/jquery/pull/2182 jQuery.swap
- land for beta
- https://github.com/jquery/jquery/pull/2183 Use native XHR for cross-domain in IE
- needs test
- https://github.com/jquery/jquery/pull/2179 Follow AMD spec in src/selector.js
- will land
- https://github.com/jquery/jquery/pull/2125 Simplification of native API usage
- https://github.com/jquery/jquery/pull/2043 .offset() with Shadow DOM
- timmywil to land, needs cherry-pick to compat with some extra stuff
- https://github.com/jquery/jquery/pull/1714 .position() when parent scrolled
- needs input from mike
link Next week
- Low-level effects https://github.com/jquery/api.jquery.com/issues/61#issuecomment-89979540
- Deprecate use of plain objects
link Beta release todo
- Dave is working on blog post
- Any missing issues in migrate?
- Issues tagged behavior-change: https://github.com/jquery/jquery/issues?q=is%3Aissue+label%3Abehavior-change+is%3Aopen
- https://github.com/jquery/jquery-migrate/issues
- data, once it’s done
- Dave: Working on jquery-migrate issues for 3.0 (and some undone older ones)
link Current failures on master and compat
- NONE! Nice work.
link 3.0 Blocker issues
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+label%3ABlocker
- Data
- timmy
- showhide
- https://github.com/jquery/jquery/pull/2180
- investigate [hidden] https://github.com/jquery/jquery/issues/2057
- markelog to get to this after async exec
- domManip interception
- gibson
- .width fractations
- mgol
link jQuery 3.0 beta
PEP Team Meeting – Apr 02 2015
- ES3 support
- https://github.com/jquery/PEP/issues/174
- For now continue to rely on ES5 features
- Look into a custom build that replaces the use of ES5 features that can’t be properly polyfilled (to avoid the use of es5-sham)
- Only a concern for less than a year, until Microsoft officially drops support for IE8
- W3C tests
- Replace the test harness reporter with a custom reporter that accumulates the results and passes them to Intern
- Ready to release?
- Do some manual testing first
- jquery/PEP vs. jquery.pep.js
- https://github.com/jquery/PEP/issues/176
- Nothing for us to do