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
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,29 +9,14 @@ Changes since last non-beta release.
9
9
10
10
_Please add entries here for your pull requests that are not yet released._
11
11
12
-
## [2.7.0.rc.0] - TBD
12
+
## [2.7.0] - 2021-10-12
13
13
14
14
#### New Features
15
15
- Camelizes keys with primitive values, in addition to hashes #946
16
16
- Expose alternative implementations for `ReactUJS.getConstructor`#1050
17
17
- Include turbolinks in dev and update webdrivers #1174
18
18
- Add support for multiple `require.context` with addition of `useContexts`#1144
19
-
- Update dependencies
20
-
21
-
#### Update dependencies
22
-
- react to 17.0.2 #1218
23
-
- webpack to 5.74.0
24
-
- webpack-dev-server to 2.11.5 #1150
25
-
- Node-sass to 7.0.0 #1158
26
-
- url-parse to 1.5.10 #1167
27
-
- minimist to 1.2.6 #1169
28
-
- async to 2.6.4 #1178
29
-
- rack to 2.2.3.1 #1182
30
-
- eventsource to 1.1.1 #1183
31
-
- rails-html-sanitizer to 1.4.3 #1188
32
-
- tzinfo to 1.2.10 #1190
33
-
34
-
#### Deprecation
19
+
- Update many dependencies
35
20
36
21
#### Bug Fixes
37
22
- Fix installation crash caused by absolute path for `source_entry_path` in default `config/webpacker.yml` coming from `shakapacker` version 6.x - #1216
v2.7.0.rc.2 is out on [Ruby Gems](https://rubygems.org/gems/react-rails/versions/2.7.0.rc.2) and [NPM v2.7.0-rc.2](https://www.npmjs.com/package/react_ujs/v/2.7.0-rc.2). Please try it out!
8
+
v2.7.0 is released. Please try it out and report any issues. We'll try to address any critical issues ASAP. We're going shortly release 3.0 which improves support for SSR, but it's a breaking change because it requires updating dependencies, such as going from `webpacker` to `shakapacker`.
9
9
10
10
## Summary
11
11
React-Rails is a flexible tool to use [React](http://facebook.github.io/react/) with Rails. The benefits:
@@ -14,9 +14,24 @@ React-Rails is a flexible tool to use [React](http://facebook.github.io/react/)
14
14
* Supports Sprockets 4.x, 3.x, 2.x
15
15
* Lets you use [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html), [ES6](http://es6-features.org/), [TypeScript](https://www.typescriptlang.org/), [CoffeeScript](http://coffeescript.org/)
16
16
17
+
---
18
+
## ShakaCode Support
19
+
20
+
[ShakaCode](https://www.shakacode.com) offers support for upgrading this gem, and related gems such as Webpacker and using Shakapacker. If interested, contact Justin Gordon, [[email protected]](mailto:[email protected]). We're also [hiring](https://jobs.lever.co/shakacode/3bdbfdb3-4495-4611-a279-01dddb351abe)!
21
+
22
+
Here's a testimonial of how ShakaCode can help, from [Florian Gößler](https://github.com/FGoessler) of [Blinkist](https://www.blinkist.com/), January 2, 2023:
23
+
> Hey Justin 👋
24
+
>
25
+
> I just wanted to let you know that we today shipped the webpacker to shakapacker upgrades and it all seems to be running smoothly! Thanks again for all your support and your teams work! 😍
26
+
>
27
+
> On top of your work, it was now also very easy for me to upgrade Tailwind and include our external node_module based web component library which we were using for our other (more modern) apps already. That work is going to be shipped later this week though as we are polishing the last bits of it. 😉
28
+
>
29
+
> Have a great 2023 and maybe we get to work together again later in the year! 🙌
30
+
31
+
Read the [full review here](https://clutch.co/profile/shakacode#reviews?sort_by=date_DESC#review-2118154). Here's [another review of a Shakapacker migration that led to more work](https://clutch.co/profile/shakacode#reviews?sort_by=date_DESC#review-2096078).
32
+
17
33
## Resouces
18
34
*[Click to join **React + Rails Slack**](https://reactrails.slack.com/join/shared_invite/enQtNjY3NTczMjczNzYxLTlmYjdiZmY3MTVlMzU2YWE0OWM0MzNiZDI0MzdkZGFiZTFkYTFkOGVjODBmOWEyYWQ3MzA2NGE1YWJjNmVlMGE). Then join the channel `#react-rails`.
19
-
* If you need help upgrading `react-rails`, `webpacker`, or JS packages, contact [[email protected]](mailto:[email protected]). The [ShakaCode.com](https://www.shakacode.com) team is helping to maintain this Ruby gem. Check out [this discussion](https://github.com/reactjs/react-rails/discussions/1200).
20
35
* If you are upgrading, you might consider migrating to the [react_on_rails](https://github.com/shakacode/react_on_rails) gem.
21
36
* Source code example utilizing React-Rails: https://github.com/BookOfGreg/react-rails-example-app
0 commit comments