Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #11 from continuumsecurity/feature/IR-2257
Browse files Browse the repository at this point in the history
[IR-2257] Upgrade Version to 3.4.0
  • Loading branch information
eduardoestrella authored May 22, 2018
2 parents 165ddfb + 9624a76 commit 9c1b202
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .alloy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"alloycore": [ "aui-base-core" ],
"alloyregex": "(aui|yui(",
"yuiversion": "patched-v3.18.1",
"version": "3.3.0"
"version": "3.4.0"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This fork starts from version 3.1.0 and is born out of the necessity to create new features for alloy diagram-builder to apply Threat Modeling diagraming standards.

## Version
Current diagram-builder version 3.3.0
Current diagram-builder version 3.4.0

## Features
Features added to ContinuumSecurity diagram-builder Fork:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alloy-ui",
"version": "3.3.0",
"version": "3.4.0",
"homepage": "http://alloyui.com",
"authors": [
"Eduardo Lundgren <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alloy-ui",
"description": "AlloyUI",
"version": "3.3.0",
"version": "3.4.0",
"author": {
"name": "Eduardo Lundgren",
"email": "[email protected]",
Expand Down
6 changes: 4 additions & 2 deletions src/aui-diagram-builder/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
## @VERSION@

## [3.3.0](https://github.com/continuumsecurity/alloy-ui/releases/tag/3.3.0)
## [3.4.0](https://github.com/continuumsecurity/alloy-ui/releases/tag/3.4.0)

* Task nodes can't move outside of their parent group
* IR-2255 Util to fix position in popups
* IR-2255 Added Node Right click Event
* IR-2257 Added Connector Right Click Event
* IR-2257 Added Connector Left Click Event
* IR-2257 Added Node Id Attribute
* IR-2257 Added Connector Id Attribute

## [3.3.0](https://github.com/continuumsecurity/alloy-ui/releases/tag/3.3.0)

* Task nodes can't move outside of their parent group

## [3.2.0](https://github.com/continuumsecurity/alloy-ui/releases/tag/3.2.0)

Expand Down

0 comments on commit 9c1b202

Please sign in to comment.