- Ticket triage
- 453 tickets total, +0
- 13 pull requests, -1
- Releases
- Missing minified widget files in distributions
- https://bugs.jqueryui.com/ticket/15089
- Not our bug, we don't own the bower package
- Missing minified widget files in distributions
- Download Builder
- Still having issues with Vader theme
- https://github.com/jquery/download.jqueryui.com/issues/338
- Scott to update the builder to use the settings from his modified theme
- Still having issues with Vader theme
Author Archives: builder
jQuery Core Team Meeting – Feb 06 2017
Attending: timmywil, markelog, jbedard, mgol, gibson042
Location: https://gitter.im/jquery/meeting
link 3.2 Progress
- Issues with needs review
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+review%22
- https://github.com/jquery/jquery/issues/3532 pass arrays to class methods
- I like it, discuss!
- timmywil to do a pass
- https://github.com/jquery/jquery/issues/3504 contains + shadow DOM
- +1, but needs investigation
- https://github.com/jquery/jquery/issues/3514 getComputedStyle returns null in FF
- Any proposals?
- Dave to comment on FF ticket
- https://github.com/jquery/jquery/issues/3499 Catch “Not enough storage”?
- I’m open to a PR
- https://github.com/jquery/jquery/issues/3491 .is(‘:hidden’) on map and area
- Should be consistent
- https://github.com/jquery/jquery/issues/3467 $.ajax redirect behavior
- Docs issue? Yes. Closed in favor of docs issue.
- https://github.com/jquery/jquery/issues/3434 “too much recursion” animation
- What options are there for solutions?
- Use page visbility api to swap rAF with setTimeout
link The API site
- Especially important: issues in the 3.0.0 milestone: https://github.com/jquery/api.jquery.com/milestone/2
link Migrate
jQuery UI Team Meeting – Feb 01 2017
- Ticket triage
- 453 tickets total, +3
- 14 pull requests, -3
- Datepicker
- Strange iOS 10 behavior
- https://bugs.jqueryui.com/ticket/15050
- Alex to look into this bug
- Need to add the date to the
select
andchange
events- Felix submitted a PR
- https://github.com/jquery/jquery-ui/pull/1786
- merged
- Jon Gunderson pointed out that
aria-hidden
on the grid cells is hiding the calendar from AT- Felis submitted a PR to remove
aria-hidden
- https://github.com/jquery/jquery-ui/pull/1788
- merged
- Felis submitted a PR to remove
numberOfMonths
could not be changed after initialization- Felix submitted a PR
- https://github.com/jquery/jquery-ui/pull/1787
- merged
- Jon Gunderson will do another accessiblity review of datepicker/calendar
- Strange iOS 10 behavior
- Releases
- Request to add jQuery as a dependency in
package.json
- https://github.com/jquery/jquery-ui/pull/1779
- Added jQuery as a dependency
- Release 1.12.2 when blockers are fixed
- Missing minified widget files in distributions
- Request to add jQuery as a dependency in
- Resizable
- Custom handles get removed on update
- https://bugs.jqueryui.com/ticket/15084
- Scott will look into this
- Custom handles get removed on update
- Button
- Compatibility layer for checkboxradio causes error
- https://bugs.jqueryui.com/ticket/15109
- Alex to fix
- Compatibility layer for checkboxradio causes error
- Download Builder
- Still having issues with Vader theme
- https://github.com/jquery/download.jqueryui.com/issues/338
- Scott to update the builder to use the settings from his modified theme
- Still having issues with Vader theme
jQuery UI Team Meeting – Jan 25 2017
- Ticket triage
- 450 tickets total, +15
- 17 pull requests, +7
- Datepicker
- Need to add the date to the
select
andchange
events- Felix submitted a PR
- https://github.com/jquery/jquery-ui/pull/1786
- Ready to merge
- Jon Gunderson pointed out that
aria-hidden
on the grid cells is hiding the calendar from AT- Felis submitted a PR to remove
aria-hidden
- https://github.com/jquery/jquery-ui/pull/1788
- Ready to merge
- Felis submitted a PR to remove
numberOfMonths
could not be changed after initialization- Felix submitted a PR
- https://github.com/jquery/jquery-ui/pull/1787
- Ready to merge
- Should we add an event for rendering? Example: changing month or year
- Not now, since we don't have any specific use cases that require it.
- Felix to ask Jon Gunderson for another accessiblity review of datepicker/calendar
- Need to add the date to the
- Releases
- Request to add jQuery as a dependency in
package.json
- https://github.com/jquery/jquery-ui/pull/1779
- Will add the dependency with correct versions listed
- Request to add jQuery as a dependency in
jQuery Core Team Meeting – Jan 23 2017
Attending: timmywil, gibson042, markelog, dmethvin, mgol
Location: https://gitter.im/jquery/meeting
link 3.2 Progress
- Issues with needs review
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+review%22
- https://github.com/jquery/jquery/issues/3504 contains + shadow DOM
- +1, but needs investigation
- https://github.com/jquery/jquery/issues/3511 UC Browser + slideToggle
- Do we support UC Browser?
- Yes, China market share is 9.97%, 43.4% IN INDIA
- Add to browser support list
- How to test?
- timmywil to test to see what’s currently failing
link PRs
- https://github.com/jquery/jquery/pulls?q=is%3Aopen+is%3Apr+milestone%3A3.2.0
- https://github.com/jquery/jquery/pull/3496 Followup: snowballing effects fixes
- Landed
- https://github.com/jquery/jquery/pull/3487 offset + position
- What’s next?
- https://github.com/jquery/jquery/pull/3462 contents(template)
- Markelog to follow up
- https://github.com/jquery/jquery/pull/3483 isWindow and toString.call
- Given the jsdom limitation, do we still want this? No
- https://github.com/jquery/jquery/pull/3306 holdReady
- LGTM, ok to land?
link The API site
- Especially important: issues in the 3.0.0 milestone: https://github.com/jquery/api.jquery.com/milestone/2
link Migrate
jQuery Core Team Meeting – Jan 16 2017
Attending: timmywil, dmethvin, markelog, gibson042
Location: https://gitter.im/jquery/meeting
link mgol gone 1 more week
link 3.2 Progress
- Issues with needs review
- https://github.com/jquery/jquery/issues/3438
- Makes sense to me. Don’t process if processData is false.
- Assigned to Dave for 3.2
- https://github.com/jquery/jquery/issues/3434
- What’s the fix? A setTimeout to kill each animation?
- Markelog to look into it
link PRs
- https://github.com/jquery/jquery/pulls?q=is%3Aopen+is%3Apr+milestone%3A3.2.0
- https://github.com/jquery/jquery/pull/3489 ensure iframes get jQuery
- Merged
- https://github.com/jquery/jquery/pull/3463 > tbody
- Merged
- https://github.com/jquery/jquery/pull/3470 Callbacks.add - locking
- Merged, but requires followup
- https://github.com/jquery/jquery/pull/3496 Followup: snowballing effects fixes
- LGTM
- https://github.com/jquery/jquery/pull/3487 offset + position
- Do we care about html + getBoundingClientRect? Not really.
- https://github.com/jquery/jquery/pull/3462 contents(template)
- Markelog to follow up
- https://github.com/jquery/jquery/pull/3483 isWindow and toString.call
- Does this work everywhere? Do we approve?
link The API site
- Especially important: issues in the 3.0.0 milestone: https://github.com/jquery/api.jquery.com/milestone/2
link Migrate
jQuery Core Team Meeting – Jan 09 2017
Attending: timmywil, jbedard
Location: https://gitter.im/jquery/meeting
link mgol gone next 2 weeks
link 3.2 Progress
- Issues with needs review
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+review%22
- https://github.com/jquery/jquery/issues/3475
- Deprecate jQuery.nodeName in 3.2, remove in 4.0
link PRs
- https://github.com/jquery/jquery/pull/3489 ensure iframes get jQuery
- LGTM
- https://github.com/jquery/jquery/pull/3463 > tbody
- LGTM
- https://github.com/jquery/jquery/pull/3470 Callbacks.add - locking
- LGTM
link The API site
- Especially important: issues in the 3.0.0 milestone: https://github.com/jquery/api.jquery.com/milestone/2
link Migrate
jQuery Core Team Meeting – Dec 19 2016
Attending: timmywil, jbedard, markelog, mgol, gibson042
Location: https://gitter.im/jquery/meeting
link Holiday schedule
- No meeting next 2 weeks (Dec 26th or Jan 2nd).
link 3.2 Progress
- Issues with needs review
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+review%22
- https://github.com/jquery/jquery/issues/3454
- https://github.com/jquery/jquery/issues/3452
- https://github.com/jquery/jquery/issues/3440
- https://github.com/jquery/jquery/issues/3439
- https://github.com/jquery/jquery/issues/3436
- https://github.com/jquery/jquery/issues/3434
- https://github.com/jquery/jquery/issues/3408
- https://github.com/jquery/jquery/issues/3403
- https://github.com/jquery/jquery/issues/3382
- PRs: https://github.com/jquery/jquery/pulls?q=is%3Aopen+is%3Apr+milestone%3A3.2.0
- https://github.com/jquery/jquery/pull/3460 ecmaScript version
link Squash and merge button result
- Prefer manual commits so the pre-commit hook runs
link The API site
- Especially important: issues in the 3.0.0 milestone: https://github.com/jquery/api.jquery.com/milestone/2
link Migrate
- Milestones updated
jQuery Core Team Meeting – Dec 12 2016
Attending: timmywil, mgol, gibson042, jbedard, markelog
Location: https://gitter.im/jquery/meeting
link Holiday availability
- No meeting on Dec 26th or Jan 2nd. Meeting next week tho (19th).
link 3.2 Progress
- https://github.com/jquery/jquery/issues/3423 apply checkbox fix to radios
- Needs test case, but looks plausible
- Issues https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.2.0
- PRs: https://github.com/jquery/jquery/pulls?q=is%3Aopen+is%3Apr+milestone%3A3.2.0
- https://github.com/jquery/jquery/pull/3306 deprecate holdReady
- LGTM
- https://github.com/jquery/jquery/pull/3385 eslint config
- Explain lack of browser env
- https://github.com/jquery/jquery/pull/3367 report offset for 0 sized
- LGTM
- https://github.com/jquery/jquery/pull/3306 deprecate holdReady
link Go through “needs review” tickets next week
link jbedard to test the “Squash and Merge” button for merging PRs
link The API site
- Especially important: issues in the 3.0.0 milestone: https://github.com/jquery/api.jquery.com/milestone/2
link Migrate
- Milestones updated
jQuery Core Team Meeting – Dec 05 2016
Attending: timmywil, markelog, dmethvin, gibson042, mgol
Location: https://gitter.im/jquery/meeting
link jQuery Core JS Foundation update
link 3.2 Progress
- https://github.com/jquery/jquery/issues/3430#issuecomment-264736752 Reduce isPlainObject usage
- Close to focus on other issues
- https://github.com/jquery/jquery/issues/3423 apply checkbox fix to radios
- Needs test case, but looks plausible
- Issues https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.2.0
- PRs: https://github.com/jquery/jquery/pulls?q=is%3Aopen+is%3Apr+milestone%3A3.2.0
- https://github.com/jquery/jquery/pull/3429 @CODE
- LGTM
- https://github.com/jquery/jquery/pull/3429 @CODE
- https://github.com/jquery/jquery/pull/3385 eslint
- LGTM pending markelog’s comments
link The API site
- Especially important: issues in the 3.0.0 milestone: https://github.com/jquery/api.jquery.com/milestone/2
link Migrate
- Milestones updated