Skip to content

0.4.0

Compare
Choose a tag to compare
@Steven0351 Steven0351 released this 05 Apr 14:28
· 19 commits to main since this release
da1e485

New Feature Asset Maps

If you are developing an application that contains multiple Portals, the Portals library supports the ability to share asset files between them. This is helpful to reduce the size of your overall app if those Portals use assets that are the same such as large media files or font files. These are called Asset Maps. You can find out more about how to use them here.

New Feature Web Vitals

You can now observe the FCP (First Contentful Paint) on a specific Portal. A faster FCP has several key benefits for. It enhances user perception by providing quick visual feedback that a web app is loading and can reduce the perception of delay. To read about how to make use of these new feature you can read the documentation here

New Feature Plugin Registration

There are now options for how to register plugins for a given Portal. This provides more control for React Native developers. You can read more about how to use the feature here

To upgrade from the previous release please reference the UPGRADE GUIDE.

What's Changed

Full Changelog: 0.3.0...0.4.0