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

Releases: nicoespeon/gitgraph.js

Fix fast-forward for horizontal graphs

16 Dec 16:15
Compare
Choose a tag to compare
v1.6.1

Merge develop into master

Add fast-forward option for merges

16 Dec 12:49
Compare
Choose a tag to compare

Now you can do feature.merge(develop, { fastForward: true }); to perform a fast-forward merge if possible.

If fast-forward is not possible, it will fallback to regular merge.

Enhance emitted events

09 Dec 07:50
Compare
Choose a tag to compare
  • Canvas event handlers can be disposed from the consumer end with gitgraph.dispose() - #128
  • Click handlers receive the original event objects so you can identify the click type, for instance - #129

Add tooltipDisplay to commit options

02 Sep 19:26
Compare
Choose a tag to compare

Fix offsetX and offsetY for older FF

01 Sep 09:58
Compare
Choose a tag to compare

Add the possibility to display tag without box

08 Aug 17:12
Compare
Choose a tag to compare

Add the possibility to change the initial CommitOffsetX and CommitOffsetY

25 Jul 13:09
Compare
Choose a tag to compare

Fix branches from previous commit + events support for FF < 39

07 Jul 06:54
Compare
Choose a tag to compare

Restore line dash after applying it to branch

09 May 11:38
Compare
Choose a tag to compare

Fix tag alignment

29 Mar 14:31
Compare
Choose a tag to compare