Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
revision_graph
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
revision_graph
Commits
57c0736b
Commit
57c0736b
authored
3 months ago
by
Shibin Das
Browse files
Options
Downloads
Patches
Plain Diff
Release version 3.1.0
parent
47bb2503
Branches
Branches containing commit
Tags
3.1.0
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+17
-0
17 additions, 0 deletions
CHANGELOG.md
package.json
+1
-1
1 addition, 1 deletion
package.json
revision-graph-js/CHANGELOG.md
+7
-0
7 additions, 0 deletions
revision-graph-js/CHANGELOG.md
revision-graph-js/package.json
+2
-3
2 additions, 3 deletions
revision-graph-js/package.json
with
27 additions
and
4 deletions
CHANGELOG.md
0 → 100644
+
17
−
0
View file @
57c0736b
# 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.
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
57c0736b
{
"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"
,
...
...
This diff is collapsed.
Click to expand it.
revision-graph-js/CHANGELOG.md
0 → 100644
+
7
−
0
View file @
57c0736b
# revision-graph-js
## 1.0.1
### Patch Changes
-
Introduce Changelog.
This diff is collapsed.
Click to expand it.
revision-graph-js/package.json
+
2
−
3
View file @
57c0736b
{
"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"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment