-
-
Notifications
You must be signed in to change notification settings - Fork 0
Updated Gin to 5. #162
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
Merged
Merged
Updated Gin to 5. #162
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🧩 Analysis chain
🌐 Web query:
drupal/gin 5.0 release notes breaking changes upgrade guide💡 Result:
Gin 5.0.0 was released on June 18, 2025. It requires Drupal ^11.2, unlike 4.x series which supported Drupal 10/11<11.2. Release notes for 5.0.0: Bug fix for
#3503575: Integrate Gin with the new Navigation Top Bar. Changes since 4.1.0. No explicit breaking changes or dedicated upgrade guide found in release notes across 5.0.x versions (5.0.0 to 5.0.12). All listed as bug fixes. Potential considerations from 4.x releases (may carry over): Dropped Drupal 9 support; CSS3 classes changed from CamelCase to kebab-case (#3309113); New/sticky navigation enabled by default. Upgrade via Composer: composer require 'drupal/gin:^5.0'. Clear caches after update. Check compatibility with Drupal 11.2+ and related modules (e.g., gin_lb, Layout Paragraphs have reported issues with Gin 5.x). Project page: https://www.drupal.org/project/gin. Releases: https://www.drupal.org/project/gin/releases. Source: https://git.drupalcode.org/project/gin.Citations:
🌐 Web query:
drupal/gin_toolbar 3.0 release notes breaking changes compatibility with gin 5.x💡 Result:
The gin_toolbar 3.0.0 release (June 18, 2025) lists only "Bug fixes" in its release notes with no detailed changelog or explicit breaking changes mentioned on the official Drupal.org release page. Subsequent patch releases (3.0.1, 3.0.2, 3.0.3 as of January 2026) are also bug fixes only: 3.0.1 removes dependency from core toolbar module; 3.0.3 fixes CSS aggregation issues. The 3.0.0-alpha1 notes "Get ready for Drupal 11.2", indicating preparation for newer Drupal core compatibility. gin_toolbar 3.x is fully compatible with Gin 5.x. Multiple sources confirm Gin 5.0 requires gin_toolbar 3.0 (while Gin 4.x uses 2.x), resolving version conflicts when updating. gin_toolbar 3.x works with Drupal ^11.2, aligning with recent Gin releases supporting Drupal 11. No incompatibilities or required workarounds noted for Gin 5.x.
Citations:
🏁 Script executed:
Repository: drevops/website
Length of output: 510
Verify compatibility with Drupal 11.2+ and test for CSS/navigation behavior changes.
The gin 5.x → gin_toolbar 3.x pairing is compatible and required. However, note these important changes:
Test the configuration export against the 5.x schema before deploying to ensure
config/default/gin.settings.ymlsettings are compatible.🤖 Prompt for AI Agents