Skip to content

Commit bd3c02e

Browse files
committed
📝 Tweak Changelog
[ci skip]
1 parent f02a3af commit bd3c02e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# react-rails
22

3+
#### Breaking Changes
4+
5+
#### New Features
6+
7+
#### Deprecation
8+
9+
#### Bug Fixes
10+
- Call ReactDOM.render() when react_component :prerender option is falsy, instead of ReactDOM.hydrate() #844, #842
11+
312
## 2.4.2
413
#### Bug Fixes
514
- ReactDOM.hydrate() may not be defined for everyone, it will now use hydrate if it is defined or fallback to render #832
6-
- Call ReactDOM.render() when react_component :prerender option is falsy ( instead of ReactDOM.hydrate() ).
715

816
## 2.4.1
917

0 commit comments

Comments
 (0)