Releases: FormidableLabs/react-live
Releases · FormidableLabs/react-live
v2.2.3
06 Nov 13:06
Compare
Sorry, something went wrong.
No results found
🐛 Bugfixes 🐛
Remove create-react-context #225
⚠️ 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
02 Dec 10:36
Compare
Sorry, something went wrong.
No results found
v2.2.1
01 Oct 12:26
Compare
Sorry, something went wrong.
No results found
v.2.2.0
20 Aug 14:04
Compare
Sorry, something went wrong.
No results found
Fix noInline default behaviour #159
Update Editor types #156 (Thanks @deini !)
Update documentation (Thanks @featherart !)
Safely catch inline calls with empty render. Fixes #151 (Thanks @ztanner !)
Add README note about bundlesize
Remove Prism from bundle
2.1.2...v2.2.0
v.2.1.2
22 May 09:34
Compare
Sorry, something went wrong.
No results found
Changes
Small patch to pin create-react-context to a version which uses an MIT license. #147
v2.1.1
16 May 11:48
Compare
Sorry, something went wrong.
No results found
Small patch to fix some a bug that surfaced after v.2.1.0
Changes
#145 Fixes ReferenceError caused by no theme prop being passed in
v2.1.0
15 May 14:03
Compare
Sorry, something went wrong.
No results found
This release fixes a number of bugs that arose since v2.0.1 as well as documentation and a CI.
Changes
Merged in patches #134 @mxschmitt .
Merge in patches #135 & #136 by @hasparus .
Fix for #139 implemented by @VirtualDOMinic .
Added CONTRIBUTION.MD by @kiraarghy .
Added CI including prettier, eslint, and tests using sail.ci.
Thanks to everyone who contributed
v.2.0.1
07 Apr 18:18
Compare
Sorry, something went wrong.
No results found
Small patch to fix some bugs that surfaced after v.2.0.0
Changes
#132 That fixes couple bugs all loosely related to onChange events (#130 #127 #126 )
v.2.0.0
20 Mar 21:42
Compare
Sorry, something went wrong.
No results found
New major release 🎉
Changes
Remove our custom Editor in favour of react-simple-code-editor
Code highlighting is now done with prism-react-renderer so styling the Editor changes from adding css classes to creating a theme (see more here) .
Editing can be disabled with disabled prop
language prop in case you want to have different language syntax highlighting.
Added some more storybook stories for better examples
Improved documentation around transformCode and babel
v1.12.0
15 Oct 15:21
Compare
Sorry, something went wrong.
No results found
Changes
Update Typescript version and typings #85
Add workaround to stop tests from failing due to Jest bug #85
Update from legacy context to React 16.x context and add polyfill for v15 compatibility #98
Special thanks to @probablyup & @thielium for your great contributions 🎉