Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

0.5.4

Compare
Choose a tag to compare
@rayd rayd released this 28 Jun 15:42
· 38 commits to master since this release
  • Handles inline style values with "!important". It used to parse out the value with !important, which would fail when snabbdom tries setting the value since setting `el.style.color = 'red !important' is invalid.