Skip to content

Releases: diegohaz/styled-tools

v0.6.0

26 Jun 23:35
Compare
Choose a tag to compare
  • Removed getStyle. It was a terrible idea.

v0.5.4

26 Jun 20:21
Compare
Choose a tag to compare
  • Fixed getStyle overriding defaultProps.

v0.5.3

23 Jun 21:15
Compare
Choose a tag to compare
  • Added getStyle (#44).

v0.5.1

20 Jun 11:02
Compare
Choose a tag to compare
  • Added ifNotProp (#43).

v0.5.0

03 Apr 01:24
Compare
Choose a tag to compare
  • 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

25 Jan 20:12
Compare
Choose a tag to compare

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

25 Jan 13:30
Compare
Choose a tag to compare

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

v0.2.4

25 Jan 13:29
Compare
Choose a tag to compare

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

v0.2.3

13 Jan 21:37
Compare
Choose a tag to compare

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

v0.2.2

17 Sep 23:30
Compare
Choose a tag to compare

Added call method.