1.0.1
Mostly readme and dependency updates, the one potentially significant change here is that the server-rendered output is now wrapped in a <div>
rather than a <span>
- see #34 for details.
This was not released as breaking as it should have no impact actual appearance when using hydrate, but it could potentially cause rendering differences if you are not hydrating your content.
Commit Log
- Update mdxOptions to match mdx-js options update: 96be0b7
- Add blog example: 04122f4
- Update package.json: b044dad
- Update readme: dfbda44
- Wrap rendered output in <div> instead of <span>: 9239259
- Bump bl from 4.0.2 to 4.0.3: f812c92
- Fix api in readme example: e96d89b
- One more fix: 735fce4
- One more fix: 81ef6e2
- Update react peerDependency to support react v17: 22fc93f
- Remove usage of non-existent file: 8c838b5
- Wording clarity adjustment: 82216bf
- Merge pull request #31 from ScottAgirs/master: bf8f4cb
- Fix README for frontmatter: 7dc5860
- Merge pull request #67 from pbteja1998/fix-readme-for-frontmatter: 258c37e
- Elaborate on renderToString without hydration (fixes #61): 3f1dd18
- Merge pull request #69 from lostfictions/patch-1: 1e0711a