File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0] - 2021-07-11
11+
1012### Added
1113
1214- type inference for event parameters (fixes #8 )
@@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4850- ` PolymorphicPropsWithoutRef ` and ` PolymorphicPropsWithRef ` types for appending ` as ` to component props
4951- ` PolymorphicForwardRefExoticComponent ` , ` PolymorphicMemoExoticComponent ` and ` PolymorphicLazyExoticComponent ` types to support exotic components
5052
51- [ unreleased ] : https://github.com/kripod/react-polymorphic-types/compare/v1.1.0...HEAD
53+ [ unreleased ] : https://github.com/kripod/react-polymorphic-types/compare/v2.0.0...HEAD
54+ [ 2.0.0 ] : https://github.com/kripod/react-polymorphic-types/compare/v1.1.0...v2.0.0
5255[ 1.1.0 ] : https://github.com/kripod/react-polymorphic-types/compare/v1.0.3...v1.1.0
5356[ 1.0.3 ] : https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...v1.0.3
5457[ 1.0.2 ] : https://github.com/kripod/react-polymorphic-types/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change 11{
22 "name" : " react-polymorphic-types" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 2.0 .0" ,
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