Skip to content

0.5.4

Choose a tag to compare

@rayd rayd released this 28 Jun 15:42
· 42 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.