Skip to content

Commit 36f342c

Browse files
authored
Update CHANGELOG.md
1 parent 9b1eb68 commit 36f342c

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,24 @@ All notable changes to this project's source code will be documented in this fil
44
Migration instructions for the major updates can be found [here](https://www.shakacode.com/react-on-rails/docs/guides/upgrading-react-on-rails#upgrading-to-version-9.md). Some smaller migration information can be found here.
55

66
## Want to Save Time Updating?
7-
If you would like help in migrating between React on Rails versions or help with implementing server rendering, please contact [[email protected]](mailto:[email protected]) for information about our [React on Rails Pro Support Options](https://www.shakacode.com/react-on-rails-pro).
87

9-
We specialize in helping companies quickly and efficiently update client-side dependencies, allowing developers to focus on features and bug fixes rather than addressing tech-debt from old dependencies. ShakaCode also maintains Shakapacker, the successor to Webpacker.
8+
If you need help upgrading `react_on_rails`, `webpacker` to `shakapacker`, or JS packages, contact [email protected]. We can upgrade your project and improve your development and customer experiences, allowing you to focus on building new features or fixing bugs instead.
9+
10+
For an overview of working with us, see our [Client Engagement Model](https://www.shakacode.com/blog/client-engagement-model/) article and [how we bill for time](https://www.shakacode.com/blog/shortcut-jira-trello-github-toggl-time-and-task-tracking/).
11+
12+
If you think ShakaCode can help your project, [click here](https://meetings.hubspot.com/justingordon/30-minute-consultation) to book a call with [Justin Gordon](mailto:[email protected]), the creator of React on Rails and Shakapacker.
1013

1114
## Contributors
1215
Please follow the recommendations outlined at [keepachangelog.com](http://keepachangelog.com/). Please use the existing headings and styling as a guide, and add a link for the version diff at the bottom of the file. Also, please update the `Unreleased` link to compare to the latest release version.
1316

1417
## Versions
1518
### [Unreleased]
1619
Changes since the last non-beta release.
17-
#### Added
18-
- Pack Generation: Added functionality that will add an import statement, if missing, to the server bundle entrypoint even if the autobundle generated files still exist [PR 1610](https://github.com/shakacode/react_on_rails/pull/1610) by [judahmeek](https://github.com/judahmeek).
20+
21+
### [14.0.1] - 2024-05-16
22+
23+
#### Fixed
24+
- Pack Generation: Added functionality that will add an import statement, if missing, to the server bundle entry point even if the auto-bundle generated files still exist [PR 1610](https://github.com/shakacode/react_on_rails/pull/1610) by [judahmeek](https://github.com/judahmeek).
1925

2026
### [14.0.0] - 2024-04-03
2127
_Major bump because dropping support for Ruby 2.7 and deprecated `webpackConfigLoader.js`._
@@ -1122,7 +1128,8 @@ Best done with Object destructing:
11221128
##### Fixed
11231129
- Fix several generator-related issues.
11241130

1125-
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.0.0...master
1131+
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.0.1...master
1132+
[14.0.1]: https://github.com/shakacode/react_on_rails/compare/14.0.0...14.0.1
11261133
[14.0.0]: https://github.com/shakacode/react_on_rails/compare/13.4.0...14.0.0
11271134
[13.4.0]: https://github.com/shakacode/react_on_rails/compare/13.3.5...13.4.0
11281135
[13.3.5]: https://github.com/shakacode/react_on_rails/compare/13.3.4...13.3.5

0 commit comments

Comments
 (0)