Skip to content

Commit

Permalink
Changelog for 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Jul 17, 2024
1 parent 68f9db9 commit 0130daf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Change Log
==========

## 0.28.0 *(2024-07-17)*

### Navigation

- 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.

### Codegen

- Support for KSP2.


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

- `ActivityRoute.buildIntent()` has been changed to
Expand Down

0 comments on commit 0130daf

Please sign in to comment.