Chassis Team Meeting – Mar 08 2016

Attending: sfrisk, kristyjy, geekman-rohit, thej, sagarhani

Agenda:

  • JSASS
  • Work almost done, arschmitz is updating jsass and grunt plugin for jsass, just needs to published/tested
  • asrchmitz is also writing up docs to help with use
  • Buttons
  • ‘not-allowed’ variable added and tweaks to default
  • sfrisk to pull in
  • Typography Variables
  • Pulled In!
  • Testing: Added Pure for sass unit testing #35
  • thej to look into the current lib for pure and pending prs to see what uses we can find for Pure
  • thej to write more example tests
  • Typography: Added basic styles for paragraphs and lists
  • Recently update, please review
  • Accessibility testing
  • arschmitz to pull in

To Do For Next Week kristyjy: tables sfrisk: pull in buttons pr, finish up inputs geekman-rohit: meter arschmitz: jsass work, pull in accessibility thej: look into Pure, come up with some more test examples everyone: review basic styles for paragraph and lists

jQuery Core Team Meeting – Mar 07 2016

Attending: timmywil, m_gol, DaveMethvin, gibson042

link Fixing the 3.0.0 milestone

  • A non-trivial amount of issues backported to 1.12/2.2 had a 3.0.0 milestone
  • m_gol looked at all 3.0.0 issues and changed the relevant ones, adding a comment: “This has been backported to 1.12.0 & 2.2.0 so I changed the milestone (it used to say 3.0.0).”
  • What should we do about those tickets? They weren’t mentioned in the 1.12.0/2.2.0 blog post, they won’t be mentioned in the 3.0.0 one.
    • Timmy can add them to the blog post if we compile a list

link Changelogs

  • Create changelog archive page for core?
    • 3.0+ only
  • Dave to start an upgrade guide on jquery.com

link PRs

link Migrate

jQuery Mobile Team Meeting – Mar 03 2016

  • Ticket Triage:
    • 285 tickets (+1)
    • 29 pull requests (-2)

link 1.5.0

jQuery UI Team Meeting – Mar 02 2016

Chassis Team Meeting – Mar 01 2016

  • jQuery Foundation has been accepted into Google Summer of Code! Yay!
  • Typography
  • Need to add basic styling for p, ol, li, ul tags. PR for this to be submitted later this week based of the typography pr currently being worked on by geekman-rohit
  • Outline should be styled so they're consistent for all browsers
  • JSASS Style Guide
  • General rule moving forward - double quotes and hyphens for variable names so it is similar to how we name things in scss.
  • Need to update JSASS variable tooling, right now files are compiled alphabetically, which was a problem for buttons since it was being compiled before colors or typography
  • Variables: Initial pass on button variables
  • Center buttons vertically in Firefox.
  • Make the default button state change more obvious
  • Once this is done, commit
  • Typography: Add Variables One small commit needed from geekman-rohit to follow the JSASS style guide, then good to pull in.
  • Table Styling
  • kristyjy to start work on that this week
  • HTML 4 Inputs
  • sfrisk has started working on this. To be submitted for PR later this week

jQuery Core Team Meeting – Feb 29 2016

Attending: timmywil, DaveMethvin, m_gol, markelog, gibson042

link Deprecate <1.11 npm versions

  • Syntax: https://docs.npmjs.com/cli/deprecate
  • "Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."
  • Look into which of the latest versions do work on web browsers
  • It should be: old Node-based <=1.8, new ours >=1.11 but 1.9.1 has been published 2 months after 1.11.1, what’s up about that?
    • I recall publishing an older version because it was completely absent.

link Issues needing review

link PRs

link Migrate

jQuery Mobile Team Meeting – Feb 25 2016

  • Ticket Triage:
    • 284 tickets (+3)
    • 31 pull requests (-2)

link 1.5.0

jQuery Content Team Meeting – Feb 24 2016

  • Ticket Triage: 280 (issues +PR) (-6)
  • Attending: Anne, Karl, Aurelio

link Content

  • UI produced api docs for 1.12. Anne going through to check the example fit in their frames
    • Completed and Scott updated the frame sizes
  • A few issues raised with SVG and jQuery. We need to make it clear to users that jQuery doesn’t support SVG even if some things will work.
  • GSOC 16
    • We will propose the Interactive tutorial project that we had to take out last year when we were only allocated 3 slots.
    • Proposal sent as part of the jQuery Foundation GSOC16
    • Aurelio and Anne to co-mentor and will meet to finalise plans as soon as we hear that we can go ahead.

Chassis Team Meeting – Feb 23 2016

  • Phase One
  • Milestone tags have been placed on all phase one issues. For contributors looking for something to work on, those are top priority.
  • Typography: Add Variables
  • Review updated changes. geekman-rohit has some variable additions to add in, then it's good for pulling in.
  • Variables: Initial pass on button variables
  • Please review for any additional changes besides avoiding overwriting of some styles and dependence on cascading for button bars.
  • HTML 4 Inputs
  • sfrisk has started working on this.