- Close current meter styling PR
- kristyjy to start work on scss style guide
- New issue created for
- Issue created to convert SCSS comments into valid css comments.
- Created Chassis Theme roller repo.
Author Archives: builder
jQuery Core Team Meeting – May 11 2015
Attending: timmywil, arthurvr, DaveMethvin, markelog, gibson042
link Issues needing review
- https://github.com/jquery/jquery/issues/2267 isArraylike(undefined | null)
- https://github.com/jquery/jquery/issues/2192 .toggleClass(function)
- https://github.com/jquery/jquery/issues/2103 $.Promise constructor
- Now that we consume thenables, I’m inclined to close this
- https://github.com/jquery/jquery/issues/2100 doScroll or “interactive” in .ready
- timmywil to try some stuff
link PRs
- https://github.com/jquery/jquery/pull/2183 Use native XHR
- Land, but separate the integration test from the unit tests
- mgol to modify
- https://github.com/jquery/jquery/pull/2180 CSS Cascade
- Anything blocking this one?
- Working on compat sync
- https://github.com/jquery/jquery/pull/2292 Effects: call progress on finish
- land
- https://github.com/jquery/jquery/pull/2281 :visible/:hidden update
- Will land today if no objections
- https://github.com/jquery/jquery/pull/2276 CSS: margin: auto
- Big, but +1
- https://github.com/jquery/jquery/pull/2271 Data: remove unneeded expando
- Will land today if no objections
- https://github.com/jquery/jquery/pull/2268 SVG class manip and perf boost!
- Will land today if no objections
- Let’s add to blog post!
- https://github.com/jquery/jquery/pull/2265 Core: Remove ready event
- what’s our policy on changing code styles? I’m not overly concerned about it, but my OCD doesn’t like seeing jscs warnings.
- https://github.com/jquery/jquery/pull/1714 Include scroll in position calc
- Land, but with gibson’s suggested modification
- https://github.com/jquery/jquery/pull/1975 Ajax: simplify xhr detection
- Haven’t heard from OP, and we can’t land as-is. Should we close?
link Blockers without pull requests
- Currently only 3
link Beta release todo
- Blog post - continuous review
- 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() changes
- https://github.com/jquery/jquery/pull/2180/files#r28251161 .show changes
link Current failures on master and compat
- NONE! Nice work.
link jQuery 3.0 beta
PEP Team Meeting – May 07 2015
- Style guide
- https://github.com/jquery/PEP/pull/185
- Ready to land?
- Yes
- Functional tests
- https://github.com/jquery/PEP/pull/184
- Ready to land?
- Yes
- Scott started looking into failing unit tests
- Bad detection of MSPointerEvent in test setup
- Need to determine what is and isn’t tested right now and if there are tests that don’t make sense to keep.
jQuery Mobile Team Meeting – May 07 2015
- Ticket Triage:
- 281 tickets (-1)
- 27 pull requests (-2)
link 1.5.0
- 1.5-dev
- auto init
- Button
- Button
- scott getting ready for first review, a few pending things
- Button
- widget mixins
- allow an array of mixin prototypes to $.widget
- form reset mixin
- going to use only a single handler per for for ALL widgets
- Classes
- Cory: rangeslider submitted, toolbar in progress, flipswitch & slider in queue
- toolbar, rangeslider, flipswitch ready for review, Cory working on slider
- fixing alex's review
- toolbar, rangeslider, flipswitch ready for review, Cory working on slider
- Cory: rangeslider submitted, toolbar in progress, flipswitch & slider in queue
- UI splitting up core
- we will need to figure out our dependencies
- widget theme extension
- needs to handle more use cases
- Auto Init
- UPGRADES!
- multiple widgets, faster performance, more modular, no widget factory dependency, nested options???
- UPGRADES!
- 1.5 docs
- need to start upgrade guide and a branch for updating docs
- Qunit
- unstable since upgraded to 1.17.1
link Other Topics
- 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
- Builder
- we need to switch to ui builder before 1.5
- UI DB should be ready to go, with the node-0.12-supporting version published to npm
- we need to switch to ui builder before 1.5
- Navigation
- Talking with Ian Maffett from Intel about brining in aspects of App Framework
- Specifically interested in multi container support
- Talking with Ian Maffett from Intel about brining in aspects of App Framework
- html style checking
jQuery UI Team Meeting – May 06 2015
- Ticket triage
- 378 tickets total -0
- 18 pull requests -4
- Button
- Alex and Jörn worked through another round of review
- Scott to review
- 1.9 git build
- Removed listing from CDN, but file still exists
- Form reset handling
- Handle common logic for resetting input-based widgets when their form is reset
- Utility functions, mixin, extension, or widget?
- Scott to prototype mixin and extension for review
- Form-related methods
.labels()
,.form()
, and$.ui.escapeSelector()
landed in master- Only
.labels()
is public API; needs docs
- Draggable/Mouse blur on interaction
- http://bugs.jqueryui.com/ticket/12472
- http://bugs.jqueryui.com/ticket/6642
- https://github.com/jquery/jquery-ui/pull/1548
- Attempt to write tests against mouse
- Start with tests for use cases that have bugs filed against them
jQuery Content Team Meeting – May 06 2015
- Ticket Triage (Issues + PR):
- 248 (+2)
- Attending: Arthur, Alex, Anne, Aurelio
link Content:
- Should we agree priorities? (e.g. Issues vs PRs?)
- Agreed to address PRs from new contributors quickly (ideally 1-2 weeks)
- Arthur will be working through v3 tickets this week
- Arthur needs help checking https://github.com/jquery/api.jquery.com/pull/669
- We need help from someone with a Windows setup
- Alex will test when he gets a chance
- We need help from someone with a Windows setup
- Need a solution for contributors that use only the github web interface and have their username as name (i.e. the CLA will not match as we need a valid name and the name is not the username).
- Maybe improve the documentation on contribute as well
- Actions from last meeting:
- New Foundation Pages:
- Asked Kris to push branch with existing changes (today)
- Kris will soon
- Contribute pages:
- https://github.com/jquery/contribute.jquery.org/issues/116
- Action completed
- https://github.com/jquery/contribute.jquery.org/issues/115
- Action: Anne to update the section
- Ongoing
- https://github.com/jquery/contribute.jquery.org/issues/116
- Asked Kris to push branch with existing changes (today)
- New Foundation Pages:
PEP Team Meeting – May 05 2015
- Marius replaced Esperanto with Rollup for builds
- Marius created a PR for ensuring mouse is always an active pointer
- https://github.com/jquery/PEP/pull/282
- Differentiates between active pointer and active buttons state
- Ongoing discussion in W3C about whether pointer IDs should be consistent across frames and whether cross-frame capturing should be allowed
- Marius created a PR which adds more tests
- There’s a W3C discussion about whether over/out/enter/leave events should be fired during capture
- Need to handle scenarios where browsers don’t trigger
mouseup
Chassis Team Meeting – May 05 2015
Open PRs:
- Meter Styling
- New comments need Addressing
- Color Palette
- Waiting on changes
- Table Styling
- Decided to move 'scrollable' styling to a new issue so it can be consistent everywhere (even for non table situations)
- Typography
- Landed!
Issues:
- Performance testing
- Discussion regarding the use of local files for performance testing to cut back on network traffic and what sort of tests we should do (Appending, scrolling, appending + scrolling)
- sfrisk to create the following issues:
- adjust scss comments to standard css comments
- create issue for visual scroll indicator
jQuery Core Team Meeting – May 04 2015
Attending: timmywil, markelog, m_gol, gibson042, arthurvr
link Patches 1.11.3 and 2.1.4 released!
link PRs
- https://github.com/jquery/jquery/pull/2183 Use native XHR
- Do we stub IE, add integration tests, or stick with unit tests for now?
- Create issue for integration tests
- Land, but separate the integration test from unit tests
- https://github.com/jquery/jquery/pull/2254 Remove npm from dependencies
- yea, what happened there? :P
- Things happens
- markelog to land
- https://github.com/jquery/jquery/pull/2243 Remove node check from isArrayLike
- landable
- markelog to land
- https://github.com/jquery/jquery/pull/2180 CSS Cascade
- Anything blocking this one?
link Blockers (list getting shorter!)
- Data landed https://github.com/jquery/jquery/issues/2257
link Beta release todo
- Blog post - continuous review
- 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() changes
- https://github.com/jquery/jquery/pull/2180/files#r28251161 .show changes
link Current failures on master and compat
- NONE! Nice work.
link jQuery 3.0 beta
PEP Team Meeting – Apr 30 2015
- Style guide implemented
- https://github.com/jquery/PEP/pull/185
- Using JSCS and JSHint for linting
- Using JSCS for automated whitespace fixes
- Need discussion on property access spacing: https://github.com/jquery/PEP/pull/185#discussion_r29373592
- Settle on no spaces inside brackets
- Alex to update quotes after
- Initial functional tests implemented
- https://github.com/jquery/PEP/pull/184
- Scott to implement some changes to reduce boilerplate
- Random pointerId for mouse-initiated events
- https://github.com/jquery/PEP/issues/186
- Leave as-is