Skip to content

Releases: vixis/angularplasmid

1.0.5

24 Feb 04:55

Choose a tag to compare

Provided examples for simple and biojs use

1.0.4

23 Feb 22:31

Choose a tag to compare

Support for bower and npm installs

1.0.3

23 Feb 15:24

Choose a tag to compare

Added support for bower

Initial official release

20 Feb 04:55

Choose a tag to compare

With Angular 1.3.x now officially released, AngularPlasmid is now officially released as well.

1.0.1

27 Aug 02:42

Choose a tag to compare

1.0.1 Pre-release
Pre-release

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.

1.0.0

13 Aug 17:51

Choose a tag to compare

1.0.0 Pre-release
Pre-release

Initial release of AngularPlasmid