diff --git a/changelog.md b/changelog.md index e4ab4b1d..e9b29ef5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,44 @@ -# Change Log +# Changelog All notable changes will be documented in this file. ## 8.0.0 - 2022-01-17 -### Change `plugins` to `remarkPlugins` - -This removes the already deprecated option `plugins`. -It’s renamed to `remarkPlugins`. + + +* [`cd845c9`](https://github.com/remarkjs/react-markdown/commit/cd845c9) + Remove deprecated `plugins` option\ + (**migrate by renaming it to `remarkPlugins`**) +* [`36e4916`](https://github.com/remarkjs/react-markdown/commit/36e4916) + Update [`remark-rehype`](https://github.com/remarkjs/remark-rehype), + add support for passing it options\ + by [**@peolic**](https://github.com/peolic) + in [#669](https://github.com/remarkjs/react-markdown/pull/669)\ + (**migrate by removing `remark-footnotes` and updating `remark-gfm` if you + were using them, otherwise you shouldn’t notice this**) + +## 7.1.2 - 2022-01-02 + +* [`656a4fa`](https://github.com/remarkjs/react-markdown/commit/656a4fa) + Fix `ref` in types\ + by [**@ChristianMurphy**](https://github.com/ChristianMurphy) + in [#668](https://github.com/remarkjs/react-markdown/pull/668) + +## 7.1.1 - 2021-11-29 + +* [`4185f06`](https://github.com/remarkjs/react-markdown/commit/4185f06) + Add improved docs\ + by [**@wooorm**](https://github.com/wooorm) + in [#657](https://github.com/remarkjs/react-markdown/pull/657) + +## 7.1.0 - 2021-10-21 + +* [`7b8a829`](https://github.com/remarkjs/react-markdown/commit/7b8a829) + Add support for `SpecialComponents` to be any `ComponentType`\ + by [**@Methuselah96**](https://github.com/Methuselah96) + in [#640](https://github.com/remarkjs/react-markdown/pull/640) +* [`a7c26fc`](https://github.com/remarkjs/react-markdown/commit/a7c26fc) + Remove warning on whitespace in tables ## 7.0.1 - 2021-08-26 diff --git a/package.json b/package.json index c2c38323..515839c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-markdown", - "version": "7.1.2", + "version": "8.0.0", "description": "React component to render markdown", "license": "MIT", "keywords": [