Releases: ipikuka/react-markdown
Releases · ipikuka/react-markdown
Release list
v2.1.1
The changes made by @talatkuyuk:
- Fix peer dependency issue
v2.1.0
The changes made by @talatkuyuk:
- Fix peerDependency issue
- Update some devDependencies
v2.0.2
The changes made by @talatkuyuk:
- Fix remove support for className
- Update react-markdown
- Fix tracking package-lock.json
- Fix Error [ERR_MODULE_NOT_FOUND]: Cannot find module '.../dist/esm/lib/rehype-handlers'
- Update some dependencies
- Update some devDependencies
v2.0.1
The changes made by @talatkuyuk:
- updated the dependencies
v1.0.5
Release notes and the changes made by @talatkuyuk
- set doubleEqualityCheck option with "=:=" in
remark-flexible-markers
v1.0.4
Release notes and the changes made by @talatkuyuk
- updated the dependencies and fixed the type issues
- reflected the changes in original
react-markdown@^9 - refactored the
tsconfig.json - updated the
README.md - react-markdown is moved from peerDependencies into dependencies and requires react@^18
v1.0.3
v1.0.2
Fixes
- fixed import issue for the module
remark-textr-syncby @talatkuyuk
v1.0.1
Changes
- changed the
remark-textrplugin with the customremark-textr-syncsince theReactMarkdownexpects sync plugins not async plugins likeremark-textrby @talatkuyuk