Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Refactored to support new APIs available in Drupal 10 and Drupal 11.
The revision history should work as expected for node revisions present in the system before the module was introduced.
The project underwent a significant architectural overhaul.
Thank you GitGraph.js
No more dependency on external library GitGraph.js. Sincere thanks to the maintainer of GitGraph, which allowed us to flush out the initial version of the project.
No more custom table
Revision Graphs doesn't use any custom table to store revision history. This aligns with more on how core revision list works and detects language specific revisions. This means you can enable and uninstall the module without any loss of data.
This also means, hooks and Classes used to handle storage is no longer needed and have been removed.
NOTE: There would a noticeable performance degradation as Node revisions get loaded into memory while generating the revision history on server side.