Skip to content

Release 0.4.8

Choose a tag to compare

@amilmohd155 amilmohd155 released this 22 Jun 06:03
· 34 commits to main since this release

0.4.8 (2025-06-22)

  • chore: Add access property to publishConfig in package.json (5676ef2)
  • chore: Add CodeHighlighter component and integrate with Markdown rendering (Just for example) (319226b)
  • chore: Remove react-syntax-highlighter from dependencies and peerDependencies (a83663b)
  • chore: Rename package from @quizcript/react-native-markdown to @docren/react-native-markdown in yarn (62306b9)
  • chore: Update package name references from @docren to @amilmohd155 in package.json and example files (e10b637)
  • chore: Update package names from @quizcript to @docren in example and configuration files (46cfcbe)
  • fix: Update package name from @quizcript to @docren in README and package.json (a1454b1)
  • refactor: Update release-it configuration to use conventional commits preset (c3eda8a)
  • feat: 🎉 Initialized project (d3afc78)
  • feat: Add CodeHighlighter component for syntax highlighting in React Native (62a564b)
  • feat: Implement ASTRenderer and associated types for Markdown rendering (45579d2)
  • feat: initialize React Native Markdown example project (2c5b48f)