jQuery Core Team Meeting – May 18 2015

Attending: timmywil, DaveMethvin, markelog, arthurvr, gibson042, gnarf, m_gol

  • gnarf working on effects tests for Tween and Animation

link Issues needing review

link PRs

link Blockers without pull requests

  • Currently only 3

link Beta release todo

link Current failures on master and compat

  • Currently, there are failures due to recent updates. Our php code might need adjusting.

link jQuery 3.0 beta

PEP Team Meeting – May 14 2015

  • Style guide landed
    • Alex updating quotes to use double quotes
  • Functional tests landed
  • Scott looking into failing unit tests
  • No PEWG call this week
    • Still waiting to discuss Web Driver tests and events after pointer capture is released

jQuery Mobile Team Meeting – May 14 2015

  • Ticket Triage:
    • 286 tickets (+5)
    • 26 pull requests (-1)

link 1.5.0

link Other Topics

  • team page
  • 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
  • Navigation
    • Talking with Ian Maffett from Intel about brining in aspects of App Framework
      • Specifically interested in multi container support
  • html style checking

Project Leads Meeting – May 13 2015

Attending: Alex, Scott, Dave, Sarah, Richard, Rafael

link Core

link UI

  • Lots of broken tests with jquery-git
  • Adding support for mixins in the widget factory
  • Going to start testing against a custom build of jQuery that excludes the event alias and deprecated modules

link Mobile

  • Landed new autoinit
  • landed classes for textinput
  • landing old PRs cleaning up some old stuff
  • labels, focus use
  • breaking up core files into individual modules

link Chassis

  • Phase One coming along nicely, typography has landed, with tables, color palettes, form inputs, and buttons in current active department
  • Beginning prep work for GSoC Student’s project for the Chassis Themeroller

link QUnit

  • no report

link PEP

  • Initial implementation for running W3C tests through Web Driver using Intern

link Globalize

  • Working on Runtime Optimization/Compiler (smaller and quicker code) for production #398.
  • WIP Non-gregorian support PR#447 (related issue #320).

jQuery UI Team Meeting – May 13 2015

  • Ticket triage
    • 381 tickets total +3
    • 19 pull requests +1
  • Button
    • Scott to review
  • Form reset handling
    • Handle common logic for resetting input-based widgets when their form is reset
    • Scott, Alex, Jörn discussed the various solutions and decided on a mixin
    • Modify widget factory to support mixins
    • Scott to send a PR* Form-related methods
  • jquery-git breakages
  • Remove use of .bind(), etc.
    • Alex to send a PR that removes use of event aliases
    • Eventually get tests running against a custom build that doesn't have the deperecated module or the event alias module

Chassis Team Meeting – May 12 2015

  • Close current meter styling PR
  • kristyjy to start work on scss style guide
  • New issue created for , , and div based fallback. geekman-rohit to work on this.
  • Issue created to convert SCSS comments into valid css comments.
  • Created Chassis Theme roller repo.

jQuery Core Team Meeting – May 11 2015

Attending: timmywil, arthurvr, DaveMethvin, markelog, gibson042

link Issues needing review

link PRs

link Blockers without pull requests

  • Currently only 3

link Beta release todo

link Current failures on master and compat

  • NONE! Nice work.

link jQuery 3.0 beta

jQuery Mobile Team Meeting – May 07 2015

  • Ticket Triage:
    • 281 tickets (-1)
    • 27 pull requests (-2)

link 1.5.0

link Other Topics

  • team page
  • 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
  • Navigation
    • Talking with Ian Maffett from Intel about brining in aspects of App Framework
      • Specifically interested in multi container support
  • 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