Releases: remarkjs/remark-react
Releases · remarkjs/remark-react
4.0.2
Bug Fixes
- Update hast-to-hyperscript and mdast-util-to-hast (a8231c0)
- Use hast-util-table-cell-style to adjust align properties (d141733)
4.0.1: Merge pull request #43 from medfreeman/update-hast-to-hyperscript
Bug Fixes
- output: Update
hast-to-hyperscript
to 3.0.0 (0aa5fa2), closes #41
v4.0.0
Re-release of 3.1.2 as 4.0.0: the previous version should have been marked as
breaking, and has now been deprecated.
v3.1.2
- core: Remove const, restore ES5 compatibility (52ef7e0)
v3.1.1
- output: Remove unknown prop
align
(e0462f1)
v3.0.2
- Fixes interpretation of the
sanitize
option, allowing users to pass false
to disable sanitization.
v3.0.1
- 33e7418 Add test for custom components
- e8271d7 Actually use custom components
v3.0.0
- 4b2e674 Update to use
mdast-util-to-hast
- e16c97c Update dependencies, dev-dependencies