Skip to content

[email protected]

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Mar 08:15
· 190 commits to master since this release
1f8e5d5

Minor Changes

Patch Changes

  • #1133 c28ef5f Thanks @eoghanmurray! - Fix: CSS transitions are incorrectly being applied upon rebuild in Firefox. Presumably FF doesn't finished parsing the styles in time, and applies e.g. a default margin:0 to elements which have a non-zero margin set in CSS, along with a transition on them.

    Related bug report to Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1816672​

  • #1130 f6f07e9 Thanks @Equlnox! - Fix: Make relative path detection in stylesheet URLs to detect more types of URL protocols when inlining stylesheets.

  • #1157 8e47ca1 Thanks @mydea! - fix: Explicitly handle null attribute values