Skip to content

Releases: FormidableLabs/react-live

v1.10.0 & v1.10.1

28 Feb 14:50
Compare
Choose a tag to compare

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)

v1.6.0

13 Jun 12:01
Compare
Choose a tag to compare
  • Added an ignoreTabKey prop to LiveEditor to ignore tab key presses where the default behaviour is more desirable for accessibility reasons (See #14)
  • Proxy onChange prop in LiveEditor to allow listening for code changes (See e5bc31)