v0.4.6
What's Changed
- Relax
solid/style-prop
"CSS property values should be strings only, but ___ is a number" warnings to only apply on properties containingwidth
,height
,margin
,padding
,border-width
, orfont-size
. When the property values are given as numbers, React automatically appends a"px"
unit, where Solid does not. Now leaves properties such asflex-grow
alone. Details: #15 - Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #14
- Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #13
Full Changelog: v0.4.5...v0.4.6