- Ticket triage
- 396 tickets total +8
- 42 pull requests +1
- Datepicker
- Scott to review calendar rebase PR
- Globalize
- Created number format generator.
- Created number parser generator.
- Working on date format generator.
- Planning 1.11.2 for next week.
- Wiki cleanup
- Go through wiki and remove pages for widgets not on the roadmap.
Author Archives: builder
jQuery Core Team Meeting – Sep 15 2014
Attending: DaveMethvin, gibson042, mikesherov
Note: Timmy on vacation Aug 31-Sept 21
link Trac
- I will ping about that, i think they made progress last week
link Promises/A+ compat for jaubourg's pull request
- m_gol got it mostly working
- some fails related to invalid args
- need a solution for
dfd.done( fnThrows ).then( neverCalled )- keep a separate list of callbacks for .then() vs .done()?
- need analog to Promise.unhandledRejection proposal from Domenic
- http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2014-September/297601.html
- (questions about whether onerror or unhandledRejections is best)
- see if jauborg and m_gol can finish this
- Promises error telemetry - Mike to reach out to Domenic
link $.xhr
- markelog and gibson042 to create some examples based on typical ajax usage
- review at next meeting
jQuery Core Team Meeting – Sep 11 2014
Location: In person, Chicago jQCon
Attending: DaveMethvin, markelog, gibson042, m_gol
link Versioning
- If we are going npm we should obey semantic versioning
- The .then() change will be breaking
- Might as well remove other things like .andSelf()
- New versioning
- 1.x now jquery-legacy-3.x
- 2.x now jquery 3.x
link Deferred pull request for Promise/A compat on .then()
- Comments on the PR
- A branch with tests applied:
- https://github.com/jquery/jquery/tree/standard-then-tests (run
grunt promises-aplus-tests)
- https://github.com/jquery/jquery/tree/standard-then-tests (run
link xhr
- Design goal: allow standalone usage
- Simple xhr module in a wrapper
|
1
2
3
4
5
6
7
8
9
10
|
|
- Simple case:
jQuery.xhr( url, options ).then( handlerA ).then( handlerB ) - beforeSend case:
|
1
2
3
4
5
|
|
- Super-advanced case:
|
1
2
3
4
5
6
|
|
- Does an unsent Promise that has mutability violate the Promise/A+ spec? Or does the mutability only apply to the resolution? No. Does not appear to apply to the returned promise, which can be augmented, only to the resolved value of the promise
- options necessary to functionality: method, user, pass, body, query (RFC), beforeSend
- options nice to keep: cache, ifModified, headers
- jxrPromise: .abort(), .xhr property
- Rejects on: Exception, timeout, abort
- what about 4xx/5xx? or a 0 (network error)
- implied success:
jQuery.xhr( url ).then( jQuery.xhr.rejectHTTPError ) - implied failure:
jQuery.xhr( url ).catch( jQuery.xhr.ifResponse )
- implied success:
- Resolved value: raw native xhr
- Rejected value: Error object, potentially with .xhr property, .options object
jQuery Mobile Team Meeting – Sep 04 2014
- Ticket Triage:
- 349 tickets +29
- 18 pull requests -3
link 1.4.4
- Release
- Going to release in chicago codefreeze friday before?
- Unified widget-outside-page demo
- Gonna do it past the codefreeze, because it's demo-only
- Pointer Events
- Call was interesting we continue forward with polyfill
link 1.5 development
Roadmap update
- Button, Checkboxradio, Controlgroup ui re-writes
- Classes Option
- Download Builder
- Navbar
- Table
Widgets:
- Remove style options from widgets, use classes in markup instead
- widget
- Table review
- Working on moving the column toggle popup to an extension with button as option and writing new tests
- https://github.com/jquery/jquery-mobile/pull/7372
- Navbar review
- New PR against navbar-review branch
- https://github.com/jquery/jquery-mobile/pull/7473
- Listview review
- no planning yet
- Toolbar review
- no planning yet
- Selectmenu review
- no planning yet
- Panel review
- review or wait for rewrite
- Remove style options from widgets, use classes in markup instead
Remove deprecated code
Navigation: Start with API review
- Start with API review:
- Alex will work on this
- Establish the API
- Hash/query params according specs
- Support deeplinking
- Unique entries when popstate is available? allows us to distinguish navigation to the same page twice
- Start with API review:
Namespacing:
- Switch to fixed namespace: data-ui-*
Tests:
- Remove test for deprecated features and flaky tests (especially dialog)
- in progress
- pagecontainer needs tests
- Remove test for deprecated features and flaky tests (especially dialog)
Download Builder:
- Use jQuery UI’s download builder
- Rafael working on this
- Use jQuery UI’s download builder
link Other topics:
- css transitions
- should they stay or should they go
- http://jsbin.com/xatiz/1/edit
- draggable panel
- browserstack-runner
- get tests running here
- select menu
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- will be talking to scott and felix about ui select menu next week
- http://view.jquerymobile.com/select-fallback/demos/selectmenu-custom/
- Touch event behavior details across browsers
- future of pointer events may be in jeopardy going to help scott and dave push for implementation
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- 3rd party code demos
- provide guideline + make them stand out more in the demos
- Jasper will work on this for 1.5 release - no updates
- https://github.com/jquery/jquery-mobile/issues/7377
- provide guideline + make them stand out more in the demos
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
cultureandnumberFormatoptions withparserandformatteroptions.
- Replace
jQuery Core Team Meeting – Sep 01 2014
Attending: DaveMethvin, markelog, gibson042,
Note: Timmy on vacation Aug 31-Sept 21
link Trac
- Volunteers are making progress on new setup
- Had two new volunteers, including a Trac core contributor
link Promise/A+ compat
- gibson042 proposal seems like it should work!
- Checking with jaubourg on his availability, markelog and gibson042 are interested
link $.xhr
- Build options object interface
- Below it is a chaining interface?
- exposes (not wraps) underlying xhr method
- limited compat with old IE and ActiveX method?
- (See discussion in IRC)
link Pull Requests
- Please review and comment
- markelog to land a few today
- gibson042 and dmethvin to work on them tomorrow
link Tickets
- 1.12/2.2 tickets: http://goo.gl/NsAfgV
- http://bugs.jquery.com/ticket/15205
- tickets needing an owner: http://goo.gl/v8YQdp
jQuery Mobile Team Meeting – Aug 28 2014
- Ticket Triage:
- 320 tickets -32
- 21 pull requests -16
link 1.4.4
- Release
- Going to release in chicago codefreeze friday before?
- Unified widget-outside-page demo
- Can someone else please take it on?
- Pointer Events
- Call was interesting we continue forward with polyfill
link 1.5 development
Roadmap update
- Button, Checkboxradio, Controlgroup ui re-writes
- Classes Option
- Download Builder
- Navbar
- Table
Widgets:
- Remove style options from widgets, use classes in markup instead
- widget
- Table review
- Working on moving the column toggle popup to an extension with button as option and writing new tests
- https://github.com/jquery/jquery-mobile/pull/7372
- Navbar review
- New PR against navbar-review branch
- https://github.com/jquery/jquery-mobile/pull/7473
- Listview review
- no planning yet
- Toolbar review
- no planning yet
- Selectmenu review
- no planning yet
- Panel review
- review or wait for rewrite
- Remove style options from widgets, use classes in markup instead
Remove deprecated code
Navigation: Start with API review
- Start with API review:
- Alex will work on this
- Establish the API
- Hash/query params according specs
- Support deeplinking
- Unique entries when popstate is available? allows us to distinguish navigation to the same page twice
- Start with API review:
Namespacing:
- Switch to fixed namespace: data-ui-*
Tests:
- Remove test for deprecated features and flaky tests (especially dialog)
- in progress
- pagecontainer needs tests
- Remove test for deprecated features and flaky tests (especially dialog)
Download Builder:
- Use jQuery UI’s download builder
- Rafael working on this
- Use jQuery UI’s download builder
link Other topics:
- css transitions
- should they stay or should they go
- http://jsbin.com/xatiz/1/edit
- draggable panel
- browserstack-runner
- get tests running here
- select menu
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- will be talking to scott and felix about ui select menu next week
- http://view.jquerymobile.com/select-fallback/demos/selectmenu-custom/
- Touch event behavior details across browsers
- future of pointer events may be in jeopardy going to help scott and dave push for implementation
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- 3rd party code demos
- provide guideline + make them stand out more in the demos
- Jasper will work on this for 1.5 release - no updates
- https://github.com/jquery/jquery-mobile/issues/7377
- provide guideline + make them stand out more in the demos
jQuery UI Team Meeting – Aug 27 2014
- Ticket triage
- 384 tickets total -15
- 35 pull requests -1
- Button
- Alex did lots of updates; Jörn did another round of review.
- Wrote tests and demos for controlgroup.
- Datepicker
- TJ reviewed rebased calendar split; Scott and Jörn to review.
- Selectmenu
- Don't copy accesskey since it doesn't work everywhere.
- Test what happens if we leave it on the original elements.
- Fixed issue with items being hovered when navigating with keyboard.
- Don't copy accesskey since it doesn't work everywhere.
- 1.12.0
- Button rewrite
- Classes option (PR)
- Effects rewrite
- Menu: Reintroduce wrappers around elements
- Selectmenu: _renderButtonItem() (PR)
- Tooltip: Allow jQuery objects for content (PR)
- Split effects
- After 1.12, decide whether to land this or finally say no.
- Globalize
- Support datepicker and spinner.
- 1.0.0 milestone: Must have for 1.0.0.
jQuery Mobile Team Meeting – Aug 21 2014
- Ticket Triage:
- 352 tickets
- 37 pull requests
link 1.4.4 issues
- several regressions fixed
- Panel
- need event that happens after beforeopen, but before ... open
link 1.5 development
Widgets:
- Remove style options from widgets, use classes in markup instead
- widget
- Table review
- Working on moving the column toggle popup to an extension with button as option and writing new tests
- https://github.com/jquery/jquery-mobile/pull/7372
- Navbar review
- New PR against navbar-review branch
- https://github.com/jquery/jquery-mobile/pull/7473
- Listview review
- no planning yet
- Toolbar review
- no planning yet
- Selectmenu review
- no planning yet
- Panel review
- review or wait for rewrite
- Remove style options from widgets, use classes in markup instead
Remove deprecated code
Navigation: Start with API review
- Start with API review:
- Alex will work on this
- Establish the API
- Hash/query params according specs
- Support deeplinking
- Unique entries when popstate is available? allows us to distinguish navigation to the same page twice
- Start with API review:
Namespacing:
- Switch to fixed namespace: data-ui-*
Tests:
- Remove test for deprecated features and flaky tests (especially dialog)
- in progress
- pagecontainer needs tests
- Remove test for deprecated features and flaky tests (especially dialog)
Download Builder:
- Use jQuery UI’s download builder
- Rafael working on this
- Use jQuery UI’s download builder
link Other topics:
- css transitions
- should they stay or should they go
- http://jsbin.com/xatiz/1/edit
- draggable panel
- browserstack-runner
- get tests running here
- select menu
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- will be talking to scott and felix about ui select menu next week
- http://view.jquerymobile.com/select-fallback/demos/selectmenu-custom/
- Touch event behavior details across browsers
- future of pointer events may be in jeopardy going to help scott and dave push for implementation
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- 3rd party code demos
- provide guideline + make them stand out more in the demos
- Jasper will work on this for 1.5 release - no updates
- https://github.com/jquery/jquery-mobile/issues/7377
- provide guideline + make them stand out more in the demos
jQuery UI Team Meeting – Aug 20 2014
- Ticket triage
- 399 tickets total -14
- 36 pull requests -4
- Button
- Finished implicit label support.
- Finished focus styling.
- Datepicker
- Felix rebased calendar split; ready for review.
- Widget Factory
- The
disabledoption isn't handled on init.- Add
_setOptionDisabled()and call it from_create()and_setOption().
- Add
- The
- Not implementing code metric checks.
- Switching to AMD for demos and tests.
- Interactions
- Create a milestone release when draggable is ready.
- There will not be a 1.9.3 release.