Skip to content

Releases: system-props/system-props

v0.14.0

29 Jan 20:13
Compare
Choose a tag to compare

Updated

  • Removed NamedColors and DeprecatedSystemColor from color types

Commits

  • Remove NamedColors and DeprecatedSystemColor from color types e916929
  • Merge branch 'main' of github.com:roginfarrer/system-props into main 3ff249d
  • change organization 3df7045
  • Merge pull request #8 from roginfarrer/dependabot/npm_and_yarn/ini-1.3.8 a9a2245
  • Bump ini from 1.3.5 to 1.3.8 55b6b7a

v0.13.0...v0.14.0

v0.13.0

27 Dec 20:40
Compare
Choose a tag to compare

Remove stray console.log from build

v0.12.0...v0.13.0

v0.12.0

24 Dec 22:48
Compare
Choose a tag to compare

v0.11.0...v0.12.0

v0.11.0

12 Dec 21:46
Compare
Choose a tag to compare

Memoize get to improve performance

v0.10.0...v0.11.0

v0.10.0

12 Dec 19:07
Compare
Choose a tag to compare

Improved types for props. All prop groups' types accept an optional argument of 'prefix' | 'noprefix' | 'all'.

  • Merge pull request #6 from roginfarrer/prefix-type-improvements abd0eea

v0.9.1-0...v0.10.0

v0.9.1-0

10 Dec 22:26
Compare
Choose a tag to compare
v0.9.1-0 Pre-release
Pre-release

Testing improved types

v0.9.0...v0.9.1-0

v0.9.0

03 Dec 03:29
Compare
Choose a tag to compare

Big feature push for TypeScript support! Now all system props will have types for their scale in theme or the CSS property they're paired with.

v0.8.0...v0.9.0

v0.8.0

25 Nov 03:33
Compare
Choose a tag to compare

New

  • Improved TypeScript support
  • Patched some holes in strict
  • export shouldForwardProp

v0.7.0...v0.8.0

v0.7.0

13 Nov 20:37
Compare
Choose a tag to compare

Fixes bug where the library naively attempted to parse border and box-shadow values for theme values. The library has adopted the short-hand parser from modulz/stitches, which does a much better job!

v0.6.0...v0.7.0

v0.6.0

30 Oct 20:58
Compare
Choose a tag to compare

v0.5.0...v0.6.0