- Lint : Minor Typo fix
- Ask for rebase, to fix travis issues, then pull in
- [WIP] Tables: Table styling
- Away on vacation last week
- Images : Basic styling
- Pull in, good base for variables
- Grunt: 'grunt watch' runs all tasks at beginning
- Pulled In
- Grunt: grunt-watch now detects variable changes
- Squash into one commit, then sfrisk will pull it in
- Initial files and initial demo styles added (input styling)
- Needs styling for other inputs, text area
- Include labels in demo
- Testing: Added Pure for sass unit testing #35
- Wait on having some more sass to figure out how best to use this
- Typography: Added basic styles for paragraphs and lists
- sfrisk added some comments
- Accessibility testing
- Good to pull in, but needs some master merging help
Author Archives: builder
jQuery Core Team Meeting – Apr 25 2016
Attending: markelog, m_gol, DaveMethvin, gibson042
link Upgrade Guide
- Moved and rearranged content by subsystem and impact
- https://github.com/jquery/jquery.com/blob/master/pages/upgrade-guide/3.0.md
- https://jquery.com/upgrade-guide/3.0/
- Still need input and writeup on show/hide changes and remediation (gibson)
- Add note about strict mode if we decide that (dave)
link 1.12.4/2.2.4
- https://github.com/jquery/jquery/issues/3041
- m_gol will revert the hacky workaround
- https://github.com/jquery/jquery/issues/3043
- .contains() check?
link 3.0
- Remove support for Yandex.Browser?
- Browserstack isn't updating (2014 version)
- May not be worth nagging them to update
- Decided to remove support for 3.0
- Markelog to update support matrix & remove from Swarm
- Switch to strict mode?
- Yes
- Bug and PR already exists for the Uglify bug we encountered
- Need to strip out excess "use strict" as part of the fn wrappers
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.0
- https://github.com/jquery/jquery/issues/3064 Revert easing param removal
- Markelog
- https://github.com/jquery/jquery/issues/3056
- Dave
- Nvm, closed
- https://github.com/jquery/jquery/issues/3029 $.when().done() regression
- gibson042
link Migrate
- https://github.com/jquery/jquery-migrate/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.0
- gibson042 to look at show/hide in Migrate
- Also should switch to strict mode if core does?
jQuery Mobile Team Meeting – Apr 21 2016
- Ticket Triage:
- 289 tickets (+0)
- 6 pull requests (+1)
link 1.5.0
- 1.5 blockers
- Selectmenu
- ready for review
- done needs updates
- ready for review
- Phantom 2.x
- look into upgrading to get more stable tests
- bootstrap landed
- look into upgrading to get more stable tests
- Demos
- fix remaining demos issues
PEP Team Meeting – Apr 21 2016
- Marius finished working on fixing
pointerenter
andpointerleave
- Automate starting ChromeDriver during tests
- https://github.com/jquery/PEP/pull/245
- Updated to newest version of grunt-selenium-standalone and merged
releasePointerCapture()
throwsInvalidPointerId
when it shouldn’t- https://github.com/jquery/PEP/issues/275
- Also need to handle
setPointerCapture()
for mouse with no pressed buttons
- Polyfill for
offsetX
andoffsetY
- https://github.com/jquery/PEP/pull/233
- Got input from Rick Byers
- We’ll go with eager loading of the values instead of lazy loading
- Correctness is more important
jQuery Core Team Meeting – Apr 18 2016
Attending: timmywil, markelog, m_gol, 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#
- gibson042 almost done with the writeup
link 1.12.4/2.2.4
- https://github.com/jquery/jquery/issues/3041 has IE 11 fixed the bug they promised not to fix?
link 3.0
link JSHint, JSCS, ESLint
- Should we switch to ESLint completely?
link Issues needing review
- https://github.com/jquery/jquery/issues/2824 # in selectors
- No revert
- “be more careful with code changes that may introduce exceptions on invalid input, during code review, but not have a policy to test for invalid input”
- “it doesn't mean we're not going to introduce exceptions, but we can make sure people have warning.” Moving an exception to major version may be appropriate.
- https://github.com/jquery/jquery/issues/3060 Remove default Deferred callback context
- Yes
link Migrate
- https://github.com/jquery/jquery-migrate/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.0
- gibson042 to look at show/hide in Migrate
jQuery Mobile Team Meeting – Apr 14 2016
- Ticket Triage:
- 289 tickets (+4)
- 5 pull requests (+1)
link 1.5.0
- 1.5 blockers
- Selectmenu
- ready for review
- assigned to arschmitz
- ready for review
- 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
- problems are fixed in 1.5-dev
- fix tests on 1.5-demos-issues
- Demos
- fix remaining demos issues
jQuery UI Team Meeting – Apr 13 2016
- Ticket triage
- 411 tickets total, +1
- 16 pull requests, -4
- Datepicker
- Felix working on a11y updates for datepicker/calendar
- Waiting on feedback from Jon Gunderson about handling multi-month displays
- 1.12.0-rc.2
- Land two more PRs first
- Line length fixes
- no globals in tests
- https://github.com/jquery/jquery-ui/pull/1577
- Jörn is still reviewing
Chassis Team Meeting – Apr 12 2016
- JSASS
- Pulled in
- [WIP] Tables: Table styling
- In progress, udate next week
- RTL : Added CSSjanus to build process
- Updated code currently merges the rtl and ltr css files together, doubling the file size.
- Need to handle possible icon flipping
- Need to have some elements be flippable, but some should not
- CSSJanus might not be our best solution - might want to go custom instead of automatic
- Images : Basic styling
- Review changes
- How goes UI library for components
- Some dribble collection work has started
- Grunt: 'grunt watch' runs all tasks at beginning
- Should be good to go
jQuery Core Team Meeting – Apr 11 2016
Attending: m_gol, gibson042, markelog, dmethvin, timmywil
link Upgrade Guide
- Still need input and writeup on show/hide changes and remediation (gibson)
- https://docs.google.com/document/d/1QLkXfuhsFAppsZbi_8UJV0LxjNKaQfHwXmSR5GLVWX4/edit#
- gibson042 almost done with the writeup
link 3.0
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.0
- Down to 2!
- Blocker https://github.com/jquery/jquery/issues/3029 $.when(dfd).done() args
- Blocker https://github.com/jquery/jquery/issues/3010 dave to pester gdsmith but let's not call it a blocker
link PRs
- https://github.com/jquery/jquery/pull/3037 Toggle detached elements
- LGTM
link Migrate
- https://github.com/jquery/jquery-migrate/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.0
- https://github.com/jquery/jquery-migrate/issues/118
- Dave will grab
- gibson042 to look at show/hide in Migrate
PEP Team Meeting – Apr 07 2016
- Marius working on fixing
pointerenter
andpointerleave
- Automate starting ChromeDriver during tests
- https://github.com/jquery/PEP/pull/245
- Alex to merge today
- Polyfill for
offsetX
andoffsetY
- https://github.com/jquery/PEP/pull/233
- Scott will ping people again, this time outside of GitHub