Skip to content

Release 6.0.0-beta.1

Compare
Choose a tag to compare
@jsamr jsamr released this 11 Jun 11:22
· 262 commits to master since this release

6.0.0-beta.1 (2021-06-11)

The Foundry release is finally stable, and is now-on the recommended version. Check out the announcement blog post in our brand new website. We also have a migration guide for those who're coming from v5 and below. If you encounter any issue with this release, please comment in the official thread.

This beta.1 brings a lot of tests and a branch test coverage above 99%. Many bugs have been identified and fixed thanks to this endeavor. (Please note that the value reported by CodeCov is erroneous, the bug is being tracked here.)

Bug Fixes

  • debug mode not activated despite prop set to true (ca3fbca)
  • viewProps.style and textProps.style should have greater specificity over computed styles (38bf934)
  • allow an empty object as param of buildTREFromConfig (a71854f)
  • default anchor onPress should await on Linking.canOpenURL (d9e8eb5)
  • inconsistent loading state in SourceLoaderUri (a530c5c)
  • uri source loading failure caused by missing defaults renderers (4bc3f38)
  • use default list style type when getFallbackListStyleTypeFromNestLevel returns undefined (c0eee3d)