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
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ Whitespace conventions:
20
20
21
21
## [0.9.0] - Unreleased
22
22
23
+
### Added
24
+
25
+
-`react/react-source` is the suggested way to include ReactJS sources now. Simply require `react/react-source` immediately before the `require "reactrb"` in your Opal code will make it work.
26
+
27
+
### Deprecated
28
+
29
+
-`react-latest` & `react-v1x` is deprecated. Use `react/react-source` instead.
30
+
23
31
### Removed
24
32
25
33
-`opal-browser` is removed from runtime dependency. (#133)
0 commit comments