Create initial Upgrading guide for v4#8182
Merged
Merged
Conversation
e5ceb36 to
132b1c1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8182 +/- ##
=======================================
Coverage 99.10% 99.10%
=======================================
Files 140 140
Lines 4013 4013
=======================================
Hits 3977 3977
Misses 36 36 ☔ View full report in Codecov by Sentry. |
68fed90 to
e46aaa6
Compare
ed616a4 to
b66026f
Compare
b66026f to
b6afbf6
Compare
thibaudgg
added a commit
to acp-admin/activeadmin
that referenced
this pull request
Dec 29, 2023
This patch updates the French locales to be inline with the latest changes in the English ones. More details about the changes can be found in the v4 upgrade guide: activeadmin#8182
Merged
14fa3fd to
edc6b11
Compare
thibaudgg
added a commit
to acp-admin/activeadmin
that referenced
this pull request
Dec 30, 2023
This patch updates the French locales to be inline with the latest changes in the English ones. More details about the changes can be found in the v4 upgrade guide: activeadmin#8182
javierjulio
pushed a commit
that referenced
this pull request
Dec 30, 2023
This patch updates the French locales to be inline with the latest changes in the English ones. More details about the changes can be found in the v4 upgrade guide: #8182
edc6b11 to
81b5a77
Compare
Closed
94e2152 to
f0d187e
Compare
For now this copies the partials that we consider public and is expected that to be customized in the host app unless the defaults are fine as is. Any other partials are considered private. If they are copied, the user is expected to update those per release as they can encounter breaking changes, much like with monkey patching.
f0d187e to
d04aeaf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the initial upgrading guide for a v4 release. We'll make more changes after the first beta release.
I will prep documentation changes separately and at some point would like to update the site to use VitePress.The documentation updates and using VitePress is now in #8194.