jQuery UI Team Meeting – Oct 08 2014

  • Ticket triage
    • 399 tickets total +1
    • 41 pull requests -2
  • Button
    • Alex and Scott discussed back compat; documented on wiki
      • No back compat for two icons. There's no upgrade path anyway, so users will need to drop one of the icons to upgrad eventually.
  • Checkboxradio
    • Icon should be turned on by default
  • Datepicker
    • Scott did first round of review on new PR
  • Globalize
    • Had a discussion with IBM and Dojo about collaboration and adoption of cldr-data and cldr.js
      • John to work with Rafael to integrate the cldr-data module
      • Rafael and Jörn to check out the i18n requirejs plugin
      • Rafael/John to schedule a follow-up meeting once there’s some progress to look at
  • Classes option

jQuery UI Team Meeting – Oct 01 2014

jQuery UI Team Meeting – Sep 24 2014

  • Ticket triage
    • 396 tickets total +0
    • 41 pull requests -1
  • Button
    • Alex merged Jasper's CSS fixes
    • Better splitbutton demo, using button and selectmenu, much simpler and much less accessibility issues
    • Alex to work on backcompat for button options, put it on wiki first
  • Datepicker
  • Selectmenu
  • Globalize
    • Working on cldr data as versioned (peer) dependency
  • Classes option
  • Wiki cleanup
    • Deleted lots of baggage; Jörn has a backup
  • Menu
    • TJ working on bringing back wrappers, aka div sewage

jQuery UI Team Meeting – Sep 03 2014

  • Ticket triage
    • 388 tickets total +4
    • 41 pull requests +6
  • Button
    • Rebased with classes option.
    • Created a product selector demo.
      • Too complex, need to simplify.
    • Wrote tests and demos for controlgroup.
  • Datepicker
    • Keep translation in options and delegate to user to provide non-English values.
  • Selectmenu
    • Don't copy accesskey since it doesn't work everywhere.
  • Classes option needs to support changes after init.
  • Spinner
    • Replace culture and numberFormat options with parser and formatter options.

jQuery UI Team Meeting – Aug 27 2014

jQuery UI Team Meeting – Aug 20 2014

jQuery UI Team Meeting – Aug 13 2014

  • Ticket triage
    • 413 tickets total +4
    • 40 pull requests -3
  • Button
    • Ready for another round of review, again
    • Working on implicit label support and focus styling, in separate branches
    • Jörn reviewed again and Alex made more changes
    • Emulating OS X focus outline, easy to override
    • Finishing controlgroup is next
    • Alex to send PR to move this.window and this.document init before _getCreateOptions call
    • Update jscs in master, then rebase button branches
  • Datepicker
  • 1.11 Regressions
  • 1.11.1
    • Released! Hooray!
  • Selectmenu
  • PointerEvents
    • Polymer has deprecated the polyfill
    • We should review how much to invest in PE when Scott gets back
    • If we still want to persue, should we see if we can adopt the repo?
    • Kris organizing a call when Scott is back to discuss.

jQuery UI Team Meeting – Aug 06 2014

jQuery UI Team Meeting – Jul 30 2014

  • Ticket triage
    • 408 tickets total -8
    • 41 pull requests -6
  • Button
    • Ready for another round of review
    • Working on implicit label support and focus styling, in separate branches
    • Jörn to review
  • Datepicker
  • 1.11 Regressions
    • trac report
    • 3 that can be addressed in 1.11.1 (no breaking changes necessary)
  • Bootstrap
  • Selectmenu
    • Copying attributes for select and options, title on options, accesskey on button
    • Decision to copy title for <option> and accesskey for <select>
    • Copying autofocus wouldn't do anything, since its only valid for form elements