What's Changed
- breaking removed runtime prop validation functionality; use transient props for styling-only props or
shouldForwardProp
for more advanced scenarios - only minify standalone prod build by @henryqdineen in #3796
- refactored component types to use a consolidated setup with a runtime switch (
web | native
) in the generic - improve misc types
- smaller code size
Full Changelog: v6.0.0-beta.1...v6.0.0-beta.2