Releases: davidballester/grapher
Releases · davidballester/grapher
v2.0.0
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
v1.3.0
v1.2.0
v1.1.0
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
v1.0.1
v1.0.0
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.