Skip to content

v0.4.6

Compare
Choose a tag to compare
@joshwilsonvu joshwilsonvu released this 01 Apr 00:02
· 327 commits to main since this release

What's Changed

  • Relax solid/style-prop "CSS property values should be strings only, but ___ is a number" warnings to only apply on properties containing width, height, margin, padding, border-width, or font-size. When the property values are given as numbers, React automatically appends a "px" unit, where Solid does not. Now leaves properties such as flex-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