jQuery Core Team Meeting – Jul 09 2018

Attending: timmywil, dmethvin, jbedard, markelog, mgol, gibson042 Location: https://gitter.im/jquery/meeting

link Issues needing review

link BrowserStack removed emulators half a year early. :(

link 3.4 Issues

jQuery Core Team Meeting – Jul 02 2018

Attending: timmywil, gibson042, mgol, markelog Location: https://gitter.im/jquery/meeting

link Issues needing review

link 3.4 Issues

jQuery Core Team Meeting – Jun 25 2018

Attending: timmywil, mgol, jbedard, dmethvin Location: https://gitter.im/jquery/meeting

link Issues needing review

  • https://github.com/jquery/codeorigin.jquery.com/issues/23
    • Yes, remove
    • Manual sourcemap association
      • Chrome, DevTools, Sources Tab, open a file and right click its contents
  • Can we drop special treatment of boolean attrs? https://github.com/angular/angular.js/issues/16602#issuecomment-397794145
    • Too much of a breaking change. The special treatment is there to avoid users doing things like .attr(‘checked’, false), which would actually be true, and .attr(‘checked’, true), which would not be valid. This would happen all the time and cause more problems than it solves.
    • Some options
      • limit the disabled behavior to form elements. In fact, many boolean attributes only apply to form elements.
      • Check for the existence of the attribute first
      • Only change the value for empty string, maybe don’t change the string at all. Still remove on false (note: not “false”).
    • https://github.com/jquery/jquery/issues/4114

link 3.4 Issues

jQuery Core Team Meeting – Jun 18 2018

Attending: timmywil, jbedard, mgol, markelog Location: https://gitter.im/jquery/meeting

link Issues needing review

link 3.4 Issues

jQuery Core Team Meeting – Jun 04 2018

Attending: timmywil, gibson042, mgol, jbedard Location: https://gitter.im/jquery/meeting

link Issues needing review

link 3.4 Issues

jQuery Core Team Meeting – May 21 2018

Attending: timmywil, gibson042, dmethvin

Location: https://gitter.im/jquery/meeting

link Issues needing review

link Mgol away May 3-31

link 3.4 Issues

jQuery Core Team Meeting – Apr 30 2018

Attending: timmywil, mgol, jbedard, gibson042, markelog

Location: https://gitter.im/jquery/meeting

link Issues needing review

link Mgol away May 3-31

link 3.4 Issues without assignment

jQuery Core Team Meeting – Apr 23 2018

Attending: timmywil, dmethvin, markelog, mgol, jbedard

Location: https://gitter.im/jquery/meeting

link Issues needing review

link Mgol away May 3-31

link WordPress jQuery update