Skip to content

Releases: liamross/psiagram

v1.2.0-alpha.0

25 Oct 15:25
Compare
Choose a tag to compare
v1.2.0-alpha.0 Pre-release
Pre-release

Psiagram

  1. Edges and Nodes are now passed an the instance of Paper
  2. Line now supports stroke weight and stroke color
  3. Line also attaches custom markers for itself and de-attaches on removal

v1.1.0-alpha.0

23 Oct 04:37
Compare
Choose a tag to compare
v1.1.0-alpha.0 Pre-release
Pre-release

Psiagram

  1. Updated Edges to be more extensible
  2. Added Custom Edge documentation

v1.0.0-alpha.0

15 Oct 04:07
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

Psiagram

  1. Updated Node --> BaseNode and Edge --> BaseEdge
  2. Made all imports relative and shortest-path
  3. Added Custom Node documentation
  4. Breaking changes: Base Node, Base Edge, and Base Edge must now be extended in order to work
  5. New Library item: Line (extends Edge to make it usable)
  6. Updated failing tests

v0.1.0

11 Oct 05:34
Compare
Choose a tag to compare

As the first real release, v0.1.0 represents a significant change in Psiagram.

However, there is still a lot of work and documentation to be done before the first Major Release.

psiagram

  • Nodes and Edges are now highly extensible
  • Typescript has been cleaned up to allow custom Node and Edges without too much complaining
  • The preliminary work on a TextEdge has begun

v0.0.1-beta.5

29 Aug 01:57
Compare
Choose a tag to compare
v0.0.1-beta.5 Pre-release
Pre-release

psiagram

  • Psiagram now generates its own defs
  • Defs contain generic edge arrowhead
  • New API for adding and removing defs based on id system

psiagram-plugin-grid

  • Grid now simply inserts defs into existing Paper def element

other

  • Changed some names containing Workflow to Element

v0.0.1-beta.4

17 Jul 07:05
Compare
Choose a tag to compare
v0.0.1-beta.4 Pre-release
Pre-release
  • Small documentation update

v0.0.1-beta.3

17 Jul 07:04
Compare
Choose a tag to compare
v0.0.1-beta.3 Pre-release
Pre-release

psiagram

  • Updated join functionality within Edge path generation

psiagram-plugin-routing

  • Created manhattan routing plugin
  • Documentation update regarding plugin

v0.0.1-beta.2

06 Jul 02:06
Compare
Choose a tag to compare
v0.0.1-beta.2 Pre-release
Pre-release

psiagram

  • New: uniqueId is now passed to all plugins and to Edge to allow marker url reference
  • Removed: allowBlockOverlap no longer included in core package
  • Updated: documentation

psiagram-plugin-grid

  • New: Now uses uniqueId from paper to ensure unique id properties for all grid and marker components

v0.0.1-beta.1

30 Jun 00:50
Compare
Choose a tag to compare
v0.0.1-beta.1 Pre-release
Pre-release
  • Final small changes to put Psiagram into beta pre-release

v0.0.1-alpha.6

25 Jun 06:12
Compare
Choose a tag to compare
v0.0.1-alpha.6 Pre-release
Pre-release

psiagram

  • Documentation update

psiagram-plugin-grid

  • Documentation update

psiagram-plugin-mouse-events

  • Documentation update