Skip to content

Commit

Permalink
Changelog for 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Jun 20, 2024
1 parent acbabb5 commit 58bd380
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Change Log
==========

## 0.27.0 *(2024-06-20)*

The [documentation](https://freeletics.github.io/khonshu/) has been updated.

### Navigation

- Renamed `ActivityResultNavigator` base class to `ActivityNavigator` and moved
`navigateTo(ActivityRoute)` to it. With this change the limitation that any
`Intent` needs to use `FLAG_ACTIVITY_NEW_TASK` is removed.
- Removed `ActivityDestination`. Instead `ActivityRoute` implementations now
are building the full `Intent`. For `InternalActivityRoute` the route is still
`Intent` automatically added to the `Intent` and the `Intent` is automatically
limited to the current package to prevent hijacking of actions.
- Removed the ability to add `ActivityRoute` to a `DeepLink`. The same can be achieved
by just launching 2 intents or using `TaskStackBuilder`.


## 0.26.0 *(2024-06-12)*

### Navigation
Expand All @@ -26,6 +43,7 @@ Change Log
- Each `NavDestination` now requires an `ActivityResultNavigator` to be provided into
the scope (previously `NavEventNavigator` was required).


## 0.25.0 *(2024-05-17)*

### Navigation
Expand Down

0 comments on commit 58bd380

Please sign in to comment.