Skip to content

Stable Release v1.3.1

Compare
Choose a tag to compare
@dfreedm dfreedm released this 02 Mar 18:12
· 6886 commits to master since this release

Big Changes

  • Fixes known issues of v1.3.0
    • Using var() in a mixin could break the scoped style, if no other custom property was defined in that style
    • dom-bind could render before the document was finished loading

Raw Notes

  • Fix lint errors. (commit)
  • Add test. (commit)
  • Fix lint error. (commit)
  • Ensure that dom-bind always waits until DOMContentLoaded to render. This ensures a script can install api on the dom-bind prior to it rendering. Previously dom-bind waited for first render, but an early parser yield can make this occur unexpectedly early. (commit)
  • Refine fix for #3461 so that the decision to apply a static or property stylesheet relies on the same info. (commit)
  • Clean the .eslintignore (commit)
  • [ci skip] Add header for those asking questions (commit)
  • Fixes #3461: Only avoid creating a statically scoped stylesheet when properties are consumed in an element, properly excluding properties produced as a result of consumption. (commit)
  • tweaks to new README (commit)
  • [ci skip] Update Changelog (commit)
  • Updated the README.md for a non-technical user to understand (commit)