Skip to content

v1.0.2

Latest

Choose a tag to compare

@eszlamczyk eszlamczyk released this 20 Aug 12:31
· 7 commits to main since this release

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

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

Full Changelog: v1.0.1...main