Skip to content

Commit

Permalink
Changelog for 0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Jul 22, 2024
1 parent dd7b14a commit 2905bf0
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
==========

## 0.28.2 *(2024-07-22)*

### Navigation

- Avoid composable of previous being re-created at the end of the predictive back
animation. This was causing a visible blinking in the UI.
- Fix part of the predictive back animation being run when using 3 button navigation.


## 0.28.1 *(2024-07-19)*

### Navigation
Expand All @@ -14,8 +23,8 @@ Change Log

- Implement predictive back support. When predictive back is enabled by setting
`android:enableOnBackInvokedCallback="true"` in the AndroidManifest, Khonshu
will automatically handle back presses with the predictive back animation
to the previous destination.
will automatically handle back presses with the predictive back animation
to the previous destination.

### Codegen

Expand All @@ -24,13 +33,13 @@ Change Log

## 0.27.1 *(2024-06-21)*

- `ActivityRoute.buildIntent()` has been changed to
- `ActivityRoute.buildIntent()` has been changed to
`ActivityRoute.buildIntent(context: Context)` to make using it easier.


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

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

### Navigation

Expand Down

0 comments on commit 2905bf0

Please sign in to comment.