Releases: vixis/angularplasmid
Releases · vixis/angularplasmid
1.0.5
1.0.4
1.0.3
Initial official release
With Angular 1.3.x now officially released, AngularPlasmid is now officially released as well.
1.0.1
Added support for <svgelement> tag to allow any arbitrary SVG element to be inserted anywhere in the plasmid graph. Ex
<svgelement type="a" xlink:href="http://angularplasmid.vixis.com" >
<markerlabel>...</markerlabel>
</svgelement>
This will surround the <markerlabel> element with an SVG anchor <a> tag to allow the markerlabel to be hyperlinked with an external site. All SVG elements are supported by specifying them as the "type" attribute in an <svgelement>.
In order to support this, AngularPlasmid requires at least the 1.3.0-beta-19 release of AngularJS because of fixes with SVG support.