- Ticket triage
- 400 tickets total, +1
- 27 pull requests, -2
- Button
- PR still needs another review
- Added Spinner to controlgroup
- Datepicker
- Updates ready for review, tests are all green
- https://github.com/jquery/jquery-ui/pull/1590
- Need to work on broken focus handling
- Schedule a meeting to discuss cldr
- npm/CJS
- http://bugs.jqueryui.com/ticket/14375
- http://bugs.jqueryui.com/ticket/11101
- Rafael introduced Scott to Juho Vepsäläinen
- Scott asked Juho to provide feedback
- JSCS updates
- https://github.com/jquery/jquery-ui/pull/1589
- Just needs a small change to the task configuration, then can be merged
Author Archives: builder
Project Leads Meeting – Sep 02 2015
Attending: Sarah, Timmy, Scott, Gabriel, Rafael, Richard
link Core
- Talking about supporting 3.0+ only in migrate
- One failure in Edge still
link UI
- Datepicker and button are getting closer to merging into master
- Investigating how to support webpack and similar tools
link Mobile
- Selectmenu, table, and panel need updates for classes option
- Working on update to handle UI’s core breakup
link Chassis
- After a lot of discussion regarding naming conventions with BEM, decided to go with a ‘BE M M M M’ naming convention, where modifiers are their own separate classes to make sure that elements with multiple modifiers aren’t a complete headache
- This means that a few ongoing PRs need to be redone, currently in the process of doing that, and stuff should be up for review by next week
link QUnit
- Released 1.19.0 with support for Map and Set in equal assertion
link PEP
- Getting more frequent bug reports, which means we must be gaining users :-)
link Globalize
- Runtime support landed and released on 1.1.0-rc.2.
- Globalize compiler released, currently at 0.0.4.
- Webpack example (full app example) completed and landed.
- It uses Globalize webpack plugin released under 0.1.1 the latest.
- Twitter folks have resumed our previous talk about the pilot project.
- Rafael updated react-globalize demo for them.
- Twitter should:
- Use the demo as a baseline to integrate Globalize into their stack.
- Contribute to rxaviers/react-globalize-webpack-plugin, to start with issue #2.
link Other
- Edge added to TestSwarm for jQuery Core and jQuery UI
Chassis Team Meeting – Sep 01 2015
Attending Members: sfrisk, kristyjy, geekman-rohit, arthurvr
Current PRs
- Localize downloads
- almost done, will be updated in a day or two
- Buttons: Initial pass at buttons, covering sizes, options, disabled, active, focus, and hover states
- sfrisk is working on a second pass at this, using the new agreed about style for BEM discussed in last meeting
- Table styling
- open for someone to take over this
- Progress and Meter styling
- geekman-rohit is working on a second pass at this, using the new agreed about style for BEM discussed in last meeting
PRs for sfrisk to pull in
- Build: Fix jscs lint errors in task files
- [hidden] { display: none !important; }
jQuery Core Team Meeting – Aug 31 2015
Attending: timmywil, markelog, DaveMethvin, arthurvr, gibson042, m_gol
link Issues needing review
- https://github.com/jquery/jquery/issues/2558 mousenter + disabled
- Dave to talk to event spec writers
- https://github.com/jquery/jquery/issues/2532 ajaxConvert + thenable
- PR: https://github.com/jquery/jquery/pull/2534
- No, too much magic in $.ajax
- https://github.com/jquery/jquery-migrate/issues/115 3.0 only migrate?
- “1. Load jQuery Migrate after jQuery old; 2. see warnings about code that will act differently in jQuery new; 3. fix warnings; 4. switch from jQuery old to jQuery new; 5. drop Migrate”
- discuss again next week
link Current failures on master and compat
- None in swarm
- One failure in Edge: https://github.com/jquery/jquery/issues/2390
jQuery Mobile Team Meeting – Aug 27 2015
- Ticket Triage:
- 245 tickets (-6)
- 22 pull requests (+0)
link 1.5.0
- 1.5-dev
- Button
- Major updates
- Listview classes / review
- Updated
- Final review and landing
- Updated
- Toolbar Classes
- ready to land
- pagecontainer
- https://github.com/jquery/jquery-mobile/pull/7947
- adding classes option instead of pagecontainers
- https://github.com/jquery/jquery-mobile/pull/7947
- Accordion
- PR Submitted
- no updates
- PR Submitted
- editorconfig
- we should add this
- no update
- we should add this
- Core breakup and file re org
- split up done doing re-org
- landed in ui
- split up done doing re-org
- Filterable no-filter
- https://github.com/jquery/jquery-mobile/issues/8184
- Common use case
- going to add
- Common use case
- https://github.com/jquery/jquery-mobile/issues/8184
- Bootstrap
- failing tests
- Form hash
- https://github.com/jquery/jquery-mobile/issues/5069
- Do we want to try and get this into 1.5?
- https://github.com/jquery/jquery-mobile/issues/5069
- qunit update
- updated
- Accessibility
- grunt-axe-webdriver
- no update
- grunt-axe-webdriver
- CSS and demo updates
- Jasper submitted pr
- landed
- Jasper submitted pr
jQuery Content Team Meeting – Aug 26 2015
- Ticket Triage (Issues + PR):
- 259 (-3)
- Attending: Anne, Aurelio, Karl
link Content:
- Not much to report as we’re slowly coming back from holiday
- globalizejs.com & api.globalizejs.com
- WordPress is all setup
- Need to port over all markdown API docs in the repo to api.globalizejs.com
- All help welcome :P - Received confirmation that work has not started yet
- Anne to file issues around mobile broken/incorrect views for jquery.com
link Actions from last meeting:
- Arthur and Aurelio received the browserstack account
jQuery UI Team Meeting – Aug 26 2015
- Ticket triage
- 399 tickets total, +1
- 29 pull requests, +2
- Button
- PR still needs another review
- Added Spinner to controlgroup
- Datepicker
- Updates ready for review, tests are all green
- https://github.com/jquery/jquery-ui/pull/1590
- Need to work on broken focus handling
- Schedule a meeting to discuss cldr
- npm/CJS
- http://bugs.jqueryui.com/ticket/14375
- http://bugs.jqueryui.com/ticket/11101
- Rafael to ping Juho Vepsäläinen for details on what we need to provide
- JSCS updates
Chassis Team Meeting – Aug 25 2015
Attending Members: sfrisk, kristyjy, arschmitz, arthurvr
Build Related PRs
- Build: Fix jscs lint errors in task files
- fixes a build error, if no one has any issues sfrisk will pull in
CSS/SCS Related Issues
- BEM usage and modifier ordering policy for chassis classes
- Decided to go with "option 3", where modifiers in BEM can be their own class, to deal with cases where there may be 3+ modifiers on an element.
- sfrisk and geekman-rohit to rework buttons and progress to adapt to this style
jQuery Core Team Meeting – Aug 24 2015
Attending: timmywil, markelog, DaveMethvin, gibson042
link Blog post asking for more feedback on show/hide
link Issues needing review
- https://github.com/jquery/sizzle/issues/352 Sizzle.noConflict()?
- Yes
- https://github.com/jquery/jquery/issues/2541 Cache node_modules in Travis?
- no, at least not now
- https://github.com/jquery/jquery/issues/2555 Hide or document jQuery.acceptData?
- https://github.com/jquery/jquery/issues/2389 focusin/out failure in Edge
- Timmy to email Edge team
- https://github.com/jquery/jquery/issues/2532 allow async AJAX converters?
link Current failures on master and compat
- None in swarm
- One failure in Edge: https://github.com/jquery/jquery/issues/2390
jQuery Mobile Team Meeting – Aug 20 2015
- Ticket Triage:
- 251 tickets (+0)
- 22 pull requests (+0)
link 1.5.0
- 1.5-dev
- Button
- Major updates
- Listview classes / review
- No Update
- Loader Classes
- Update loader widget
- Landed
- Update loader widget
- Toolbar Classes
- Once over review
- second review done waiting for update - almost there -cgack
- Once over review
- pagecontainer
- https://github.com/jquery/jquery-mobile/pull/7947
- adding classes option instead of pagecontainers
- https://github.com/jquery/jquery-mobile/pull/7947
- Accordion
- PR Submitted
- no updates
- PR Submitted
- editorconfig
- we should add this
- no update
- we should add this
- Core breakup and file re org
- split up done doing re-org
- landed in ui
- split up done doing re-org
- Filterable no-filter
- https://github.com/jquery/jquery-mobile/issues/8184
- Common use case
- going to add
- Common use case
- https://github.com/jquery/jquery-mobile/issues/8184
- Bootstrap
- failing tests
- Form hash
- https://github.com/jquery/jquery-mobile/issues/5069
- Do we want to try and get this into 1.5?
- https://github.com/jquery/jquery-mobile/issues/5069
- qunit update
- updated
- Accessibility
- grunt-axe-webdriver
- no update
- grunt-axe-webdriver
- CSS and demo updates
- Jasper submitted pr
- landed
- Jasper submitted pr