v2.3.0
✨ Features ✨
- add
transpileOptionsprop toLiveProvider#260 - migrate other Live components to fn components #264
Editoris now a functional component
⚠️ Please note -- if you have implemented a custom editor that extended the previousclassimplementation 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-jsbumped from^2.4.1to^3.14.0
📖 Documentation 📖
- update demo site #257
h/t to @tomByrer, @bkonkle, @maksnester