Skip to content

Latest commit

 

History

History
127 lines (53 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

127 lines (53 loc) · 3.24 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2019-02-05)

Bug Fixes

  • Fix inconsistencies with styled-components (#11) (7746694)

BREAKING CHANGES

  • Now use() always return an enhanced component.

1.3.0 (2018-12-02)

Features

  • Support new React.ExoticComponent type (#8) (37e4718)

1.2.3 (2018-11-05)

Bug Fixes

  • typescript: Fix UseComponent properties (514d036)

1.2.2 (2018-11-05)

Bug Fixes

  • typescript: Fix UseComponent properties (84e0a7d)

1.2.1 (2018-11-05)

Bug Fixes

  • typescript: Add missing component properties to UseComponent (605b2e4)

1.2.0 (2018-10-18)

Features

  • Expose uses static property on component (#7) (ccf960e)

1.1.1 (2018-10-18)

1.1.0 (2018-10-18)

Features

  • typescript: Export types (a997d3d)

1.0.5 (2018-10-18)

Bug Fixes

  • typescript: Fix ref prop type (5d5124c)

1.0.4 (2018-09-27)

Bug Fixes

1.0.3 (2018-09-27)

Bug Fixes

  • Make it work with styled-components v4 (#5) (8ba7751)
  • Render the last non-empty element (#3) (c7a8c58)

1.0.2 (2018-09-24)

Bug Fixes

  • Always render the last string element (852b7b9)

1.0.1 (2018-09-24)