Styled Tools Versions Save

Useful interpolated functions for CSS-in-JS

v0.6.0

5 years ago
  • Removed getStyle. It was a terrible idea.

v0.5.4

5 years ago
  • Fixed getStyle overriding defaultProps.

v0.5.3

5 years ago
  • Added getStyle (#44).

v0.5.1

5 years ago
  • Added ifNotProp (#43).

v0.5.0

6 years ago
  • Removed call (deprecated in v0.4.0);
  • Removed defaultValue on switchProp (deprecated in v0.4.0);
  • withProp now supports array as argument to grab multiple props (#41 #42);
  • Dropped array support for path getters (#41 #42): Use foo.bar.baz instead of ['foo', 'bar', 'baz']

v0.4.0

6 years ago

Changes in #39

  • Added withProp;
  • Deprecated call in favor of withProp;
  • Deprecated defaultValue as third argument in switchProp in favor of switchProp(prop(path, default), {...}) form.

Deprecations will be removed in v0.5.0

v0.3.0

6 years ago

Removed get (deprecated in v0.2.0 in favor of prop)

v0.2.4

6 years ago

Added ES bundle, thanks to @stevenbenisek (#38)

v0.2.3

6 years ago

Added defaultValue to switchProp, thanks to @nderscore (#35)

v0.2.2

6 years ago

Added call method.