Skip to content

Release 0.8.1

Choose a tag to compare

@exploIF exploIF released this 16 Jun 16:49
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.

New name for better transparency: react-native-enriched-html

We have moved to a new npm package named react-native-enriched-html - see why in its 1.0.0 release note.
The legacy react-native-enriched npm package is no longer supported. This release adds deprecation warnings to ensure all traffic smoothly migrates to react-native-enriched-html.

Note

react-native-enriched will no longer receive any updates or bug fixes.

Version 1.0.0 has been already released and introduces no breaking changes.

To upgrade, you only need to do two things:

  • Install the new package.
  • Update all your import statements to the new name.

What's Changed