File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.3] - 2020-12-27
11+
12+ - ** docs:** fix ` HeadingDefaultElement ` references
13+ - ** docs:** fix ref forwarding example
14+
1015## [ 1.0.2] - 2020-12-27
1116
1217### Changed
@@ -27,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2732- ` PolymorphicPropsWithoutRef ` and ` PolymorphicPropsWithRef ` types for appending ` as ` to component props
2833- ` PolymorphicForwardRefExoticComponent ` , ` PolymorphicMemoExoticComponent ` and ` PolymorphicLazyExoticComponent ` types to support exotic components
2934
30- [ unreleased ] : https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...HEAD
35+ [ unreleased ] : https://github.com/kripod/react-polymorphic-types/compare/v1.0.3...HEAD
36+ [ 1.0.3 ] : https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...v1.0.3
3137[ 1.0.2 ] : https://github.com/kripod/react-polymorphic-types/compare/v1.0.1...v1.0.2
3238[ 1.0.1 ] : https://github.com/kripod/react-polymorphic-types/compare/v1.0.0...v1.0.1
3339[ 1.0.0 ] : https://github.com/kripod/react-polymorphic-types/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " react-polymorphic-types" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Zero-runtime polymorphic component definitions for React" ,
55 "keywords" : [
66 " react" ,
You can’t perform that action at this time.
0 commit comments