Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Releases: nicoespeon/gitgraph.js

v1.2.0

19 Mar 09:30
Compare
Choose a tag to compare
  • 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)

04 Feb 10:56
Compare
Choose a tag to compare
v1.1.3

Merge develop into master

Solve an issue tempting to assign a read-only variable in Firefox (#93)

23 Jan 18:46
Compare
Choose a tag to compare

Fix details position (#85) & typos around

23 Jan 18:46
Compare
Choose a tag to compare
v1.1.1

Merge develop into master

v1.1.0

24 Nov 13:28
Compare
Choose a tag to compare
  • Graph emitscommit: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

Or check the complete changelog.

v1.0.3

02 Apr 07:08
Compare
Choose a tag to compare

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.