What's Changed
Breaking Changes
The Expo config plugin was removed
The built-in Expo config plugin (app.plugin.js and the plugin/ folder) has been removed. Feature configuration now lives entirely in your app's package.json, read directly by the native build and by postinstall - the same approach react-native-worklets uses for its static feature flags.
Feature config moved to package.json; ENV vars and gradle properties are deprecated
The enriched-markdown block in your app's package.json is now the single source of truth for enableMath, enableCodeHighlight, and codeHighlightLanguages on both platforms - the native build reads it directly at pod install / Gradle configuration time. The previous build flags still work as a fallback but are deprecated
To see full breaking changes logs see documentation
New Features
- feat: link dependencies based on package.json config by @hryhoriiK97 in #673
Fixes & Improvements
- fix: stop overwriting package README during npm publish by @hryhoriiK97 in #669
- fix: link README package table to per-package READMEs by @hryhoriiK97 in #675
- fix(docs): update feature comparison link to anchor directly to compatibility section by @hryhoriiK97 in #683
- fix(android): expo windows developement build by @eszlamczyk in #688
- fix(android): honor allowFontScaling in EnrichedMarkdownText measure by @hryhoriiK97 in #684
- fix: key code-highlight registry per app for monorepo safety by @eszlamczyk in #680
Docs & Chores
- chore: update repository references and project name to 'enriched-markdown' by @hryhoriiK97 in #667
- chore: update npm package description by @hryhoriiK97 in #670
- chore: add dark mode support for root README hero image by @hryhoriiK97 in #672
- chore: fix light mode image in root README by @hryhoriiK97 in #676
- chore: update README image in react-native-enriched-markdown by @hryhoriiK97 in #677
- chore: update README image in ios-enrichd-markdown by @hryhoriiK97 in #678
- chore: update README image in android-enriched-markdown by @hryhoriiK97 in #679
Full Changelog: v1.0.1...main