Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit be4eb9d

Browse files
committed
Remove react-latest & react-v1x
1 parent 5533d74 commit be4eb9d

File tree

6 files changed

+4
-84806
lines changed

6 files changed

+4
-84806
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Whitespace conventions:
3131
- `React.render_to_string` & `React.render_to_static_markup` is deprecated, use `React::Server.render_to_string` & `React::Server.render_to_static_markup` instead. (#186)
3232
- `react/react-source` is deprecated, use `react/react-source-browser` or `react/react-source-server` instead. For most usecase, `react/react-source-browser` is sufficient. If you are using the built-in server side rendering feature, the actual `ReactDOMServer` is already provided by the `react-rails` gem. Therefore, unless you are building a custom server side rendering mechanism, it's not suggested to use `react/react-source-server` in browser code. (#186)
3333

34+
### Removed
35+
36+
- `react-latest` & `react-v1x` is removed. Use `react/react-source-browser` or `react/react-source-server` instead.
37+
3438
### Fixed
3539

3640
- [NativeLibrary] Passing native JS object as props will raise exception. (#195)

lib/hyper-react.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@
4848
require 'reactive-ruby/serializers'
4949

5050
Opal.append_path File.expand_path('../', __FILE__).untaint
51-
Opal.append_path File.expand_path('../sources/', __FILE__).untaint
5251
require "react/react-source"
5352
end

0 commit comments

Comments
 (0)