All notable changes to this project will be documented in this file.
Tags
- Features
- Bug Fixes
- Performance Improvements
- Dependency Updates
- Breaking Changes
- Enhancements
- Documentation
- Internal
- remove deprecated defaultProps (31ae07d)
- export ReactParser and ReactRenderer (4646dde)
- add npm package provenance (223af24)
- disable sourcemaps (3e1edfd)
- fix alignment in table cells (2552244)
- update marked to v4.1.1 (33ea78a)
- update typescript to v4.8.4 (f8bef5c)
- update rollup to v3 (df6cb0e)
- support parsing inline markdown (08dbf23)
- fix compat with new [email protected]'s node16 resolution (e8937d8)
- fix renderer types (53a2ed2)
- add support for react 18 (f4f5779)
- update LICENSE (98e2357)
- make
value
andrenderer
optional in typings (861bc25)
- update marked to v4.0.9 (2951a34)
- update marked to v4.0.4 (bcc5e0b)
- update marked to v4 (60be0d5)
- prevent renderer from invoking element factory (2a9c7c6)
- increment internal element id with renderer invokation (c4e2139)
- improve trees haking with webpack (cce1ed6)
- render inline items inside heading (52f9e4f)
- support custom renderer (a082d26)
- add
marked
to dependencies (9529896)
- fix joining URL's with relative paths (fece177)
- don't create components for plain strings (755c7af)
- options are now direct props of
Markdown
component (5b8b370)
- render task list with gfm enabled (43acef4)
- render images inside links (fd3603b)
- Initial Release. React component for markdown.