Skip to content

0.0.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@thinkjrs thinkjrs released this 22 Nov 13:34
· 64 commits to develop since this release
0.0.12
fd9a3e9

Full Changelog: 0.0.11...0.0.12

We replace esm-only dependencies with dependencies containing cjs modules.

In particular, this release removes react-markdown and remark-gfm, replacing them with the markdown-to-jsx library.

Esm-only dependencies were causing downstream app issues in both testing and builds, since cjs and esm don't play nicely together.