Skip to content

0.4.1 Improved Performance and Plugin Support!

Compare
Choose a tag to compare
@hdngr hdngr released this 20 Nov 21:57
· 54 commits to master since this release
  • FEATURE : #519 Plugin support allows easy extensions to Alchemy. Plugins will be maintained here .
    • Neo4j backend : Query an instance of Neo4j directly from an Alchemy instance
    • Easy searching of backends : Easy query language templating that lets users who do not know Cypher to query the backend
  • FEATURE : #508 Alchemy.create methods render as well as add to dataset. Can be used for dynamic streaming!
  • ENHANCEMENT : Consistent render quality throughout browsers, including Firefox
  • ENHANCEMENT : #530 Faster and can support more nodes/edges
  • ENHACNEMENT : #523 Can initialize with no dataSource. With full node/edge creation, it can be used starting from a blank graph.
  • ENHACNEMENT, BUG : #516 NodeClick / EdgeClick configuration settings now work as expected and allow easy extension of alchemy interactions.
  • BUG : #514 Node text renders in IE 10