This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
Releases: nicoespeon/gitgraph.js
Releases · nicoespeon/gitgraph.js
v1.2.0
- Add boolean
reverseArrow
config option to make arrows point to ancestors - You can attach a
onClick
callback to any commit. It takes the clicked commit object as parameter. - Graph emits
graph:render
event when rendered - Graph emits
commit:mouseout
when you mouseout a commit - Graph exposes its
scalingFactor
- Template can specify not to display tooltips with
commit.shouldDisplayTooltipsInCompactMode
option
Or check the complete changelog.
Fix reverse display (#89)
v1.1.3 Merge develop into master
Solve an issue tempting to assign a read-only variable in Firefox (#93)
v1.1.2 Merge develop into master
Fix details position (#85) & typos around
v1.1.1 Merge develop into master
v1.1.0
- Graph emits
commit:mouseover
event when you hover a commit - You can tag commits, including merge commits
- Commits can take a
onClick
callback - You can specify a column index for a branch
- Template can display branch names
- Template can specify their own
tooltipHTMLFormatter
function
v1.0.3
First draft of the library, with few patches since the first release.
Please check the online doc for more information on what you can do for now.