- Marius working on fixing
pointerenter
andpointerleave
- Automate starting ChromeDriver during tests
- https://github.com/jquery/PEP/pull/245
- Ready to merge
- iOS 9.3 has partial support for
touch-action
- We assume there is full support if it exists, so we need to adjust our logic to handle this situation
- It’s not clear that Apple will ever implement full support
Author Archives: builder
jQuery Mobile Team Meeting – Mar 31 2016
- Ticket Triage:
- 285 tickets (-4)
- 5 pull requests (-29)
link 1.5.0
- 1.5 blockers
- Selectmenu
- needs rebase and update for new test infra
- Table
- landed
- Phantom 2.x
- look into upgrading to get more stable tests
- can be upgraded easily after bootstrap
- look into upgrading to get more stable tests
- Build
- fix tests on 1.5-demos-issues
- Alex looking into
- fix tests on 1.5-demos-issues
- Demos
- fix remaining demos issues
jQuery UI Team Meeting – Mar 30 2016
- Ticket triage
- 411 tickets total, -3
- 28 pull requests, -4
- Scott and Alex are working through PRs today
- Checkboxradio
- Checked radios with no icon break on initialization
- https://bugs.jqueryui.com/ticket/14939
- https://github.com/jquery/jquery-ui/pull/1686
- Merged
- Selectmenu
- Still some styling issues in Firefox
- https://bugs.jqueryui.com/ticket/14938
- https://github.com/jquery/jquery-ui/pull/1685
- Merged
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
- Still need input and writeup on show/hide changes and remediation (gibson)
- https://docs.google.com/document/d/1QLkXfuhsFAppsZbi_8UJV0LxjNKaQfHwXmSR5GLVWX4/edit#
link 3.0
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.0
- Need to finish upgrade guide (at least first draft) and land existing PRs before release.
- https://github.com/jquery/jquery/issues/2863 Blocker
link Go ahead and release 1.12.3
link PRs
- https://github.com/jquery/jquery/pull/2891 non-ready Deferred option
- Side-effect is ready execution after ready event is fired is no longer sync
- https://github.com/jquery/jquery/pull/3022 set base href in parseHTML
- Needs review
- https://github.com/jquery/jquery/pull/3021 support singleton
- LGTM
- https://github.com/jquery/jquery/pull/3014 support comments
- LGTM, pending gibson’s comments
- https://github.com/jquery/jquery/pull/3007 Serialize: set empty string on null
- LGTM
link Migrate
- Dave to work on some open tickets this week
- https://github.com/jquery/jquery-migrate/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.0
- Help needed, especially on show/hide (gibson to help)
PEP Team Meeting – Mar 24 2016
- Landed PR to make
gotpointercapture
andlostpointercapture
events actualPointerEvent
s - Marius working on fixing
pointerenter
andpointerleave
- Scott looking into tests from jdalton
- https://github.com/jquery/PEP/pull/226/files#r50330083
- Some tests don’t run, so we’ll just merge the ones that do and revisit the others later
- After jQuery UI 1.12.0 ships, Scott and Marius can work on getting PEP into jQuery UI
- Marius started this work a while ago with Jörn
- https://github.com/jquery/jquery-ui/pull/1611
jQuery Mobile Team Meeting – Mar 24 2016
- Ticket Triage:
- 289 tickets (+4)
- 34 pull requests (+5)
link 1.5.0
- 1.5 blockers
- Selectmenu
- reviewed waiting updates
- Table
- checking into test failures (cgack)
- fixes with bootstrap
- Phantom 2.x
- look into upgrading to get more stable tests
- can be upgraded easily after bootstrap
- look into upgrading to get more stable tests
- Build
- fix tests on 1.5-demos-issues
- Alex looking into
- fix tests on 1.5-demos-issues
- Demos
- fix remaining demos issues
Chassis Team Meeting – Mar 22 2016
- Open Question session for Google Summer of Code Potential Students
- Please review open PRs.
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
- Reviewed, thanks!
- Deprecations added at the end
- Still need input and writeup on show/hide changes and remediation (gibson)
- https://docs.google.com/document/d/1QLkXfuhsFAppsZbi_8UJV0LxjNKaQfHwXmSR5GLVWX4/edit#
link 3.0
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.0
- Strange results with requestAnimationFrame? See discussion between markelog and dmethvin in upgrade guide comments
- Seems inconsistent/dependent on focus. Will test more, but plan on keeping code as-is.
- Remaining issues assigned. Non-pertinent issues pushed.
- Plan on RC next Monday.
link Issues needing review
- https://github.com/jquery/jquery/issues/3000 Deferred.resolve(1)
- Will not block 3.0
link Migrate
- Dave to work on some open tickets this week
- Help needed, especially on show/hide (gibson to help)
link 1.12.2/2.2.2 XSS-related difference
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