Skip to content

Releases: davidballester/grapher

v2.0.0

01 Nov 20:42
Compare
Choose a tag to compare

2.0.0 (2019-11-01)

chore

  • manually bump version 2.0.0 (62f1226)

Features

  • allow a sample graph when creating new (fb1e428)
  • correct grammar usage mistakes (6cff33d)
  • text: show error on editor (95c0545)
  • remove graph elements edition (ae24623)
  • update oboarding (e030730)
  • text: add editor component to graph view (88d43fb)
  • text: add independent groups declaration (d5d3bed)
  • text: add line break as separator (aeaf040)
  • text: add text processing to graph duck (2ae8d2d)
  • text: add text to graph state (4abb05f)
  • text: allow multiple line breaks as separators (7e2d362)
  • text: define colors for groups (ba809f5)
  • text: preserve group color in nodes and links (83b85cf)

BREAKING CHANGES

  • New text based version of grapher ready!

v1.3.1

13 Oct 12:25
Compare
Choose a tag to compare

1.3.1 (2019-10-13)

Bug Fixes

  • make scrollbar appear just if needed (ca11cd6)

v1.3.0

10 Aug 18:29
Compare
Choose a tag to compare

1.3.0 (2019-08-10)

Features

  • links: add links description (c29890e)
  • nodes: add nodes description (960ad9f)

v1.2.0

09 Aug 17:47
Compare
Choose a tag to compare

1.2.0 (2019-08-09)

Features

  • text: add multiple paths info to onboarding (b082977)
  • text: allow multiple paths separated by semicolons (9c53f69)
  • text: remove multiple nodes as valid graph (1fbf9c9)

v1.1.0

08 Aug 18:05
Compare
Choose a tag to compare

1.1.0 (2019-08-08)

Bug Fixes

  • do not display groups selector if there are no groups (d1d50e3)
  • graph: remove selections when changing graphs (294ec8d)
  • groups: show border shadow of groups panel (068629b)
  • groups: use ellipsis for text when it does not fit (46802fb)
  • text: underline in red in case of error (624e570)

Features

  • canvas: base selection color on node color (d9f422e)
  • canvas: use sectioning coloring for node groups (47e41a2)
  • graph: improve layout based on screen width (a577c48)
  • groups: hide color box on small screens (9abfd3a)

v1.0.1

07 Aug 16:22
Compare
Choose a tag to compare

1.0.1 (2019-08-07)

Bug Fixes

  • graph: empty groups on new graph (5e0c233)

v1.0.0

02 Aug 17:21
Compare
Choose a tag to compare

1.0.0 (2019-08-02)

Features

  • List existing graphs in the local storage.
  • Persist graphs to the local storage.
  • Draw graphs on a canvas.
  • Add nodes.
  • Add links.
  • Add groups.
  • Add nodes and links to groups.
  • Grammar to edit graphs using text.
  • Export graph to JSON format.
  • Import graph from a JSON file.
  • Delete a graph.
  • Edit graph name.