Skip to content

Releases: JBZoo/Mermaid-PHP

2.2.0: strict_types=1 everywhere (#4)

15 Apr 12:42
42fbb12
Compare
Choose a tag to compare
  • declare(strict_types=1); everywhere
  • PHP 8+ in Travis-CI (experimental)

2.1.3

15 Jan 14:31
Compare
Choose a tag to compare
Update deps

2.1.2: Toggle arrow color on click (#1)

31 Aug 22:05
8f8fb9e
Compare
Choose a tag to compare
* Toggle arrow color on click

When there are a lot of arrows and nodes, it's very hard to follow a single arrow. The stroke-size change on hover helps, but it has two weaknesses:
  1. the arrow still blends with others which are right next to it.
  2. when the diagram is big and the arrow is very large, scrolling will always turn off the hover state.

The color change makes the arrow stand out and it persists through scrolling.

2.1.1

31 Jul 18:03
Compare
Choose a tag to compare
Latest versions

2.1.0

14 Jul 23:07
Compare
Choose a tag to compare
Removed legacy code

2.0.0

14 Jul 13:51
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

1.1.1

13 Dec 01:43
Compare
Choose a tag to compare
Zoom button

1.1.0

12 Dec 23:52
Compare
Choose a tag to compare
100% coverage :)

1.0.0

12 Dec 16:05
Compare
Choose a tag to compare
Update README.md