jQuery Core Team Meeting – Jan 12 2015


Attending: DaveMethvin, jaubourg, timmywil, arthurvr, gibson042, markelog, m_gol

link jQuery 3.0 beta

link Pull Requests and Issues

  • Style of Support comments
  • .unwrap() conditioned by a selector
  • jQuery.Deferred enhancements
  • jQuery.parseHTML("")
  • https://github.com/jquery/jquery/pull/1998
  • I like the idea of doing more here but given how much we need to do for 3.0 I'm okay with just this change if nobody has time to take something more ambitious.
  • Let's ask Krinkle to update the PR for the more ambitious changes that track what the native method does, see comments in the PR from timmywil and gibson042
  • Funny characters in tag names
  • https://github.com/jquery/jquery/pull/1988
  • Same here as with parseHTML, if someone can take it now we could do more but otherwise let's land this smaller fix. (But note gibson042 comments regarding colons for namespaces.)
  • Let's land this now (hyphens), do a second commit for the more general changes (unusual characters, namespaces)

  • Inserted scripts run async
  • jquery-release tasks (timmywil)