Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jul 22, 2019
1 parent 0b7b23b commit 5889193
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project will adhere to [Semantic Versioning](https://semver.org/spec/v2

## [Unreleased]

## [0.4.1] - 2019-07-22

### Changes

- `@remirror/editor-wysiwyg`: Allow the wysiwyg to use prop `suppressHydrationWarning` for SSR rendering.
- `@remirror/showcase`: Allow the `ExampleWysiwygEditor` to use prop `suppressHydrationWarning` for SSR rendering.
- `@remirror/showcase`: Revert unintended renaming of `ExampleTwitterEditor` to `ShowcaseTwitterEditor`.

## [0.4.0] - 2019-07-22
Expand Down Expand Up @@ -133,7 +135,8 @@ This is a large breaking change and may cause a lot of your existing code to sto
- Fixes missing TypeScript definitions #77.
- Fixes crash when rendering a ReactNodeView in NextJS #75.

[unreleased]: https://github.com/ifiokjr/remirror/compare/v0.4.0...HEAD
[unreleased]: https://github.com/ifiokjr/remirror/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/ifiokjr/remirror/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/ifiokjr/remirror/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/ifiokjr/remirror/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/ifiokjr/remirror/compare/v0.1.0...v0.2.0
Expand Down

0 comments on commit 5889193

Please sign in to comment.