Skip to content

v1.0.5

Compare
Choose a tag to compare
@LeaVerou LeaVerou released this 04 Dec 04:07
· 34 commits to master since this release

Changelog:

  • Exposed xhr.abort() from $.fetch(), thanks to @kajmagnus
  • Now possible to unset Bliss' default Content-type by passing undefined, thanks to @friday
  • Polyfill for Element.remove() not needed anymore just to use $.include()
  • $.inside(), $.before(), $.after(), $.start(), $.around() will not error anymore if the argument is empty.
  • Dropped special handling for <template> in $.around()
  • $.ready(callback) now possible, to allow synchronous execution if DOM is already loaded (even if Promise is resolved, .then() is not executed synchronously).