Skip to content

Commit

Permalink
update JB Compose + update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boisselle committed Feb 17, 2022
1 parent 386db0d commit e5985bd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
#### 7.10.0 (29-10-2020)
#### 7.11.0 (18-02-2022)

- CORE
* Documentation improvements (thanks to the contributors!).
* Deprecation cycle
- COMPOSE
* JB Compose 1.1.0 Alpha5
* Introduce `rememberDI` Composable function
* Fix `rememberX` functions` behavior
* Update documentation

#### 7.10.0 (29-10-2021)

- COMPOSE
* JB Compose beta5
* Enable Web target

#### 7.9.0 (24-10-2020)
#### 7.9.0 (24-10-2021)

- CORE
* Gradle 7.2
Expand All @@ -15,7 +26,7 @@
* JB Compose beta1
* Android : remember ViewModel helper

#### 7.8.0 (12-08-2020)
#### 7.8.0 (12-08-2021)

- CORE
* Kotlin 1.5.21
Expand All @@ -28,15 +39,15 @@

- COMPOSE: `kodein-di-framework-compose` module is now align with the stable version of Compose compiler (compatible with Kotlin 1.5.21) with improvements

#### 7.6.0 (21-05-2020)
#### 7.6.0 (21-05-2021)

- CORE:
* Kotlin 1.5
* Kodein-Type 1.7.1
* Thanks to @eygraber for the heavy investigation #309
- Documentation

#### 7.5.0 (30-03-2020)
#### 7.5.0 (30-03-2021)

- CORE
* Direct binding by adding `bind(tag: Any?, overrides: Boolean?, createBinding: () -> DIBinding)`
Expand All @@ -53,18 +64,18 @@
- FRAMEWORK
* Adding Compose support for both Android (Jetpack) and Desktop (JetBrains).

#### 7.4.0 (27-02-2020)
#### 7.4.0 (27-02-2021)

- CORE
* Kotlin 1.4.31
* Maven Central publication

#### 7.3.1 (08-02-2020)
#### 7.3.1 (08-02-2021)

- CORE
* Enable new JS IR backend

#### 7.3.0 (05-02-2020)
#### 7.3.0 (05-02-2021)

- CORE
* Kotlin 1.4.30
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.jetbrains.compose") version "1.0.1-rc2"
id("org.jetbrains.compose") version "1.1.0-alpha05"
id("org.kodein.library.mpp-with-android")
}

Expand Down

0 comments on commit e5985bd

Please sign in to comment.