- Ticket triage
- 390 tickets total, -1
- 25 pull requests, +3
- Button
- PR still needs another review
- jquery-git breakages
- PR landed in master
- https://github.com/jquery/jquery-ui/pull/1565
- AMD in demos
- Updated AMD demos PR, +1 from Scott
- Need to test within jqueryui.com, Jörn will try that
- https://github.com/jquery/jquery-ui/pull/1557
- DB CSS dependencies
- Jörn tested, some issues, waiting for update from Rafael (asked him to make it a priority)
- https://github.com/jquery/download.jqueryui.com/pull/256
- Datepicker
- Scott is working on the merge, but having some issues
- Splitting up core
- Add directories for widgets and effects
Category: jQuery UI Team
jQuery UI Team Meeting – Jul 01 2015
- Ticket triage
- 391 tickets total, +1
- 22 pull requests, -1
- Button
- PR still needs another review
- jquery-git breakages
- AMD in demos
- DB CSS dependencies
- Datepicker
- Let's merge master and move on
jQuery UI Team Meeting – Jun 24 2015
- Ticket triage
- 508 tickets total, +16 (since June 10th, most spam though)
- 23 pull requests, +1
- Button
- PR needs another review
- Fluid thinks it doesn't matter which label we pick, so we stick with length - 1
- jquery-git breakages
- Core reverted, Alex submitted PR for Position, needs updates
- AMD in demos
- Spinner update
- DB CSS dependencies
jQuery UI Team Meeting – Jun 17 2015
- Ticket triage
- ~390 tickets total (Trac down)
- 22 pull requests, +1
- Button
- Scott reviewed, Alex updated, needs another round of review
- Discussing accessiblity issue with toggle button
- How to deal with multiple labels? Support common layouts, don't advocate them. Pick label with length - 1
- jquery-git breakages
- Core reverted, Alex submitted PR for Position (just now)
- AMD in demos
- Alex updated build-demos
- Alex to update the rest of the demos
- Spinner update
- DB CSS dependencies
- 1.12.0 beta
- Once button, spinner are done and DB CSS PR lands. Once AMD demos are done, break up core.
- Datepicker
- Waiting for Scott to rebase datepicker against master, since we need AMD for Globalize
jQuery UI Team Meeting – Jun 10 2015
- Ticket triage
- 392 tickets total +4
- 21 pull requests +0
- Button
- Scott continued reviewing
- https://github.com/jquery/jquery-ui/pull/1513
- Discussing accessiblity issue with toggle button
- Need to decide ourselves
- http://webaim.org/discussion/mail_thread?thread=6955
- jquery-git breakages
- Alex to push one-line change; otherwise waiting for Core to revert offset changes
- AMD in demos
- https://github.com/jquery/jquery-ui/pull/1557
- Alex to update the rest of the demos
- https://github.com/jquery/jqueryui.com/pull/113
- Alex to land https://github.com/jquery/jqueryui.com/pull/114 and update https://github.com/jquery/jqueryui.com/pull/113
- https://github.com/jquery/jquery-ui/pull/1557
- Spinner update
- Waiting for review
- https://github.com/jquery/jquery-ui/pull/1560
- DB CSS dependencies
- Waiting for review
- https://github.com/jquery/download.jqueryui.com/pull/256
jQuery UI Team Meeting – Jun 03 2015
- Ticket triage
- 388 tickets total +4
- 21 pull requests +0
- Button
- Scott continued reviewing
- https://github.com/jquery/jquery-ui/pull/1513
- jquery-git breakages
- The disconnected and hidden element change to
.offset()
is likely to be reverted - We just need to handle
$( window ).offset()
- Alex to send PR
- Push out new 1.11 and 1.10 releases with fix for window usage.
- The disconnected and hidden element change to
- Remove use of
.bind()
, etc.- Landed in master
- AMD in demos
- https://github.com/jquery/jquery-ui/pull/1557
- Alex to update the rest of the demos
- https://github.com/jquery/jqueryui.com/pull/113
- Alex to land https://github.com/jquery/jqueryui.com/pull/114 and update https://github.com/jquery/jqueryui.com/pull/113
- https://github.com/jquery/jquery-ui/pull/1557
jQuery UI Team Meeting – May 27 2015
- Ticket triage
- 384 tickets total +3
- 21 pull requests +2
- Button
- Scott started reviewing
- https://github.com/jquery/jquery-ui/pull/1513
- Form reset module
- Landed in master, along with mixin support for widgets
- jquery-git breakages
- The disconnected and hidden element change to
.offset()
is likely to be reverted - We just need to handle
$( window ).offset()
- Push out new 1.11 and 1.10 releases with fix for window usage.
- The disconnected and hidden element change to
- Remove use of
.bind()
, etc.- https://github.com/jquery/jquery-ui/pull/1556
- Ready to land in master
jQuery UI Team Meeting – May 25 2015
- Ticket triage
- 422 tickets total, +0
- 20 pull requests, +3
- Checkboxradio
- Checkboxradio icons are broken inside dialogs
- https://bugs.jqueryui.com/ticket/14955
- https://github.com/jquery/jquery-ui/pull/1704
- PR will break ThemeRoller; Alex to send alternate PRs
- Checkboxradio icons are broken inside dialogs
- Controlgroup
- Labels get re-wrapped during refresh
- Refresh breaks spinner
- Overwrites user's
classes
option value - All being addressed in one PR
- https://github.com/jquery/jquery-ui/pull/1703
- Alex pushed updates; Scott to review again
- Controlgroup with only one element does not get correct rounded corners
- https://bugs.jqueryui.com/ticket/14972
- Alex to fix
- Update jQuery Core versions
- Michał sent a PR to update 1.x and 2.x versions
- https://github.com/jquery/jquery-ui/pull/1706
- Also added 2.x to CI
- Michał sent a PR to update 1.x and 2.x versions
jQuery UI Team Meeting – May 20 2015
- Ticket triage
- 384 tickets total +3
- 21 pull requests +2
- Button
- Scott started reviewing
- https://github.com/jquery/jquery-ui/pull/1513
- Form reset module
- Landed in master, along with mixin support for widgets
- jquery-git breakages
- The disconnected and hidden element change to
.offset()
is likely to be reverted - We just need to handle
$( window ).offset()
- Push out new 1.11 and 1.10 releases with fix for window usage
- The disconnected and hidden element change to
- Remove use of
.bind()
, etc.- https://github.com/jquery/jquery-ui/pull/1556
- Ready to land in master
jQuery UI Team Meeting – May 13 2015
- Ticket triage
- 381 tickets total +3
- 19 pull requests +1
- Button
- Scott to review
- Form reset handling
- Handle common logic for resetting input-based widgets when their form is reset
- Scott, Alex, Jörn discussed the various solutions and decided on a mixin
- Modify widget factory to support mixins
- Scott to send a PR* Form-related methods
- jquery-git breakages
- Half of our test suite is failling against jquery-git
- http://swarm.jquery.org/job/548
- Remove use of
.bind()
, etc.- Alex to send a PR that removes use of event aliases
- Eventually get tests running against a custom build that doesn't have the deperecated module or the event alias module