1.0.0
2019/04/06 1.0.0
Added
- Breaking:
ref
support, thanks toReact.forwardRef
Why breaking?
When you start using forwardRef in a component library, you should treat it as a breaking change and release a new major version of your library. This is because your library likely has an observably different behavior (such as what refs get assigned to, and what types are exported), and this can break apps and other libraries that depend on the old behavior. (Source)