Skip to content

Commit 298b4f1

Browse files
committed
8.0.6
1 parent 33ab015 commit 298b4f1

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

changelog.md

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

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

5+
## 8.0.6 - 2023-03-20
6+
7+
* [`33ab015`](https://github.com/remarkjs/react-markdown/commit/33ab015)
8+
Update to TS 5\
9+
by [**@Methuselah96**](https://github.com/Methuselah96)
10+
in [#734](https://github.com/remarkjs/react-markdown/issues/734)
11+
12+
## 8.0.5 - 2023-01-17
13+
14+
* [`d640d40`](https://github.com/remarkjs/react-markdown/commit/d640d40)
15+
Update to use `node16` module resolution in `tsconfig.json`\
16+
by [**@ChristianMurphy**](https://github.com/ChristianMurphy)
17+
in [#723](https://github.com/remarkjs/react-markdown/pull/723)
18+
* [`402fea3`](https://github.com/remarkjs/react-markdown/commit/402fea3)
19+
Fix typo in `plugins` deprecation message\
20+
by [**@marc2332**](https://github.com/marc2332)
21+
in [#719](https://github.com/remarkjs/react-markdown/pull/719)
22+
* [`4f98f73`](https://github.com/remarkjs/react-markdown/commit/4f98f73)
23+
Remove deprecated and unneeded `defaultProps`\
24+
by [**@Lepozepo**](https://github.com/Lepozepo)
25+
in [#718](https://github.com/remarkjs/react-markdown/pull/718)
26+
27+
## 8.0.4 - 2022-12-01
28+
29+
* [`9b20440`](https://github.com/remarkjs/react-markdown/commit/9b20440)
30+
Fix type of `td`, `th` props\
31+
by [**@lucasassisrosa**](https://github.com/lucasassisrosa)
32+
in [#714](https://github.com/remarkjs/react-markdown/pull/714)
33+
* [`cfe075b`](https://github.com/remarkjs/react-markdown/commit/cfe075b)
34+
Add clarification of `alt` on `img` in docs\
35+
by [**@cballenar**](https://github.com/cballenar)
36+
in [#692](https://github.com/remarkjs/react-markdown/pull/692)
37+
38+
## 8.0.3 - 2022-04-20
39+
40+
* [`a2fb833`](https://github.com/remarkjs/react-markdown/commit/a2fb833)
41+
Fix prop types of plugins\
42+
by [**@starpit**](https://github.com/starpit)
43+
in [#683](https://github.com/remarkjs/react-markdown/pull/683)
44+
45+
## 8.0.2 - 2022-03-31
46+
47+
* [`2712227`](https://github.com/remarkjs/react-markdown/commit/2712227)
48+
Update `react-is`
49+
* [`704c3c6`](https://github.com/remarkjs/react-markdown/commit/704c3c6)
50+
Fix TypeScript bug by adding workaround\
51+
by [**@Methuselah96**](https://github.com/Methuselah96)
52+
in [#676](https://github.com/remarkjs/react-markdown/pull/676)
53+
54+
## 8.0.1 - 2022-03-14
55+
56+
* [`c23ecf6`](https://github.com/remarkjs/react-markdown/commit/c23ecf6)
57+
Add missing dependency for types\
58+
by [**@Methuselah96**](https://github.com/Methuselah96)
59+
in [#675](https://github.com/remarkjs/react-markdown/pull/675)
60+
561
## 8.0.0 - 2022-01-17
662

763
<a name="change-plugins-to-remarkplugins"></a>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-markdown",
3-
"version": "8.0.5",
3+
"version": "8.0.6",
44
"description": "React component to render markdown",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)