- Open Question session for Google Summer of Code Potential Students
- Please review open PRs.
Author Archives: builder
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
jQuery Core Team Meeting – Mar 14 2016
Attending: timmywil, DaveMethvin, markelog, m_gol, all3fox, gibson042
link 1.12.2/2.2.2
- Merged https://github.com/jquery/jquery/pull/2985
- One more issue https://github.com/jquery/jquery/issues/2978 .val
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
- Draft, unfinished and not ready for review
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
- Migrate needs more help for 3.0
- Remaining 3.0 issues
PEP Team Meeting – Mar 10 2016
- Marius sent a PR to make
gotpointercapture
andlostpointercapture
events actualPointerEvent
s- https://github.com/jquery/PEP/pull/271
- Scott reviewed, ready for merge
- Marius started work on fixing
pointerenter
andpointerleave
- https://github.com/jquery/PEP/issues/197
- https://github.com/jquery/PEP/pull/274
- Scott implemented logic for finding common ancestor
- Marius is almost done with the implementation
- Scott looking into tests from jdalton
- https://github.com/jquery/PEP/pull/226/files#r50330083
- Will either get the test passing or figure out what’s wrong in PEP
jQuery Content Team Meeting – Mar 09 2016
- Ticket Triage: 283 (issues +PR) (+3)
- Attending: Anne, Karl
link Content
- New Requests on Learning Center:
- Selecting Elements: "Multiple Selector" missing
- https://github.com/jquery/learn.jquery.com/issues/702
- Agreed.
- Karl to prepare a PR (page needs an overhaul)
- Anne to check that there aren’t any other issues reported with this page so that everything can be taken care of in one go.
- More detailed explanation in article on deferred
- http://learn.jquery.com/code-organization/deferreds/jquery-deferreds/
- https://github.com/jquery/learn.jquery.com/issues/701
- Dave made a suggestion.
- We think the suggestion is good
- Waiting on user to comment back.
- http://learn.jquery.com/code-organization/deferreds/examples/
- https://github.com/jquery/learn.jquery.com/issues/693
- Article on optimizing selectors
- https://github.com/jquery/learn.jquery.com/issues/697
- https://github.com/jquery/learn.jquery.com/issues/696
- Karl will try to come up with a solution
- Selecting Elements: "Multiple Selector" missing
- Api.jquery.com & api.jquerymobile.com
- Deployment is broken (however api.jqueryui.com is fine and some other sites are fine as well).
- Ongoing issues:
- 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.
- https://github.com/jquery/api.jquery.com/issues/884
- https://github.com/jquery/api.jquery.com/issues/885
- Aurelio will work on a PR for this.
- 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:
- Getting some interest
- Students should be directed to https://github.com/jquery/learn.jquery.com/issues/641 to see past discussion
- CLA:
- Seems to be reporting incorrect failures
jQuery UI Team Meeting – Mar 09 2016
- Ticket triage
- 414 tickets total, +2
- 29 pull requests, +1
- Selectmenu
- Docs update merged
- https://github.com/jquery/api.jqueryui.com/pull/297
- Menu
- Regression with active styling
- https://bugs.jqueryui.com/ticket/14919
- Scott and Jörn to work on this on Friday
- Resizable
- Regression with westward resize of grids
- https://bugs.jqueryui.com/ticket/14916
- RTL support
- Ahmed Asaleh sent an initial PR for RTL support
- https://bugs.jqueryui.com/ticket/14923
- https://github.com/jquery/jquery-ui/pull/1682
- Started with accordion, but after review all of the changes were not needed
- Now working on autocomplete
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 say3.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
- https://github.com/jquery/jquery/pull/2126 async manip script load
- https://github.com/jquery/jquery/pull/2949 code/support comments cleanup
- LGTM
link Migrate
- Migrate needs more help for 3.0
- Remaining 3.0 issues
PEP Team Meeting – Mar 03 2016
- Marius sent a PR to make
gotpointercapture
andlostpointercapture
events actualPointerEvent
s- https://github.com/jquery/PEP/pull/271
- Scott reviewed, ready for merge
- Marius started work on fixing
pointerenter
andpointerleave
- https://github.com/jquery/PEP/issues/197
- https://github.com/jquery/PEP/pull/274
- Scott to implement logic for finding common ancestor