- Attending: Todd Parker, John Bender, Jasper de Groot, Anne-Gaelle Colom, Alex Schmitz, Ghislain Seguin, Ralph Whitbeck, Jeff Lembeck, Keith Pepin
link Todd
- Big push on finishing 1.3 features:
- Down to 9 open issues! 47 closed - https://github.com/jquery/jquery-mobile/issues?milestone=19&page=1&state=open
- Responsive panels are feature complete, draft documentation created. Working performance optimization and tests now. Mat, Jeff, Scott, Todd working on this. Panel demo (in progress) - http://jquerymobile.com/branches/slide-panel/docs/panels/index.html
- Added new icons for bars (nav) and edit (pencil) in panel branch, hoping to switch over to SVG w/fallbacks for 1.4 to make this easier - http://jquerymobile.com/branches/slide-panel/docs/buttons/buttons-icons.html
- Dual handle range slider now in a branch for final testing -
- Non-prefixed page animations for IE10 support - we have branch up with non-prefixed transitions and updated 3D and transition tests - going to land soon - https://github.com/jquery/jquery-mobile/tree/unprefixed-transitions
- Key Changes being tracked here for 1.3 blog post: https://github.com/jquery/jquery-mobile/wiki/1.3-Release-Notes
- Maintenance release work and changelog has been pushed off in order to focus on finishing new features for 1.3, but that work will resume soon
- Alex and Jasper are doing an awesome job on triage - down to 273 issues
link John Bender
- simple-nav is merged and green except for sequence tests
- grunt-junit fix
link Jasper de Groot
- keep making progress on triage (273 open issues now)
- fixed issues with textinputs, updated unit tests
- reviewed and modified PR option collapsible without icons (landed) https://github.com/jquery/jquery-mobile/pull/5327
- added examples of new options to docs (dialog close button & corners, collapsible corners)
- demos view source code: it’s now possible to select a specific script or style element in the head by giving it an ID and add data-demo-js=”#myID”
- noticed that persistent toolbars are broken http://jquerymobile.com/test/docs/toolbars/footer-persist-a.html
- worked on slider/range CSS, have to test when range widget is done
- working on demos for 1.3
link Anne-Gaelle Colom
- api docs:
- changed controlgroup for new version of grunt
- changed page loading widget (added options/methods/events and demos)
- corrected dimissable -> dimissible in popup/options.html
- added corners options to collapsibles and collapsible sets
- the API docs format issue is resolved and all parties are happy!
- changed jQuery core version from 1.7.2 to 1.8.2 in ThemeRoller.
link Ghislain Seguin
- Looking at https://github.com/jquery/jquery-mobile/issues/5096
- When can we start using Mergeatron?
link Scott Jehl
- Jeff and Matt have done some great work on the panel and I'm looking to help smooth the transitions. We're making progress We’ll likely want to use some HW accel on the elements involved in the panel transitions only during transitions, for memory reasons. The slide-panel branch has an unconditional 3d transform in there now and it appears to be helping a lot in testing. More to do
link Alexander Schmitz
- Created way to do deeplinking in the demo docs
- this will be for docs only not library
- will make demo to show people how we do this
- merged rewrite of swipe event
- continued work on range widget
- triage
- Presistant toolbars VERY broken investigating this its a regression.
- tracked down header load issue with reader
link Ralph Whitbeck
- Continue work on the jQuery Mobile Cookbook for O’Reilly http://jquerymobilecookbook.com
- Approved as speaker at this years Fluent Conf to talk about jQuery Mobile http://fluentconf.com/fluent2013/public/schedule/speakers
link Jeff Lembeck
- Finished API of panel. Flossing out last tests of it. Also cleaning up code and fixing related bugs