Releases: ssorallen/turbo-react
v0.9.0
v0.8.3
- Upgrade to htmltojsx v0.2.5 to fix inline
<style>
tags reactjs/react-magic#35
v0.8.2
- Upgrade to htmltojsx v0.2.4 to fix
<textarea>
and<pre>
formatting: reactjs/react-magic#33 - Upgrade to React v0.13.3
Turbolinks Plugin
This release unbundles the Turbolinks dependency, making this library effectively a Turbolinks plugin. Turbolinks must exist on the page before TurboReact is required. This enables use in Rails apps and other places where Turbolinks is already included.
- The main export of the library was renamed from "Reactize" to "TurboReact" to match the repo and project name.
v0.7.0
v0.6.1
Issues Closed
#16 Exceptions should trigger normal pageload - If any problem occurs during Reactize's conversion and reconciliation, forward to the document that it attempted to load so navigation is not broken.
v0.6.0
v0.5.1
v0.5.0
Fix that back button
Versions prior to 0.5 should be considered unusable because they broke browsers' back buttons. By disabling the page cache in Turbolinks, Reactize now behaves as expected.
This also adds a fishy transition demo at https://turbo-react.herokuapp.com/onefish
v0.4.1
DO NOT USE
Use version 0.5.0 or newer if possible. Prior to 0.5.0, the browser back button was broken.
react-magic is now the HTML to JSX converter core of turbo-react, which enables more robust HTML handling.