Skip to content

Commit 47d8ec4

Browse files
committed
docs: updated CHANGELOG [ci skip]
1 parent 5f99197 commit 47d8ec4

1 file changed

Lines changed: 15 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,64 +2,53 @@
22

33
All notable changes to this project will be documented here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
65
## [2.0.0](https://github.com/natterstefan/react-component-catalog/compare/v2.0.0-beta.0...v2.0.0) (2020-07-22)
76

7+
⚠ BREAKING CHANGES
8+
9+
- flat catalog (no extra components prop anymore) ([#49](https://github.com/natterstefan/react-component-catalog/issues/49)) ([ae69468](https://github.com/natterstefan/react-component-catalog/commit/ae694680b3cb326034513a6a22d5d912d0e38abe))
810

911
### Features
1012

11-
* unified handling of undefined catalog in all components ([#53](https://github.com/natterstefan/react-component-catalog/issues/53)) ([26bed89](https://github.com/natterstefan/react-component-catalog/commit/26bed894d5c585d4da7f0a6b94162d21d425f49c))
12-
* **ts:** properly type getComponent and hasComponent of ICatalog ([#52](https://github.com/natterstefan/react-component-catalog/issues/52)) ([4584408](https://github.com/natterstefan/react-component-catalog/commit/458440888f9f995e53dd15d21a266f8d41c3bfbb))
13-
* flat catalog (no extra components prop anymore) ([#49](https://github.com/natterstefan/react-component-catalog/issues/49)) ([ae69468](https://github.com/natterstefan/react-component-catalog/commit/ae694680b3cb326034513a6a22d5d912d0e38abe))
13+
- unified handling of undefined catalog in all components ([#53](https://github.com/natterstefan/react-component-catalog/issues/53)) ([26bed89](https://github.com/natterstefan/react-component-catalog/commit/26bed894d5c585d4da7f0a6b94162d21d425f49c))
14+
- **ts:** properly type getComponent and hasComponent of ICatalog ([#52](https://github.com/natterstefan/react-component-catalog/issues/52)) ([4584408](https://github.com/natterstefan/react-component-catalog/commit/458440888f9f995e53dd15d21a266f8d41c3bfbb))
1415

1516
## [2.0.0-beta.0](https://github.com/natterstefan/react-component-catalog/compare/v1.3.0...v2.0.0-beta.0) (2019-12-15)
1617

17-
1818
### Features
1919

20-
* js -> ts ([#47](https://github.com/natterstefan/react-component-catalog/issues/47)) ([a57e291](https://github.com/natterstefan/react-component-catalog/commit/a57e291e86e0d273bc168fafad584839bad77d61))
20+
- js -> ts ([#47](https://github.com/natterstefan/react-component-catalog/issues/47)) ([a57e291](https://github.com/natterstefan/react-component-catalog/commit/a57e291e86e0d273bc168fafad584839bad77d61))
2121

2222
## [1.3.0](https://github.com/natterstefan/react-component-catalog/compare/v1.2.0...v1.3.0) (2019-11-18)
2323

24-
2524
### Features
2625

27-
* fallbackComponent can also be selected from catalog now ([#48](https://github.com/natterstefan/react-component-catalog/issues/48)) ([6be75b1](https://github.com/natterstefan/react-component-catalog/commit/6be75b1512a3fb217b47b04517e575023a66cdc2))
26+
- fallbackComponent can also be selected from catalog now ([#48](https://github.com/natterstefan/react-component-catalog/issues/48)) ([6be75b1](https://github.com/natterstefan/react-component-catalog/commit/6be75b1512a3fb217b47b04517e575023a66cdc2))
2827

2928
## [1.2.0](https://github.com/natterstefan/react-component-catalog/compare/v1.1.1...v1.2.0) (2019-07-21)
3029

31-
3230
### Features
3331

34-
* disable/remove renovate (for now) ([319725e](https://github.com/natterstefan/react-component-catalog/commit/319725e))
35-
* **logging:** use babel-plugin-dev-expression for logging errors ([#41](https://github.com/natterstefan/react-component-catalog/issues/41)) ([6fdd918](https://github.com/natterstefan/react-component-catalog/commit/6fdd918))
36-
37-
32+
- disable/remove renovate (for now) ([319725e](https://github.com/natterstefan/react-component-catalog/commit/319725e))
33+
- **logging:** use babel-plugin-dev-expression for logging errors ([#41](https://github.com/natterstefan/react-component-catalog/issues/41)) ([6fdd918](https://github.com/natterstefan/react-component-catalog/commit/6fdd918))
3834

3935
### [1.1.1](https://github.com/natterstefan/react-component-catalog/compare/v1.1.0...v1.1.1) (2019-05-15)
4036

41-
4237
### Bug Fixes
4338

44-
* **utils:** return null when flattenObjectKeys receives invalid obj ([06081e5](https://github.com/natterstefan/react-component-catalog/commit/06081e5))
45-
46-
39+
- **utils:** return null when flattenObjectKeys receives invalid obj ([06081e5](https://github.com/natterstefan/react-component-catalog/commit/06081e5))
4740

4841
## [1.1.0](https://github.com/natterstefan/react-component-catalog/compare/v1.0.1...v1.1.0) (2019-05-14)
4942

50-
5143
### Bug Fixes
5244

53-
* **CatalogComponent:** Fix missing displayName ([fa3e14f](https://github.com/natterstefan/react-component-catalog/commit/fa3e14f))
54-
45+
- **CatalogComponent:** Fix missing displayName ([fa3e14f](https://github.com/natterstefan/react-component-catalog/commit/fa3e14f))
5546

5647
### Features
5748

58-
* **catalog:** Add new catalog.hasComponent function ([c4c10a2](https://github.com/natterstefan/react-component-catalog/commit/c4c10a2))
59-
* **catalog:** Allow nested components object in catalog ([ca236ad](https://github.com/natterstefan/react-component-catalog/commit/ca236ad))
60-
* **CatalogComponent:** CatalogComponent supports nested components ([369375b](https://github.com/natterstefan/react-component-catalog/commit/369375b))
61-
62-
49+
- **catalog:** Add new catalog.hasComponent function ([c4c10a2](https://github.com/natterstefan/react-component-catalog/commit/c4c10a2))
50+
- **catalog:** Allow nested components object in catalog ([ca236ad](https://github.com/natterstefan/react-component-catalog/commit/ca236ad))
51+
- **CatalogComponent:** CatalogComponent supports nested components ([369375b](https://github.com/natterstefan/react-component-catalog/commit/369375b))
6352

6453
## [1.0.1](https://github.com/natterstefan/react-component-catalog/compare/v1.0.0...v1.0.1) (2019/04/29)
6554

@@ -71,7 +60,7 @@ All notable changes to this project will be documented here. The format is based
7160

7261
### Added
7362

74-
- *Breaking*: `ref` support, thanks to [`React.forwardRef`](https://reactjs.org/docs/forwarding-refs.html)
63+
- _Breaking_: `ref` support, thanks to [`React.forwardRef`](https://reactjs.org/docs/forwarding-refs.html)
7564

7665
## 2019/03/28 0.6.1
7766

0 commit comments

Comments
 (0)