v2.3.0
✨ Features ✨
- add
transpileOptions
prop toLiveProvider
#260 - migrate other Live components to fn components #264
Editor
is now a functional component
⚠️ Please note -- if you have implemented a custom editor that extended the previousclass
implementation ofEditor
, 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 🐛
- Move LiveProvider to hooks #226
- fixes warnings about unsafe lifecycle methods (
componentDidMount
)
- fixes warnings about unsafe lifecycle methods (
- remove onChange prop again before spreading to react-simple-code-editor #262
- fixup lint errors #263
🔐 Security 🔐
- update dependencies #259
core-js
bumped from^2.4.1
to^3.14.0
📖 Documentation 📖
- update demo site #257
h/t to @tomByrer, @bkonkle, @maksnester