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
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,18 @@ Please follow the recommendations outlined at [keepachangelog.com](http://keepac
16
16
Changes since last non-beta release.
17
17
18
18
*Please add entries here for your pull requests that are not yet released.*
19
+
20
+
### [12.0.3] - 2020-09-02
21
+
#### Fixed
22
+
- Async script loading optimizes page load speed. With this fix, a bundle
23
+
can be loaded "async" and a handler function can determine when to hydrate.
24
+
For an example of this, see the [docs for loadable-components SSR](https://loadable-components.com/docs/server-side-rendering/#4-add-loadableready-client-side).
25
+
[PR 1327](https://github.com/shakacode/react_on_rails/pull/1327) by [justin808](https://github.com/justin808).
26
+
Loadable-Components is supported by [React on Rails Pro](https://www.shakacode.com/react-on-rails-pro).
27
+
19
28
### [12.0.2] - 2020-07-09
20
29
#### Fixed
21
-
- Remove dependency upon Redux for Typescript types [PR 1323](https://github.com/shakacode/react_on_rails/pull/1306) by [justin808](https://github.com/justin808).
30
+
- Remove dependency upon Redux for Typescript types.[PR 1323](https://github.com/shakacode/react_on_rails/pull/1306) by [justin808](https://github.com/justin808).
22
31
23
32
### [12.0.1] - 2020-07-09
24
33
#### Fixed
@@ -934,7 +943,8 @@ Best done with Object destructing:
0 commit comments