jQuery Core Team Meeting – Jun 02 2014

Attending: DaveMethvin, timmywil, m_gol, gibson042, markelog

link 1.11.2 / 2.1.2 watch

  • Anything that requires a patch release?
  • If not, let's start landing 1.12/2.2 changes

link Pulls

  • Wrap depends on clone
  • Ajax depends on events - remove that
  • License changes for consistency
  • QUnit eliminating globals
  • Interop with standard Promise
  • Sizzle testing:

jQuery Mobile Team Meeting – May 29 2014

  • window/document context awareness
    • We assume outside of widgets that document and window refer to the correct document and the correct window
      • implementing this in navigation is something we for the long long term (if ever)
  • tests
    • always run tests in the browser, not only in Phantom JS - turned out that many tests were broken
      • agreed
    • unit tests should not require the whole framework

link 1.5 development

  • Widgets:
  • 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
  • Adopt widgets from UI:
    • Menu
      • no planning yet
    • Autocomplete
      • no planning yet
    • Selectmenu (if ready)
      • probably not ready in time
    • Datepicker (if ready)
      • probably not ready in time
    • Spinner
      • no planning yet
  • Namespacing:
    • Switch to fixed namespace: data-ui-*
  • Events:
    • review swipe (event data used)
      • taken care of in 1.4.2
  • Tests:
    • Remove test for deprecated features and flaky tests (especially dialog)
      • in progress
  • Download Builder:
    • update the file structure in the Mobile repo to match UI's
      • done
    • Use jQuery UI’s download builder
      • Rafael working on this
  • Tools: Adopt jquery-release script
    • done

link Other topics:

jQuery UI Team Meeting – May 28 2014

  • Ticket triage
    • 3 pending tickets -1
    • 410 tickets total -1
    • 40 pull requests +2
  • Globalize
  • 1.11.0-beta.2
    • Either all is well or no one is testing
  • Selectmenu
  • checkbox focus outline
    • Active checkbox needs a focus indicator
    • Try to use native outline via CSS where possible (Chrome), use custom styles to emulate Chrome's outline elsewhere

jQuery Mobile Team Meeting – May 22 2014

link 1.5 development

  • Widgets:
  • 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
  • Adopt widgets from UI:
    • Menu
      • no planning yet
    • Autocomplete
      • no planning yet
    • Selectmenu (if ready)
      • probably not ready in time
    • Datepicker (if ready)
      • probably not ready in time
    • Spinner
      • no planning yet
  • Namespacing:
    • Switch to fixed namespace: data-ui-*
  • Events:
    • review swipe (event data used)
      • taken care of in 1.4.2
  • Tests:
    • Remove test for deprecated features and flaky tests (especially dialog)
      • in progress
  • Download Builder:
    • update the file structure in the Mobile repo to match UI's
      • done
    • Use jQuery UI’s download builder
      • Rafael working on this
  • Tools: Adopt jquery-release script
    • done

link Other topics:

jQuery Core Team Meeting – May 19 2014

Attending: DaveMethvin, m_gol, timmywil, markelog, gibson042

link 1.11.2 / 2.1.2 watch

  • Anything that requires a patch release?

link Bugs

  • use isNaN instead?

link Pulls

  • Use page viz api to determine whether to run animation
  • too big to land as-is
  • see if we can work with him to reduce

link Failing IE6/7 tests in .data()

  • Source of the problem isn't clear, very few changes recently
  • Could be the <object> tests, maybe a change at BrowserStack
  • m_gol to check with BS

link Google bug bounty

  • Replied to them with a go-ahead based on team response

link 1.12/2.2 planning

jQuery Mobile Team Meeting – May 15 2014

link 1.5 development

  • Widgets:
  • 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
  • Adopt widgets from UI:
    • Menu
      • no planning yet
    • Autocomplete
      • no planning yet
    • Selectmenu (if ready)
      • probably not ready in time
    • Datepicker (if ready)
      • probably not ready in time
    • Spinner
      • no planning yet
  • Namespacing:
    • Switch to fixed namespace: data-ui-*
  • Events:
    • review swipe (event data used)
      • taken care of in 1.4.2
  • Tests:
    • Remove test for deprecated features and flaky tests (especially dialog)
      • in progress
  • Download Builder:
    • update the file structure in the Mobile repo to match UI's
      • done
    • Use jQuery UI’s download builder
      • Rafael working on this
  • Tools: Adopt jquery-release script
    • done

link Other topics:

jQuery UI Team Meeting – May 14 2014

  • Ticket triage
    • 2 pending tickets +2
    • 410 tickets total +2
    • 36 pull requests -4
  • Globalize
  • Download builder
  • _on() signature
  • checkbox focus outline
    • Active checkbox needs a focus indicator
    • Leaving it up to the user to style ui-state-focus is awful
    • jQuery Mobile currently uses box-shadow to add a custom focus outline
    • Can't recreate native outline
    • Still no solution, will continue discussion elsewhere

jQuery Core Team Meeting – May 12 2014

Attending: DaveMethvin, m_gol, timmywil, markelog, gibson042

link 1.11.2 / 2.1.2 watch

  • Anything that requires a patch release?

link Angular use of .data()

  • Makes use of jQuery._data()
  • Issues:
    • copying _data(node, ‘events’) won’t work with events with setup/teardown hooks
  • Should we expose in the 2.x branch so Angular 1.3 could use it?
    • Yes, we need to leave jQuery._data() in place
    • Perhaps document so people would know to leave it alone?

link Pulls

link 1.12/2.2 planning

jQuery Mobile Team Meeting – May 08 2014

link 1.5 development

  • .trigger( "change" )
  • 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
  • Widgets:
    • Remove style options from widgets, use classes in markup instead
      • Web-UI-Framework team is working on this
    • Table review
      • Gabriel will work on this
    • Navbar review
    • Listview review
      • no planning yet
    • Toolbar review
      • no planning yet
    • Selectmenu review
      • no planning yet
    • Panel review
      • review or wait for rewrite
  • Adopt widgets from UI:
    • Menu
      • no planning yet
    • Autocomplete
      • no planning yet
    • Selectmenu (if ready)
      • probably not ready in time
    • Datepicker (if ready)
      • probably not ready in time
    • Spinner
      • no planning yet
  • Namespacing:
    • Switch to fixed namespace: data-ui-*
  • Events:
    • review swipe (event data used)
      • taken care of in 1.4.2
  • Tests:
    • Remove test for deprecated features and flaky tests (especially dialog)
      • in progress
  • Download Builder:
    • update the file structure in the Mobile repo to match UI's
      • done
    • Use jQuery UI’s download builder
      • Rafael working on this
  • Tools: Adopt jquery-release script
    • done

link Other topics: