All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2021-07-11
- type inference for event parameters (fixes #8)
1.1.0 - 2021-04-02
- docs: add deprecation note about exotic components
- docs: simplify forwarded ref type
1.0.3 - 2020-12-27
- docs: fix
HeadingDefaultElement
references - docs: fix ref forwarding example
1.0.2 - 2020-12-27
- block external access to auxiliary types
- reference
@types/react
explicitly
1.0.1 - 2020-12-27
- readme: misleading bundle size badge
1.0.0 - 2020-12-27
PolymorphicPropsWithoutRef
andPolymorphicPropsWithRef
types for appendingas
to component propsPolymorphicForwardRefExoticComponent
,PolymorphicMemoExoticComponent
andPolymorphicLazyExoticComponent
types to support exotic components