Skip to content

Releases: ssorallen/turbo-react

v0.9.0

20 Jun 03:44
Compare
Choose a tag to compare
  • Upgrade to React 0.14.8
  • Upgrade to Turbolinks 5.0.0-beta5

This release uses the latest version Turbolinks and the latest version of React used by react-magic.

v0.8.3

28 Oct 01:57
Compare
Choose a tag to compare

v0.8.2

15 Sep 07:52
Compare
Choose a tag to compare
  • Upgrade to htmltojsx v0.2.4 to fix <textarea> and <pre> formatting: reactjs/react-magic#33
  • Upgrade to React v0.13.3

Turbolinks Plugin

03 May 18:20
Compare
Choose a tag to compare

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

21 Feb 03:14
Compare
Choose a tag to compare
  • Run initial diff on DOMContentLoaded instead of load, which enables other scripts to do work in DOMContentLoaded and not get stomped on by Reactize's later load listener.

v0.6.1

20 Feb 07:46
Compare
Choose a tag to compare

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

16 Feb 02:38
Compare
Choose a tag to compare

Exposes Turbolinks global in order to allow Turbolinks configuration like enabling the progress bar.

v0.5.1

01 Feb 20:39
Compare
Choose a tag to compare
  • Upgrade to HTMLtoJSX v0.2.1
    • Properly escape HTML entities
    • Set defaultValue instead of value on input elements so they can be
      edited ("uncontrolled" components)

v0.5.0

12 Jan 05:47
Compare
Choose a tag to compare

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

05 Jan 01:38
Compare
Choose a tag to compare

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.