Skip to content

Commit 86df2fc

Browse files
chore(release): 2.14.0 [skip ci]
# [2.14.0](v2.13.0...v2.14.0) (2022-03-29) ### ✨ Features * add elements with active attribute as a node ([64a7a42](64a7a42)) * add generic confirm popup ([8ca27b4](8ca27b4)) * add listener as nested element to a receiver ([1da20a3](1da20a3)) * change placement algorithm to stack nodes vertically ([916e525](916e525)) * make it possible to add nested elements to elements that close on the same line ([3364d82](3364d82)) * node types now have thier own column ([a39e2ed](a39e2ed)) ### 🐛 Bug Fixes * change text for delete confirm message ([9d2c139](9d2c139)) * the configurations.xml wont be renderd as flow if it contains '<!DOCTYPE Configuration' ([cb9abca](cb9abca)) ### 🛠 Builds * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([bfe7a9d](bfe7a9d)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([25c1e46](25c1e46)) * **deps-dev:** bump eslint in /frank-flow/src/frontend ([0086e70](0086e70))
1 parent 64a7a42 commit 86df2fc

File tree

5 files changed

+32
-7
lines changed

5 files changed

+32
-7
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [2.14.0](https://github.com/ibissource/frank-flow/compare/v2.13.0...v2.14.0) (2022-03-29)
2+
3+
4+
### ✨ Features
5+
6+
* add elements with active attribute as a node ([64a7a42](https://github.com/ibissource/frank-flow/commit/64a7a4280f7dfd9e5bdd16e5a3682bc4240ccd30))
7+
* add generic confirm popup ([8ca27b4](https://github.com/ibissource/frank-flow/commit/8ca27b4098e2d7584a966c23a45dbd29531136e7))
8+
* add listener as nested element to a receiver ([1da20a3](https://github.com/ibissource/frank-flow/commit/1da20a3035e1d49a01df3416d9b00ae3d3b90a02))
9+
* change placement algorithm to stack nodes vertically ([916e525](https://github.com/ibissource/frank-flow/commit/916e525737dbfd6e904385f7350260ae823ce753))
10+
* make it possible to add nested elements to elements that close on the same line ([3364d82](https://github.com/ibissource/frank-flow/commit/3364d82788a7d0b57868a74c65a6c4531214c739))
11+
* node types now have thier own column ([a39e2ed](https://github.com/ibissource/frank-flow/commit/a39e2edd6cdb66019c6776f44411c0de14d8d8a5))
12+
13+
14+
### 🐛 Bug Fixes
15+
16+
* change text for delete confirm message ([9d2c139](https://github.com/ibissource/frank-flow/commit/9d2c13924448de4f1c8c228f3aa5b2ef09024547))
17+
* the configurations.xml wont be renderd as flow if it contains '<!DOCTYPE Configuration' ([cb9abca](https://github.com/ibissource/frank-flow/commit/cb9abca039b7431e963eeec2c4daac9c8e7701d5))
18+
19+
20+
### 🛠 Builds
21+
22+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([bfe7a9d](https://github.com/ibissource/frank-flow/commit/bfe7a9d7f350ec24860fb2a28cf8daa122ac5eb5))
23+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([25c1e46](https://github.com/ibissource/frank-flow/commit/25c1e463666f108d2434dc84625b32e53be9e59f))
24+
* **deps-dev:** bump eslint in /frank-flow/src/frontend ([0086e70](https://github.com/ibissource/frank-flow/commit/0086e70026468970117fc53717b4d51eee2ab60d))
25+
126
# [2.13.0](https://github.com/ibissource/frank-flow/compare/v2.12.5...v2.13.0) (2022-03-28)
227

328

frank-flow-launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.ibissource</groupId>
88
<artifactId>frank-flow-parent</artifactId>
9-
<version>2.13.0-SNAPSHOT</version>
9+
<version>2.14.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>frank-flow-launcher</artifactId>

frank-flow-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ibissource</groupId>
66
<artifactId>frank-flow-parent</artifactId>
7-
<version>2.13.0-SNAPSHOT</version>
7+
<version>2.14.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>frank-flow-webapp</artifactId>

frank-flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ibissource</groupId>
66
<artifactId>frank-flow-parent</artifactId>
7-
<version>2.13.0-SNAPSHOT</version>
7+
<version>2.14.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>frank-flow</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.ibissource</groupId>
55
<artifactId>frank-flow-parent</artifactId>
6-
<version>2.13.0-SNAPSHOT</version>
6+
<version>2.14.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<properties>
@@ -41,17 +41,17 @@
4141
<dependency>
4242
<groupId>org.ibissource</groupId>
4343
<artifactId>frank-flow</artifactId>
44-
<version>2.13.0-SNAPSHOT</version>
44+
<version>2.14.0-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.ibissource</groupId>
4848
<artifactId>frank-flow-launcher</artifactId>
49-
<version>2.13.0-SNAPSHOT</version>
49+
<version>2.14.0-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.ibissource</groupId>
5353
<artifactId>frank-flow-webapp</artifactId>
54-
<version>2.13.0-SNAPSHOT</version>
54+
<version>2.14.0-SNAPSHOT</version>
5555
<type>war</type>
5656
</dependency>
5757

0 commit comments

Comments
 (0)