Skip to content
Snippets Groups Projects
Commit 57c0736b authored by Shibin Das's avatar Shibin Das
Browse files

Release version 3.1.0

parent 47bb2503
Branches
Tags 3.1.0
No related merge requests found
# revision_graph
## 3.1.0
### Minor Changes
- Make all interface text translatable.
- Harmonize user interface texts for Revision Graph.
- Performance improvement for large revision history.
This is a major refactor. The revisions are fetched via JavaScript so that the initial page can be rendered asap.
The pagination introduced a problem in calculating parent revision. This lead to another refactor to detect parent
revision via JavaScript after all revisions are fetched from server.
### Patch Changes
- Introduce Changelog.
{
"name": "revision_graph",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"description": "Provides an alternative visualisation for Node revisions based on git graph",
"main": "index.js",
......
# revision-graph-js
## 1.0.1
### Patch Changes
- Introduce Changelog.
{
"name": "revision-graph-js",
"version": "1.0.0",
"version": "1.0.1",
"description": "JavaScript library for the Drupal Revision Graph module, providing interactive visualization of content revision history",
"main": "dist/revision-graph.iife.js",
"types": "dist/types/index.d.ts",
......@@ -26,8 +26,7 @@
],
"author": "Shibin Das <d34dman@drupal.org>",
"license": "GPL-2.0-or-later",
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment