Skip to content

1.0.0

Compare
Choose a tag to compare
@natterstefan natterstefan released this 06 Apr 08:31
· 98 commits to master since this release
f3c6455

2019/04/06 1.0.0

Added

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)