-
-
Couldn't load subscription status.
- Fork 638
added support for sp 8+ #1629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added support for sp 8+ #1629
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -18,6 +18,11 @@ Please follow the recommendations outlined at [keepachangelog.com](http://keepac | |||||||||||||
| ### [Unreleased] | ||||||||||||||
| Changes since the last non-beta release. | ||||||||||||||
|
|
||||||||||||||
| ### [14.0.2] - 2024-06-11 | ||||||||||||||
|
|
||||||||||||||
| #### Fixed | ||||||||||||||
| - Project initialization with Shakapacker v8+ fixed [PR 1629](https://github.com/shakacode/react_on_rails/pull/1629) by [vaukalak](https://github.com/vaukalak) | ||||||||||||||
|
|
||||||||||||||
| ### [14.0.1] - 2024-05-16 | ||||||||||||||
|
|
||||||||||||||
| #### Fixed | ||||||||||||||
|
|
@@ -1128,7 +1133,8 @@ Best done with Object destructing: | |||||||||||||
| ##### Fixed | ||||||||||||||
| - Fix several generator-related issues. | ||||||||||||||
|
|
||||||||||||||
| [Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.0.1...master | ||||||||||||||
| [Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.0.2...master | ||||||||||||||
| [14.0.2]: https://github.com/shakacode/react_on_rails/compare/14.0.1...14.0.2 | ||||||||||||||
|
Comment on lines
+1136
to
+1137
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add blank lines around the heading and lists to adhere to markdown best practices. 1135a1136
>
1136a1138
> Committable suggestion
Suggested change
|
||||||||||||||
| [14.0.1]: https://github.com/shakacode/react_on_rails/compare/14.0.0...14.0.1 | ||||||||||||||
| [14.0.0]: https://github.com/shakacode/react_on_rails/compare/13.4.0...14.0.0 | ||||||||||||||
| [13.4.0]: https://github.com/shakacode/react_on_rails/compare/13.3.5...13.4.0 | ||||||||||||||
|
|
||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure proper markdown formatting by adding blank lines around headings and lists.
Committable suggestion
Tools
Markdownlint