React Live Versions Save

A flexible playground for live editing React components

v3.1.1

1 year ago

πŸ› Bugfixes πŸ›

Full Changelog: https://github.com/FormidableLabs/react-live/compare/v3.1.0...v3.1.1

This pre-release is currently available on NPM via yarn add react-live@next

v3.1.0

2 years ago

✨ Features ✨

πŸ› Bugfixes πŸ›

introduced in v3.0.0

πŸ” Security πŸ”

Full Changelog: https://github.com/FormidableLabs/react-live/compare/v3.0.0...v3.1.0

v3.0.0

2 years ago

This release contains significant internal changes.

Prior to v3.0.0, earlier versions of the library used different internals. We recommend using the latest version you can.

Version Supported React version Editor Transpiler
v3.x.x v17.x.x use-editable Sucrase
v2.x.x v16.x.x react-simple-code-editor BublΓ©

Additionally, several members of the community reported an issue introduced in 2.3.0 which threw the following Invariant error:

Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app
See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.

This appears to have been cause by differing React versions between React Live and projects targeting React 17.

Upgrading to this new release should address that issue.


🚨 Breaking 🚨

✨ Features ✨

πŸ› Bugfixes πŸ›

introduced in v2.4.1 or earlier

introduced in RC releases for v3.0.0

πŸ” Security πŸ”

πŸ“– Documentation πŸ“–

πŸ‘©πŸ»β€πŸ’»New Contributors πŸ‘¨πŸΏβ€πŸ’»

Full Changelog: https://github.com/FormidableLabs/react-live/compare/v2.4.1...v3.0.0

v3.0.0-rc1

2 years ago

v3.0.0-rc0

2 years ago

v2.4.1

2 years ago

πŸ› Bugfixes πŸ›

v2.4.0

2 years ago

This release is intended to upgrade some of the core dependencies ahead of more significant changes coming in the next major release.

✨ Features ✨

πŸ” Security πŸ”

v2.3.0

2 years ago

✨ Features ✨

⚠️ Please note -- if you have implemented a custom editor that extended the previous class implementation of Editor, this will no longer work.

Please see the Custom Editor story for an example of how to implement a custom editor without extending the built-in one.

πŸ› Bugfixes πŸ›

πŸ” Security πŸ”

πŸ“– Documentation πŸ“–


h/t to @tomByrer, @bkonkle, @maksnester

v2.2.3

3 years ago

πŸ› Bugfixes πŸ›

⚠️ Please note -- this change officially breaks support for React 15. I decided against a major release since React 15 support has been unofficially broken since 2.0.0

πŸ“– Documentation πŸ“–

v2.2.2

4 years ago
  • Merge pull request #172 from ZhenHe17/fix/demo-start-scripts 6bc5776
  • fix: demo start scripts 616649a
  • chore: update 'prism-react-renderer' & 'unescape' 041794d
  • Add LiveContext typings de588f0

https://github.com/FormidableLabs/react-live/compare/v2.2.1...v2.2.2