- AMD
- Land now without modifying tests, do that later
- Button
- Rewrite updated to use spans for icons instead of :before/:after
- Ticket triage
- 2 pending tickets, +1
- 397 tickets total, +4
- 38 pull requests, +1
- CLDR
- Working on date module, parsing and formatting exact dates
- Working through issues with timezone handling.
- Draggable
- Dave and Mike to fix TestSwarm failures
- Touch Action Support
Author Archives: builder
jQuery Core Team Meeting – Jan 20 2014
Attending: DaveMethvin, markelog, m_gol
link 1.11/2.1 release
- Any tickets to land? Only critical ones please
- http://bugs.jquery.com/ticket/14680 - scheduled for .1
- When? Target this Thursday
link Blog post on delegated events
- https://github.com/blog/1756-optimizing-large-selector-sets
- A bit deceptive b/c he used 500+ events of the same type
- Real case is more like 150 (still huge)
- Bringing back quickIs from 1.7.2 helps a lot -http://jsperf.com/jquery-selector-set-trigger/8
link Test infrastructure
- Totally hosed
- gnarf still stumped
- Asked jzaeffer/Krinkle to unhose this
- Seems related to Jenkins plugin update
- Internal jquery/infrastructure ticket on this
link jquery-release
- Need to double check before doing the release
- npm publishing didn't work right for some reason
link api.jquery.com (and every site on WordPress!)
- Or rather >every website using wordpress< which is pretty much all of them…
- We're using jQuery Migrate! Really shouldn't
- Volunteers to help fix this? Prob just a bad plugin or .attr() misuse
- dmethvin and m_gol
link 1.12/2.2 planning for San Diego meeting
*I'll send around a Google Docs link
jQuery Mobile Team Meeting – Jan 16 2014
- Swipe event
- Panel widget
- https://github.com/jquery/jquery-mobile/pull/6947
- has to wait until 1.5
- https://github.com/jquery/jquery-mobile/pull/6947
- dependencies
- https://github.com/jquery/jquery-mobile/pull/6868
- landed on Jan 10 '14
- needs to be documented
- https://github.com/jquery/jquery-mobile/pull/6868
- code coverage
- Find out if there is a way to report coverage only at the end of the test cycle
- https://github.com/jquery/jquery-mobile/issues/6959
- Ghislain contacted coveralls to see if we can delay the posting of the coverage result
- unit tests
- Code Climate
- https://codeclimate.com/
- Don't use if results are going to be misinterpreted; no updates
- https://codeclimate.com/
- TravisCI
- Split unit and integration tests in different execution cycles
- https://github.com/jquery/jquery-mobile/pull/6922
- Create 4 more matrix variables: --types=unit, --types=integration, --suites=!navigation, --suites=navigation
- API docs iframes
- remove iframe examples for widgets that can be used outside page
- https://github.com/jquery/api.jquerymobile.com/issues/213
- need to comment on issue which widget can be used standalone
- have to set $.mobile.gradeA=$.noop to prevent JQM taking over the page
jQuery UI Team Meeting – Jan 15 2014
- AMD
- Going to land the changes and change the tests later.
- Accessibility
- Autocomplete live region update landed in master.
- Autocomplete
- Disabled items won't be handled out-of-the-box.
- Ticket triage
- 1 pending ticket, +/-0
- 393 tickets total, -3
- 37 pull requests, -12
- Draggable
- Dave and Mike to fix TestSwarm failures
- CSS Linter
- https://github.com/jquery/jquery-ui/pull/1152
- Waiting for review from WordPress
jQuery Core Team Meeting – Jan 13 2014
Attending: DaveMethvin, gnarf, markelog, jauboug, m_gol, timmywil
link 1.11/2.1 RC?
- Dave putting out the help beacon!
- 1.x branch failing due to sinon fake timers
- Date.now assignments removed
- Still failing, timers aren't finished
- m_gol to look
- jquery-release fails on Windows
- shelljs sync execution seems to mess up quotes
- timmywil to release
link Pull requests for RC
- https://github.com/jquery/jquery/pull/1482 markelog to land
- https://github.com/jquery/jquery/pull/1466 markelog to land
link Tickets for RC
- http://bugs.jquery.com/ticket/14663
- http://bugs.jquery.com/ticket/14484 push
- http://bugs.jquery.com/ticket/14038 push, together with #14484
jQuery Mobile Team Meeting – Jan 09 2014
- Panel widget
- https://github.com/jquery/jquery-mobile/pull/6820
- Needs review
- https://github.com/jquery/jquery-mobile/pull/6820
- Removing style options
- web-ui-fw team is going to work on removing style options from widgets for 1.5
- description of new API for all affected widgets needed
- web-ui-fw team is going to work on removing style options from widgets for 1.5
- dependencies
- https://github.com/jquery/jquery-mobile/pull/6868
- one last PR from Ghislain to review + merge
- https://github.com/jquery/jquery-mobile/pull/6868
- code coverage
- https://github.com/jquery/jquery-mobile/tree/karma#jquery-mobile--
- for local browser testing and code coverage via coveralls.io
- Landed on Jan 8th '14
- unit tests
- Code Climate
- https://codeclimate.com/
- Don't use if results are going to be misinterpreted
- https://codeclimate.com/
- TravisCI
- Split unit and integration tests in different execution cycles
- Create 4 more matrix variables: --types=unit, --types=integration, --suites=!navigation, --suites=navigation
- Split unit and integration tests in different execution cycles
- API docs iframes
- remove iframe examples for widgets that can be used outside page
jQuery UI Team Meeting – Jan 08 2014
- AMD
- https://github.com/jquery/jquery-ui/pull/1029
- Working on tests
- https://github.com/jquery/jquery-ui/pull/1029#issuecomment-30845291
- Use AMD in the tests
- Accessibility
- Tooltip PR landed!
- Dylan now looking at live region in autocomplete
- Button
- PR for review:
- https://github.com/jquery/jquery-ui/pull/1126
- Alex started working on checkbox/radio.
- Working on an implementation using spans for icons
- Porting docs to planning wiki
- Menu
- Added _isDivider() extension point + docs
- Autocomplete
- Disabled items
- https://github.com/jquery/jquery-ui/pull/1163
- Scott to build an extension and close the ticket
- Selectmenu
- Need to figure out what to do about native menu option
- Empty options issue, see #9701
- See menu above
- Alex reported some mobile issues, see wiki comment
- Ticket triage
- 1 pending ticket, +/-0
- 396 tickets total, +2
- 49 pull requests, +6
- Classes Option
- http://wiki.jqueryui.com/w/page/65050459/Classes%20Option
- Still needed, not just for compat with Mobile themes
- Alex to finish his testing. Status?
- Effects Rewrite
- https://github.com/jquery/jquery-ui/pull/1017
- Mike asked for review, still pending.
- Otherwise, two issues: 1. failing tests (which I think are faulty tests), 2. one of the effects actually needs to modify layout, so that one should use placeholder, but the placeholder should shrink accordingly
- Any news since last week?
- Datepicker
- Alex to test the rewrite on mobile and report issues. Inline datepicker seems like the wrong solution. Status?
- Determining what formats to support for min/max
- Start with just date, determine how to handle strings with Globalize
- Drop support for numbers, confusing compared to timestamps, and duplicative of "+2d" which can be handled through libraries like moment.js.
- Draggable
- Dave and Mike to fix TestSwarm failures
- CSS Linter
- https://github.com/jquery/jquery-ui/pull/1152
- https://github.com/nzakas/parser-lib/pull/98
- New version of parser-lib released. Ready to re-test the jquery-ui PR.
jQuery Core Team Meeting – Jan 06 2014
Attending: DaveMethvin, gnarf, markelog, jaubourg, m_gol, gibson, rwaldron
link Next stop, 1.11/2.1 RC?
- Date? Shoot for Thu/Fri this week
- Would like to have final next week, "State of jQuery"
link Pull requests
link Tickets for RC
- http://bugs.jquery.com/ticket/14663
- Seems like we'll need 1.11 on npm
- http://bugs.jquery.com/ticket/14484 gibson042 to look at on Weds
- http://bugs.jquery.com/ticket/14038 markelog to work on simple fix
- http://bugs.jquery.com/ticket/14283 notabug
- Is this really a bug? is never visible -- nope, add some docs
link Triage
- http://bugs.jquery.com/ticket/14672
- Let's just document that it's a dumb thing to do.
- http://bugs.jquery.com/ticket/13767
- was closed but the explanation doesn’t match the whole picture
- http://bugs.jquery.com/ticket/14664
- get more info
jQuery Mobile Team Meeting – Jan 02 2014
- Filterable backcompat
- https://github.com/jquery/jquery-mobile/pull/6823
- Gabriel is working on this
- https://github.com/jquery/jquery-mobile/pull/6823
- dependencies
- https://github.com/jquery/jquery-mobile/pull/6868
- one last PR from Ghislain to review + merge
- https://github.com/jquery/jquery-mobile/pull/6868
- karma
- https://github.com/jquery/jquery-mobile/tree/karma#jquery-mobile--
- for local browser testing and code coverage via coveralls.io
- Ghislain is looking into this
jQuery Core Team Meeting – Dec 30 2013
Attending: DaveMethvin, markelog, gibson042
link Next stop, RC?
- Date? How about Thursday January 2?
- karma-related
- https://github.com/jquery/sizzle/pull/235 markelog to land
- Pull requests
- https://github.com/jquery/jquery/pull/1470 markelog lands
- https://github.com/jquery/jquery/pull/1430 gibson042 lands
link Tickets regarding npm-related changes
- http://bugs.jquery.com/ticket/14650 notabug
- http://bugs.jquery.com/ticket/14646 no response?
- seems like a docs bug, precipitated by the upgrade of npm jquery from 1.8.3 for very strange edge cases
- https://github.com/jquery/jquery/pull/1457 - dave landed
link Others to do before RC/final?
- http://bugs.jquery.com/ticket/14283 dave
- http://bugs.jquery.com/ticket/14541 dave
- http://bugs.jquery.com/ticket/14484 gibson042
- http://bugs.jquery.com/ticket/14038 timmywil
- http://bugs.jquery.com/ticket/14656 gibson042 (may be wontfix)
- http://bugs.jquery.com/ticket/14657 gibson042
- http://bugs.jquery.com/ticket/14623 dave
link "Fixes" vs "Fix"
- Yep, current info at contribute.jquery.org is fine
link Ship a new Migrate (dave)
- Waiting on core release to be sure nothing more is needed