Skip to content

Releases: natterstefan/react-component-catalog

v2.1.1

29 Mar 19:52
eaa4b9f
Compare
Choose a tag to compare

2.1.1 (2021-03-29)

Fixes

  • added missing esm/index.d.ts declaration file (#70) (56e06cc), closes #68

v2.0.0

24 Jul 11:06
5f99197
Compare
Choose a tag to compare

v1.2.0

21 Jul 08:40
207572c
Compare
Choose a tag to compare

1.2.0 (2019-07-21)

Features

  • disable/remove renovate (for now) (319725e)
  • logging: use babel-plugin-dev-expression for logging errors (#41) (6fdd918)

v1.1.1

15 May 04:51
1523f98
Compare
Choose a tag to compare

1.1.1 (2019-05-15)

Bug Fixes

  • utils: return null when flattenObjectKeys receives invalid obj (06081e5)

v1.1.0

14 May 04:06
03e9b48
Compare
Choose a tag to compare

1.1.0 (2019-05-14)

Bug Fixes

  • CatalogComponent: Fix missing displayName (fa3e14f)

Features

  • catalog: Add new catalog.hasComponent function (c4c10a2)
  • catalog: Allow nested components object in catalog (ca236ad)
  • CatalogComponent: CatalogComponent supports nested components (369375b)

v1.0.1

29 Apr 10:46
389cf3d
Compare
Choose a tag to compare

2019/04/29 1.0.1

Added

  • esm support (build esm module and add id as module in package.json)

1.0.0

06 Apr 08:31
f3c6455
Compare
Choose a tag to compare

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)

v0.6.1

28 Mar 21:17
cc097d7
Compare
Choose a tag to compare

2019/03/28 0.6.1

Changed

Fixed

  • fixed build script and main field issue, causing usage issues

v0.6.0

26 Mar 21:22
03c208e
Compare
Choose a tag to compare

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 (including lib output)