breaking change
no longer using upstream @khanacademy/simple-markdown, as it pulls in react 18 which is not required by this package and breaks downstream packages that want to use react 19. simple-markdown is now vendored into this package, and exported as SimpleMarkdown. Functionality is the same, except no support for rendering to react (which was never fully supported in the first place)
As a result, this package now has 0 runtime dependencies!
release v1.3.0 includes all of the below patches, minus vendoring in simple-markdown,
What's Changed
- fix: Allow
_,+,-,.,#as language name in #15 - fix: switch to jdecked/twemoji-parser from deprecated twitter/twemoji-parser (fix #16) by @ItzDerock in #18
- feat: support guild navigation and slash command mentions by @ItzDerock in #19
- feat: update twemoji regex by @github-actions[bot] in #21
- feat: update twemoji regex by @github-actions[bot] in #27
- Fix regex pattern for SlashCommand by @Kamilake in #24
- Feat/integrate simplemarkdown by @ItzDerock in #28
New Contributors
Full Changelog: v1.2.0...v1.3.1