|
1 | | -# Change Log |
| 1 | +# Changelog |
2 | 2 |
|
3 | 3 | All notable changes will be documented in this file. |
4 | 4 |
|
5 | 5 | ## 8.0.0 - 2022-01-17 |
6 | 6 |
|
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 |
11 | 42 |
|
12 | 43 | ## 7.0.1 - 2021-08-26 |
13 | 44 |
|
|
0 commit comments