Skip to content

Commit

Permalink
Changelog update - v1.4.0 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Sep 7, 2024
1 parent b4e518b commit f9b2801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9b2801

Please sign in to comment.