Releases: andangrd/react-native-markdown-package
Releases · andangrd/react-native-markdown-package
v1.8.2
What's Changed
- Remove PropTypes to solve errors with React 18 by @vanGalilea in #43
New Contributors
- @vanGalilea made their first contribution in #43
Full Changelog: v1.8.1...v1.8.2
v1.8.1
Update Markdown Parser and fix bug
Update on this release:
- Update parser library, simple-markdown 0.6.0 to 0.7.1
- Fix bug on List, styling for the first list not applied correctly
Version 1.7.0
update library to use latest simple markdown methods
Version 1.6.0
Updates:
- Allow user to replace the default rules
- Update default font family for
codeBlock
on Android