jQuery UI Team Meeting – Dec 04 2013


  • AMD
    • https://github.com/jquery/jquery-ui/pull/1029
    • Renamed files
    • Added return values for AMD
    • Will use comments for CSS: Add to UI, but implement in DB later
    • Discussion on how to test the UMD wrappers, including the return value
      • Need to write tests for the AMD syntax
      • Update or replace resource loader with an AMD loader. If that turns out to be a bad idea, add a test for each widget that loads it via AMD.
  • Upcoming Releases
  • Accessibility
  • Button
  • Ticket triage
    • 5 pending ticket +2
    • 394 tickets total -1
    • 45 pull requests +2
  • CLDR
    • Date formatting and parsing mostly done
    • Merge CLDR branch to master, but don't release until it works for jQuery UI (spinner!)
    • Collaboration with Moment.js is looking good, will likely meet with them again tomorrow
  • Datepicker
    • TJ filled out the options list on the wiki
    • Alex to test the rewrite on mobile and report issues. Inline datepicker seems like the wrong solution. Status?
    • Still to do:
    • Update $.date to remove the jQuery dependency.
    • Fixing multi-month, WIP
    • Discussed moving $.date to Globalize, as its own module, but within the library. Not much favor, need an alternative solution.
  • Draggable
    • Mike landed better scrollParent
    • Dave and Mike to fix TestSwarm failures