jQuery UI Team Meeting – Jul 08 2015

jQuery UI Team Meeting – Jun 17 2015

jQuery UI Team Meeting – Jun 10 2015

jQuery UI Team Meeting – Jun 03 2015

jQuery UI Team Meeting – May 27 2015

  • Ticket triage
    • 384 tickets total +3
    • 21 pull requests +2
  • Button
  • 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.
  • Remove use of .bind(), etc.

jQuery UI Team Meeting – May 25 2015

jQuery UI Team Meeting – May 20 2015

  • Ticket triage
    • 384 tickets total +3
    • 21 pull requests +2
  • Button
  • 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
  • Remove use of .bind(), etc.

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
  • 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