Skip to content

Releases: master-co/styled

v2.0.6

31 May 10:51

Choose a tag to compare

Bug Fixes

  • Update type references to ensure correct usage of React.JSX.IntrinsicElements @BenSeage 8907413

v2.0.5

31 May 03:44

Choose a tag to compare

Bug Fixes

  • Correct type inference for ReturnType in styled component proxy @BenSeage 6ff30e6

v2.0.4

02 Dec 19:26

Choose a tag to compare

Bug Fixes

  • Default value was not inherited when property value was undefined or null @1aron cf2bf43

v2.0.3

02 Dec 09:35

Choose a tag to compare

Updates

  • Package versions and peer dependencies in package.json files @1aron 93089b1

Deprecations

React

v2.0.2

04 Mar 11:39

Choose a tag to compare

Bug Fixes

React
  • Argument of type '[]' is not assignable to parameter of type 'never'.ts(2345), fixed #16 @BenSeage da7d5b0 #16

v2.0.1

01 Mar 03:37

Choose a tag to compare

Updates

v2.0.0

29 Feb 16:54

Choose a tag to compare

New Features

React

Bug Fixes

React

v2.0.0-beta.7

06 Feb 01:13

Choose a tag to compare

v2.0.0-beta.7 Pre-release
Pre-release

New Features

  • React - Set default value for undefined properties #15 c8777a5

v2.0.0-beta.6

04 Jan 02:10

Choose a tag to compare

v2.0.0-beta.6 Pre-release
Pre-release

New Features

  • React - Optional generic type 9f5e6af

v2.0.0-beta.5

29 Dec 13:20

Choose a tag to compare

v2.0.0-beta.5 Pre-release
Pre-release

Bug Fixes

  • React - Functional property value that return object wasn't working #11 6809955