File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed
Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1- # Change Log
1+ # Changelog
22
33## Pending changes
44
5- - Migrate [ app-tree-utils] ( https://github.com/badoo/app-tree-utils ) into this repository.
6- - Do not allow setting ` Node.integrationPoint ` on non-root nodes.
7- - #20 Fix integration point attached twice crash when using live literals
8- - #14 Fix transition interruptions bug
9- - #23 Add unit test support
10- - #26 Publish snapshot versions
5+
6+
7+ ## 1.0-alpha02
8+
9+ - [ #19 ] ( https://github.com/bumble-tech/appyx/pull/19 ) – Fixed: Do not allow setting ` Node.integrationPoint ` on non-root nodes.
10+ - [ #23 ] ( https://github.com/bumble-tech/appyx/pull/21 ) – Fixed: Integration point attached twice crash when using live literals
11+ - [ #14 ] ( https://github.com/bumble-tech/appyx/issues/14 ) – Fixed: Transition interruptions bug
12+ - [ #23 ] ( https://github.com/bumble-tech/appyx/pull/23 ) – Added: Unit test support
13+ - [ #26 ] ( https://github.com/bumble-tech/appyx/issues/26 ) – Added: Publish snapshot versions
14+ - [ #9 ] ( https://github.com/bumble-tech/appyx/pull/9 ) – Migrated [ app-tree-utils] ( https://github.com/badoo/app-tree-utils ) into this repository
15+
1116
1217## 1.0-alpha01
1318
14- - Initial release.
19+ - Initial release
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ afterEvaluate { Project project ->
1616 appyxRelease(MavenPublication ) {
1717 from components. release
1818 groupId = ' com.bumble.appyx'
19- version = project. findProperty(' snapshot' ) == ' true' ? ' main-SNAPSHOT' : ' 1.0-alpha01 '
19+ version = project. findProperty(' snapshot' ) == ' true' ? ' main-SNAPSHOT' : ' 1.0-alpha02 '
2020
2121 pom {
2222 name = ' Appyx'
You can’t perform that action at this time.
0 commit comments