Chassis Team Meeting – Mar 29 2016

  • JSASS
  • Travis seemed to run the wrong PR? Looking into a solution for what’s going on with Travis
  • Issue is node version not parsing ES6 syntax
  • Namespaces for classes, not variables
  • [WIP] Tables: Table styling
  • Working on switching this to class based, not element based
  • Currently up to date with what's in master
  • RTL : Added CSSjanus to build process
  • Need to have RTL and regular CSS in one file so a site could support both options easily
  • Should go through existing scss code to figure out what needs to get flipped and what should be ignored
  • Images : Basic styling
  • Grunt: 'grunt watch' runs all tasks at beginning
  • Grunt: grunt-watch now detects variable changes
  • Initial files and initial demo styles added (inputs)
  • Testing: Added Pure for sass unit testing #35
  • Typography: Added basic styles for paragraphs and list
  • Build: add accessibility testing

jQuery Core Team Meeting – Mar 28 2016

Attending: timmywil, markelog, DaveMethvin, gibson042

link Upgrade Guide

link 3.0

link Go ahead and release 1.12.3

link PRs

link Migrate

jQuery Mobile Team Meeting – Mar 24 2016

  • Ticket Triage:
    • 289 tickets (+4)
    • 34 pull requests (+5)

link 1.5.0

PEP Team Meeting – Mar 24 2016

jQuery Core Team Meeting – Mar 21 2016

Attending: timmywil, DaveMethvin, m_gol, gibson042, markelog

link 1.12.2/2.2.2

  • Shipped!

link Upgrade Guide

link 3.0

link Issues needing review

link Migrate

  • Dave to work on some open tickets this week
  • Help needed, especially on show/hide (gibson to help)

Chassis Team Meeting – Mar 15 2016

  • JSASS
  • Released stable version with new API Doc's and tests
  • Created grunt JSASS released
  • Working on PR for chassis but running into issues with Node sass
  • For future notice, if you have a variable file it depends on another variable file, you must put the dependency at the top of your file to get the order right
  • Future naming conventions for variables, have file names reflect the variable prefix (btn.js for variables starting with $btn- for example), also simplify prefixes
  • Don’t have variables that are just ‘default’ but say what they’re to “$color-default” for example
  • Update jsass to accept JS variable references to other variables, and output the SCSS variable

jQuery Core Team Meeting – Mar 14 2016

Attending: timmywil, DaveMethvin, markelog, m_gol, all3fox, gibson042

link 1.12.2/2.2.2

link PRs

  • https://github.com/jquery/jquery/pull/2996 detached.show()
    • Must make decision for 3.0
    • Keep current behavior, update later if needed
    • Poll (excluding gibson042 and markelog)
      • jQuery("<div/>").hide().css("display"): 2.5–0 "none"
      • jQuery("<div/>").show().css("display"): 1.5–0 ""

link Upgrade Guide

link BrowserStack IE 6 clients

  • BrowserStack keeps 2 constantly online IE 6 clients just for us. They may turn them off after 1.12.2.

link jQuery Periodic runs for 1.x/2.x - still needed?

  • Stop after 1.12.2/2.2.2

link Migrate