Skip to content

Commit 135378c

Browse files
committed
Updated CHANGELOG.MD and README.MD
1 parent 715eee5 commit 135378c

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,14 @@ Changes since last non-beta release.
99

1010
_Please add entries here for your pull requests that are not yet released._
1111

12-
## [2.7.0.rc.0] - TBD
12+
## [2.7.0] - 2021-10-12
1313

1414
#### New Features
1515
- Camelizes keys with primitive values, in addition to hashes #946
1616
- Expose alternative implementations for `ReactUJS.getConstructor` #1050
1717
- Include turbolinks in dev and update webdrivers #1174
1818
- 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
3520

3621
#### Bug Fixes
3722
- Fix installation crash caused by absolute path for `source_entry_path` in default `config/webpacker.yml` coming from `shakapacker` version 6.x - #1216

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Ruby](https://github.com/reactjs/react-rails/actions/workflows/ruby.yml/badge.svg)](https://github.com/reactjs/react-rails/actions/workflows/ruby.yml)
66

77
## News
8-
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`.
99

1010
## Summary
1111
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/)
1414
* Supports Sprockets 4.x, 3.x, 2.x
1515
* 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/)
1616

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+
1733
## Resouces
1834
* [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).
2035
* If you are upgrading, you might consider migrating to the [react_on_rails](https://github.com/shakacode/react_on_rails) gem.
2136
* Source code example utilizing React-Rails: https://github.com/BookOfGreg/react-rails-example-app
2237

0 commit comments

Comments
 (0)