Releases: FormidableLabs/react-live
Releases · FormidableLabs/react-live
v1.10.0 & v1.10.1
Changes
- Use React v16 Error boundaries instead of simple try-catch wrapper
- Switch bundling to output flat bundles
- Wrap prop-types in NODE_ENV check
- Upgrade buble to fix build issue due to changed bundling on their end
- Externalise buble from all bundles (The UMD bundle expects the Buble UMD with
global.Buble
to be available)