Skip to content

Commit c709358

Browse files
update changelog
1 parent 32905ad commit c709358

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.0] - 2021-05-14
6+
7+
### 🔥💥 Breaking Changes
8+
9+
- Theme is revisited for `react-markdown v6` [big thanks to @davidgit](https://github.com/davidgit). Please be careful before update your dependencies. This update can break your all markdown settings.
10+
11+
To migrate to new version, change `renderers` prop with `components` like [react markdown](https://github.com/remarkjs/react-markdown/blob/main/changelog.md#600---2021-04-15) says.
12+
```
13+
<ReactMarkdown
14+
components={ChakraUIRenderer()}
15+
children={markdown}
16+
escapeHtml={false}
17+
/>;
18+
```
19+
520
## [1.1.0] - 2021-02-05
621

722
### Major Changes

0 commit comments

Comments
 (0)