Skip to content

Commit bd8e53b

Browse files
committed
8.0.0
1 parent cd845c9 commit bd8e53b

File tree

2 files changed

+37
-6
lines changed

2 files changed

+37
-6
lines changed

changelog.md

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,44 @@
1-
# Change Log
1+
# Changelog
22

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

55
## 8.0.0 - 2022-01-17
66

7-
### Change `plugins` to `remarkPlugins`
8-
9-
This removes the already deprecated option `plugins`.
10-
It’s renamed to `remarkPlugins`.
7+
<a name="change-plugins-to-remarkplugins"></a>
8+
9+
* [`cd845c9`](https://github.com/remarkjs/react-markdown/commit/cd845c9)
10+
Remove deprecated `plugins` option\
11+
(**migrate by renaming it to `remarkPlugins`**)
12+
* [`36e4916`](https://github.com/remarkjs/react-markdown/commit/36e4916)
13+
Update [`remark-rehype`](https://github.com/remarkjs/remark-rehype),
14+
add support for passing it options\
15+
by [**@peolic**](https://github.com/peolic)
16+
in [#669](https://github.com/remarkjs/react-markdown/pull/669)\
17+
(**migrate by removing `remark-footnotes` and updating `remark-gfm` if you
18+
were using them, otherwise you shouldn’t notice this**)
19+
20+
## 7.1.2 - 2022-01-02
21+
22+
* [`656a4fa`](https://github.com/remarkjs/react-markdown/commit/656a4fa)
23+
Fix `ref` in types\
24+
by [**@ChristianMurphy**](https://github.com/ChristianMurphy)
25+
in [#668](https://github.com/remarkjs/react-markdown/pull/668)
26+
27+
## 7.1.1 - 2021-11-29
28+
29+
* [`4185f06`](https://github.com/remarkjs/react-markdown/commit/4185f06)
30+
Add improved docs\
31+
by [**@wooorm**](https://github.com/wooorm)
32+
in [#657](https://github.com/remarkjs/react-markdown/pull/657)
33+
34+
## 7.1.0 - 2021-10-21
35+
36+
* [`7b8a829`](https://github.com/remarkjs/react-markdown/commit/7b8a829)
37+
Add support for `SpecialComponents` to be any `ComponentType`\
38+
by [**@Methuselah96**](https://github.com/Methuselah96)
39+
in [#640](https://github.com/remarkjs/react-markdown/pull/640)
40+
* [`a7c26fc`](https://github.com/remarkjs/react-markdown/commit/a7c26fc)
41+
Remove warning on whitespace in tables
1142

1243
## 7.0.1 - 2021-08-26
1344

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": "7.1.2",
3+
"version": "8.0.0",
44
"description": "React component to render markdown",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)