You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ See [Upgrading React on Rails](./docs/basics/upgrading-react-on-rails.md) for mo
9
9
Changes since last non-beta release.
10
10
11
11
*Please add entries here for your pull requests that are not yet released.*
12
+
- Handle <scriptasync> for Webpack bundle transparently. Closes [issue #290](https://github.com/shakacode/react_on_rails/issues/290)[PR 1099](https://github.com/shakacode/react_on_rails/pull/1099) by [squadette](https://github.com/squadette).
12
13
13
14
#### Changed
14
15
- Document how to manually rehydrate XHR-substituted components on client side. [PR 1095](https://github.com/shakacode/react_on_rails/pull/1095) by [hchevalier](https://github.com/hchevalier).
@@ -87,7 +88,7 @@ both the gem and the node package get the updates. This change ensures that the
87
88
88
89
### [10.1.3] - 2018-02-28
89
90
#### Fixed
90
-
- Improved error reporting on version mismatches between Javascript and Ruby packages. [PR 1025](https://github.com/shakacode/react_on_rails/pull/1025) by [theJoeBiz](https://github.com/squadette).
91
+
- Improved error reporting on version mismatches between Javascript and Ruby packages. [PR 1025](https://github.com/shakacode/react_on_rails/pull/1025) by [squadette](https://github.com/squadette).
0 commit comments