Releases: natterstefan/react-component-catalog
Releases · natterstefan/react-component-catalog
v2.1.1
v2.0.0
v1.2.0
v1.1.1
v1.1.0
v1.0.1
2019/04/29 1.0.1
Added
esm
support (buildesm
module and add id asmodule
inpackage.json
)
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)
v0.6.1
2019/03/28 0.6.1
Changed
- build
es
version of the package as well (see babel.config.js)
Fixed
- fixed
build
script andmain
field issue, causing usage issues
v0.6.0
2019/03/26 0.6.0
Added
catalog
can be prefixed to prevent overwriting during nesting providers- added
"sideEffects": false
to package.json - added
"module": "lib/index.js"
to package.json (includinglib
output)