Skip to content

Releases: Nhogs/popoto

v3.0.0-RC2

11 Aug 13:22
Compare
Choose a tag to compare
  • Remove JQuery dependency
  • Remove rest module and introduce runner module using Neo4j Javascript divers to run queries
  • Add modal with config errors in index.html page

v2.0.0

04 May 15:03
040263d
Compare
Choose a tag to compare
  • Refactored code as a node package
  • Updated to D3 v5
  • Added donut representation of node relations around the node in graph
  • Refactored configuration providers
  • Added support of 'not', 'and', 'or' constraints in graph.

2.0 beta

15 Apr 19:11
Compare
Choose a tag to compare
2.0.0-beta.1

update save to support reverse relationship

2.0 alpha

10 Apr 13:46
Compare
Choose a tag to compare
2.0 alpha Pre-release
Pre-release

update to d3 v5 and first modularization of the code.

Donuts as relations

09 Mar 14:06
Compare
Choose a tag to compare
Donuts as relations Pre-release
Pre-release
update with changes for Popoto.js version 1.2.rc2

- Added donut representation of node relations around the node in graph.
- Nodes are now displayed as circle instead of ellipses.
- Added circle clipPath on node with images to fit in node circle.
- Added provider to set link color. (the color is also used in donut)
- Removed plus sign on nodes to expand relationships
- Added click on links to remove them.
- Removed background highlight circle.
- Added TOGGLE_VIEW_RELATION toolbar action.
- Added SVG defs elements like circle clip path for nodes with images and markers for links. Set popoto.graph.link.SHOW_MARKER to true to display them.
- Added functions addExpandedValue and removeExpandedValue to allow value selection from outside of the graph.
- Added new events on graph actions.
- Added incoming relation in node properties to allow finer customization.
- Added support of multiple selection on node values which allow OR conditions on generated cypher queries and right click now remove last selected value on a node.
- Updated graph events code and added event customization on graph reset, node data loaded.
- Added isCollapsed state in graph schema.
- Added autoLoadValue in provider configuration to preload node value instead of on node click.
- Fixed graph save containing expanded values.
- Added support of not value in nodes.
- Added getSize option in node configuration to allow dynamic size depending on node attributes.
- Refactored query generation.
- Changed results and page size properties, popoto.result.RESULTS_PAGE_SIZE define the number of results displayed in result component, and popoto.query.MAX_RESULTS_COUNT define the number of results returned in cypher query.

add changes for Popoto.js version 1.1.2

08 Mar 12:17
Compare
Choose a tag to compare

Retroactively created based on files released in 2017/05/02

add changes for Popoto.js version 1.1.1

08 Mar 12:09
Compare
Choose a tag to compare

Retroactively created based on files released in 2017/01/23

add changes for Popoto.js version 1.1.0

08 Mar 11:58
Compare
Choose a tag to compare

Retroactively created based on files released in 2016/12/28

First official release

08 Mar 11:41
Compare
Choose a tag to compare

Retroactively created based on files released in 2015/11/03