Skip to content

Commit

Permalink
Revert changelog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Nov 17, 2023
1 parent 82ae167 commit 40143b1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions changelog.md
Expand Up @@ -2,23 +2,6 @@

All notable changes will be documented in this file.

## 9.0.1

### Deprecate `className`

The `className` prop was deprecated.
Not only does the `className` prop add the `className` prop, it also implies a
wrapper `<div>` will be created.
Instead, you should wrap the content in a `<div>` manually.

```jsx
<div className={className}>
<Markdown>
{children}
</Markdown>
</div>
```

## 9.0.0 - 2023-09-27

* [`b67d714`](https://github.com/remarkjs/react-markdown/commit/b67d714)
Expand Down

0 comments on commit 40143b1

Please sign in to comment.