Skip to content

Commit

Permalink
Merge branch '2.x' of github.com:bumble-tech/appyx into 2.x-change-ag…
Browse files Browse the repository at this point in the history
…ent-to-mac-os
  • Loading branch information
KovalevAndrey committed Oct 4, 2023
2 parents 3329fc3 + 64feee1 commit dc86b74
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## Pending changes

- [#494](https://github.com/bumble-tech/appyx/pull/599) Added isContinuous flag to GestureFactory
### Fixed

- [#608](https://github.com/bumble-tech/appyx/pull/608) – Setting default value to NodeCustomisationDirectory in IosNodeHost

## 2.0.0-alpha07

### Added

- [#601](https://github.com/bumble-tech/appyx/pull/601) – iOS support and target apps
- [#599](https://github.com/bumble-tech/appyx/pull/599) Added isContinuous flag to GestureFactory

<div style="text-align: center"><small>4 Oct 2023</small></div>


## 2.0.0-alpha06

Expand All @@ -19,7 +31,6 @@
### Added

- [#579](https://github.com/bumble-tech/appyx/pull/579) – Expose `AndroidLifecycle` in `PlatformLifecycleRegistry` for Android
- [#601](https://github.com/bumble-tech/appyx/pull/601) – iOS support and target apps

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fun <N : Node> IosNodeHost(
onBackPressedEvents: Flow<Unit>,
modifier: Modifier = Modifier,
integrationPoint: IntegrationPoint,
customisations: NodeCustomisationDirectory = remember { NodeCustomisationDirectoryImpl() },
customisations: NodeCustomisationDirectory = remember { NodeCustomisationDirectoryImpl(null) },
factory: NodeFactory<N>,
) {
val platformLifecycleRegistry = remember {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android.useAndroidX=true
kotlin.code.style=official
kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true
kotlin.native.enableDependencyPropagation=false
library.version=2.0.0-alpha06
library.version=2.0.0-alpha07
org.gradle.caching=true
org.gradle.jvmargs=-Xmx8192m -Dfile.encoding=UTF-8
org.gradle.parallel=true
Expand Down

0 comments on commit dc86b74

Please sign in to comment.