From f9b280135dafc9456ac12f4599521383df52fec7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:12:59 +0200 Subject: [PATCH] Changelog update - v1.4.0 (#29) Co-authored-by: GitHub Action --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba457f..01a26a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ # Jetpack Compose UI Architecture IDE plugin Changelog ## Unreleased + ## 1.4.0 - 2024-09-07 + ### Added - Added [Navigation Compose Typed](https://github.com/kiwicom/navigation-compose-typed) and [Compose Destinations](https://github.com/kiwicom/navigation-compose-typed) as the navigation options in the New Feature Dialog. This will generate the navigation code in the Route/Contract file based on the selected option. You can configure this in the Advanced Options Dialog. The code will be generated based on the selected navigation library if the option is enabled - Added Sealed Class and Data Class as the Actions Type options in the New Feature Dialog. This will allow you to choose between `Sealed Class` and `Data Class` for the Actions in the Contract file. You can configure this in the Advanced Options Dialog