-
Notifications
You must be signed in to change notification settings - Fork 752
Releases: reactjs/react-rails
Releases · reactjs/react-rails
2.6.2
@BookOfGreg
BookOfGreg
68f3a4b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Change
- React 16.14
- Support for ShakaPacker
- Preparation for React 18 #1151
Bug Fixes
New Contributors
- @gavin1818 made their first contribution in #1058
- @paulodeon made their first contribution in #1057
- @BabsLabs made their first contribution in #1060
- @ostrgard made their first contribution in #1054
- @ujihisa made their first contribution in #1121
- @jae-mon made their first contribution in #1102
- @ksylvest made their first contribution in #1099
- @kylemellander made their first contribution in #1148
- @calleluks made their first contribution in #1135
- @scraton made their first contribution in #1165
Full Changelog: v2.6.1...v2.6.2
Contributors
- @ujihisa
- @paulodeon
- @calleluks
- @ksylvest
- @scraton
- @ostrgard
- @gavin1818
- @kylemellander
- @jae-mon
- @BabsLabs
ujihisa, paulodeon, and 8 other contributors
Assets 2
1 person reacted
2.6.0
@BookOfGreg
BookOfGreg
43b97a5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
As always a big thank you to everyone who contributes to make the project a success!
🎉 We passed 7 million downloads of the Gem and 3 million on the NPM package. 🎉
New Features
- Typescript component generator #990
Deprecation
Bug Fixes
- assert_react_component will not pass tests where the case was different #979
- action_controller/test_case was accidentally
required
in dev #996
Thanks to all the wonderful people that helped.
@delkopiso
@huacnlee
@Aesthetikx
@HorizonShadow
@cprodhomme
@0xdevalias
@gasi
@hphu3
Assets 2
2.5.0
As always a big thank you to everyone who contributes to make the project a success!
🎉 We passed 5 million downloads of the Gem this month and very close to 2 million on the NPM package. 🎉
Breaking Changes
New Features
- React 16.8.6 prebundled #977
- Added
assert_react_component
test helper #957 - Supports Webpacker 4, Ruby 2.6 #934
- Supports camelize on ActionController::Parameters #932
Deprecation
Bug Fixes
Assets 2
2.4.5
@BookOfGreg
BookOfGreg
fd70bcf
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Merge pull request #908 from reactjs/update-react :arrow_up: Upgrade pre-bundled react to 16.3.2
Assets 2
2.4.3
Assets 2
2.4.2
@BookOfGreg
BookOfGreg
3a30d23
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
2.4.2
Bug Fixes
- ReactDOM.hydrate() may not be defined for everyone, it will now use hydrate if it is defined or fallback to render #832
Assets 2
2.4.1
@BookOfGreg
BookOfGreg
873fbfe
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Bug Fixes
- Webpacker local manifest sometimes had double asset_hosts if the dev server was running #834 thanks @joeyparis
Assets 2
2.4.0
Breaking Changes
New Features
- All generators make React 16 style components
Deprecation
Bug Fixes
Assets 2
2.3.1
Breaking Changes
- React Deprecations for 15.4, 15.5, 15.6 in preparation for 16 handled in prebundled version
New Features
- Generator now makes modern style
createReactClass
(JS) orextends React.Component
(ES6, CoffeeScript) code
Deprecation
- Next version will drop the addons option as they are not supported with React 16
- TheRubyRacer's newest version (0.12.3 at time of writing) only supports libV8 (3.16.14.15) which is too old for some new JS features, future versions of this gem will need more modern ExecJS runtimes such as mini_racer (currently on libV8 5.9.x)