Releases: FormidableLabs/react-live
Releases · FormidableLabs/react-live
v2.2.3
🐛 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 📖
v.2.2.0
- 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
Changes
- Small patch to pin
create-react-context
to a version which uses an MIT license. #147
v2.1.1
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
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
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
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
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 🎉