Update voyagerVersion #4

Closed
matt wants to merge 1 commit from renovate/voyagerversion into main
matt commented 2025-10-10 10:15:42 -04:00 (Migrated from gitlab.goober.cloud)

This MR contains the following updates:

Package Type Update Change
cafe.adriel.voyager:voyager-koin dependencies patch 1.0.0-rc04 -> 1.0.1
cafe.adriel.voyager:voyager-androidx dependencies patch 1.0.0-rc04 -> 1.0.0-rc10
cafe.adriel.voyager:voyager-transitions dependencies patch 1.0.0-rc04 -> 1.0.1
cafe.adriel.voyager:voyager-tab-navigator dependencies patch 1.0.0-rc04 -> 1.0.1
cafe.adriel.voyager:voyager-navigator dependencies patch 1.0.0-rc04 -> 1.0.1

Release Notes

adrielcafe/voyager (cafe.adriel.voyager:voyager-koin)

v1.0.1

Compare Source

What's Changed
  • Stack replace all crashing Navigator #​518

Full Changelog: https://github.com/adrielcafe/voyager/compare/1.0.0...1.0.1

v1.0.0

Compare Source

What's Changed

Full Changelog: https://github.com/adrielcafe/voyager/compare/1.0.0-rc10...1.0.0

v1.0.0-rc10

Compare Source

What's Changed

Full Changelog: https://github.com/adrielcafe/voyager/compare/1.0.0-rc09...1.0.0-rc10

v1.0.0-rc09

Compare Source

What's Changed

Full Changelog: https://github.com/adrielcafe/voyager/compare/1.0.0-rc08...1.0.0-rc09

v1.0.0-rc08

Compare Source

What's Changed

New APIs:

Full Changelog: https://github.com/adrielcafe/voyager/compare/1.0.0-rc07...1.0.0-rc08

v1.0.0-rc07

Compare Source

v1.0.0-rc06

Compare Source

Voyager now has InternalVoyagerApi and ExperimentalVoyagerApi for APIs

New APIs:

  • ScreenLifecycleStore now support multiples ScreenLifecycleOwner per Screen, the new way of registering is the function register, the function get was marked as Deprecated. (5deb781)
  • EXPERIMENTAL: NavigatorScreenLifecycleProvider, now, is possible to provide a list of ScreenLifecycleOwner for all Screens. (33e28d2)
  • EXPERIMENTAL: TabDisposable by @​Syer10 (#​97)
  • Navigator now has a unique key. (df87d6e)
  • Navigator dispose now is public under InternalVoyagerApi annotation. (94bf561)
  • Navigator constructor is now public under InternalVoyagerApi annotation for usage in the Customizable NavigatorSaver (ef603b2)
  • EXPERIMENTAL: Kodein ScreenLifecycleScope, a Kodein scoped that holds a dependency until the Screen is the stack. (d747f16)

New Behavior:

  • By default, all Voyager Screen will support Android Lifecycle properly, now is not required anymore AndroidScreen for that. This was added with the Default NavigatorScreenLifecycleProvider for Android target. You can disable it by providing an empty NavigatorScreenLifecycleProvider. (33e28d2)

v1.0.0-rc05

Compare Source

  • Update Compose Multiplatform to 1.4.0
  • Update Kotlin to 1.8.20
  • Support Kodein Compose Multiplatform by @​williankl (#​138)
  • Fix state restauration Screen already registred by using UUID for Unique Ids by @​Syer10 (#​115)
  • New API: Customizable NavigatorSaver
    Now is possible to customize the NavigatorSaver for example for enforcing Screens being Parcelable by using parcelableNavigatorSaver.
  • Added skipHalfExpanded support for BottomSheetNavigator by @​Kashif-E (#​123)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cafe.adriel.voyager:voyager-koin](https://github.com/adrielcafe/voyager) | dependencies | patch | `1.0.0-rc04` -> `1.0.1` | | [cafe.adriel.voyager:voyager-androidx](https://github.com/adrielcafe/voyager) | dependencies | patch | `1.0.0-rc04` -> `1.0.0-rc10` | | [cafe.adriel.voyager:voyager-transitions](https://github.com/adrielcafe/voyager) | dependencies | patch | `1.0.0-rc04` -> `1.0.1` | | [cafe.adriel.voyager:voyager-tab-navigator](https://github.com/adrielcafe/voyager) | dependencies | patch | `1.0.0-rc04` -> `1.0.1` | | [cafe.adriel.voyager:voyager-navigator](https://github.com/adrielcafe/voyager) | dependencies | patch | `1.0.0-rc04` -> `1.0.1` | --- ### Release Notes <details> <summary>adrielcafe/voyager (cafe.adriel.voyager:voyager-koin)</summary> ### [`v1.0.1`](https://github.com/adrielcafe/voyager/releases/tag/1.0.1) [Compare Source](https://github.com/adrielcafe/voyager/compare/1.0.0...1.0.1) ##### What's Changed - Stack replace all crashing Navigator [#&#8203;518](https://github.com/adrielcafe/voyager/issues/518) **Full Changelog**: <https://github.com/adrielcafe/voyager/compare/1.0.0...1.0.1> ### [`v1.0.0`](https://github.com/adrielcafe/voyager/releases/tag/1.0.0) [Compare Source](https://github.com/adrielcafe/voyager/compare/1.0.0-rc10...1.0.0) ##### What's Changed - See official documentation for the changes from 1.0.0: <https://voyager.adriel.cafe/migration-to-1.0.0> **Full Changelog**: <https://github.com/adrielcafe/voyager/compare/1.0.0-rc10...1.0.0> ### [`v1.0.0-rc10`](https://github.com/adrielcafe/voyager/releases/tag/1.0.0-rc10) [Compare Source](https://github.com/adrielcafe/voyager/compare/1.0.0-rc09...1.0.0-rc10) #### What's Changed - fix iOS crash on Kotlin 1.9.20 and Compose 1.5.10 by [@&#8203;DevSrSouza](https://github.com/DevSrSouza) ([#&#8203;244](https://github.com/adrielcafe/voyager/issues/244)) **Full Changelog**: <https://github.com/adrielcafe/voyager/compare/1.0.0-rc09...1.0.0-rc10> ### [`v1.0.0-rc09`](https://github.com/adrielcafe/voyager/releases/tag/1.0.0-rc09) [Compare Source](https://github.com/adrielcafe/voyager/compare/1.0.0-rc08...1.0.0-rc09) #### What's Changed - fix hilt extension, onCleared not called by [@&#8203;programadorthi](https://github.com/programadorthi) ([#&#8203;242](https://github.com/adrielcafe/voyager/issues/242)) - fix: concurrent modification exception by [@&#8203;DevSrSouza](https://github.com/DevSrSouza) ([#&#8203;245](https://github.com/adrielcafe/voyager/issues/245)) - fix: coroutineScope does not work on compose multiplatform web target by [@&#8203;DevSrSouza](https://github.com/DevSrSouza) ([#&#8203;243](https://github.com/adrielcafe/voyager/issues/243)) **Full Changelog**: <https://github.com/adrielcafe/voyager/compare/1.0.0-rc08...1.0.0-rc09> ### [`v1.0.0-rc08`](https://github.com/adrielcafe/voyager/releases/tag/1.0.0-rc08) [Compare Source](https://github.com/adrielcafe/voyager/compare/1.0.0-rc07...1.0.0-rc08) #### What's Changed - Use `Dispatchers.Main.immediate` instead of `Dispatchers.Main` for ScreenModel's scope by [@&#8203;mr3y-the-programmer](https://github.com/mr3y-the-programmer) ([#&#8203;216](https://github.com/adrielcafe/voyager/issues/216)) - **Update Kotlin to 1.9.10 and Compose Multiplatform to 1.5.1** ([#&#8203;220](https://github.com/adrielcafe/voyager/issues/220)) by [@&#8203;DevNatan](https://github.com/DevNatan) - Bottom sheet not being replaced internally on outside click ([#&#8203;224](https://github.com/adrielcafe/voyager/issues/224)) by [@&#8203;DevNatan](https://github.com/DevNatan) - Rename ScreenModel's `coroutineScope` to `screenModelScope` ([`0c05218`](https://github.com/adrielcafe/voyager/commit/0c05218525889e29137a0104dc3b14516f181a53)) ([#&#8203;227](https://github.com/adrielcafe/voyager/issues/227)) by [@&#8203;DevSrSouza](https://github.com/DevSrSouza), suggested by [@&#8203;SebastianAigner](https://github.com/SebastianAigner) - Propagate lifecycle events to AndroidScreenLifecycleOwner ([#&#8203;230](https://github.com/adrielcafe/voyager/issues/230)) by [@&#8203;DevSrSouza](https://github.com/DevSrSouza) - [Screens are not paused when app is in the background or when in another Activity](https://github.com/adrielcafe/voyager/issues/225) - [Add Android lifecycle callbacks into AndroidScreenLifecycleOwner](https://github.com/adrielcafe/voyager/issues/186) - [Add onCreate and onDestroy-like in Voyager lifecycle](https://github.com/adrielcafe/voyager/issues/173) - Make BottomSheetNavigator's constructor [@&#8203;InternalVoyagerApi](https://github.com/InternalVoyagerApi) ([#&#8203;236](https://github.com/adrielcafe/voyager/issues/236)) by [@&#8203;osrl](https://github.com/osrl) - Decoupled the ScreenModel disposing from the Navigator by using ScreenLifecycleStore instead ([#&#8203;231](https://github.com/adrielcafe/voyager/issues/231)) by [@&#8203;DevSrSouza](https://github.com/DevSrSouza) New APIs: - ScreenModel scoped at Navigator Lifecycle ([#&#8203;233](https://github.com/adrielcafe/voyager/issues/233)) by [@&#8203;DevSrSouza](https://github.com/DevSrSouza) **Full Changelog**: <https://github.com/adrielcafe/voyager/compare/1.0.0-rc07...1.0.0-rc08> ### [`v1.0.0-rc07`](https://github.com/adrielcafe/voyager/releases/tag/1.0.0-rc07) [Compare Source](https://github.com/adrielcafe/voyager/compare/1.0.0-rc06...1.0.0-rc07) - Add Compose Multiplatform support to `voyager-koin` ([#&#8203;159](https://github.com/adrielcafe/voyager/issues/159)) by [@&#8203;geworfener](https://github.com/geworfener) - Update Hilt version to fix library issue ([#&#8203;162](https://github.com/adrielcafe/voyager/issues/162)) by [@&#8203;aftabahmadTW](https://github.com/aftabahmadTW) - Update Compose Multiplatform to 1.5 and Kotlin to 1.9 ([#&#8203;195](https://github.com/adrielcafe/voyager/issues/195)) by [@&#8203;Syer10](https://github.com/Syer10) ### [`v1.0.0-rc06`](https://github.com/adrielcafe/voyager/releases/tag/1.0.0-rc06) [Compare Source](https://github.com/adrielcafe/voyager/compare/1.0.0-rc05...1.0.0-rc06) Voyager now has `InternalVoyagerApi` and `ExperimentalVoyagerApi` for APIs New APIs: - ScreenLifecycleStore now support multiples ScreenLifecycleOwner per Screen, the new way of registering is the function `register`, the function `get` was marked as Deprecated. ([5deb781](https://github.com/adrielcafe/voyager/commit/5deb781d7283c9b8f402a66607e2312acc619864)) - EXPERIMENTAL: NavigatorScreenLifecycleProvider, now, is possible to provide a list of ScreenLifecycleOwner for all Screens. ([33e28d2](https://github.com/adrielcafe/voyager/commit/33e28d258ea54906623b845d796c0e0e861814ef)) - EXPERIMENTAL: TabDisposable by [@&#8203;Syer10](https://github.com/Syer10) ([#&#8203;97](https://github.com/adrielcafe/voyager/issues/97)) - Navigator now has a unique `key`. ([df87d6e](https://github.com/adrielcafe/voyager/commit/df87d6ee92134639217b3ce0f218a7a706d5d15d)) - Navigator dispose now is public under `InternalVoyagerApi` annotation. ([94bf561](https://github.com/adrielcafe/voyager/commit/94bf5613382649164bb1d1f8dff486e48ce7eb03)) - Navigator constructor is now public under `InternalVoyagerApi` annotation for usage in the Customizable NavigatorSaver ([ef603b2](https://github.com/adrielcafe/voyager/commit/ef603b26a8b4cbb9bbeea6fba44fd6e28712de1a)) - EXPERIMENTAL: Kodein ScreenLifecycleScope, a Kodein scoped that holds a dependency until the Screen is the stack. ([d747f16](https://github.com/adrielcafe/voyager/commit/d747f16fd4f9489eb4f1001098f7a2064eb96377)) New Behavior: - By default, all Voyager Screen will support Android Lifecycle properly, now is not required anymore `AndroidScreen` for that. This was added with the `Default NavigatorScreenLifecycleProvider` for Android target. You can disable it by providing an empty `NavigatorScreenLifecycleProvider`. ([33e28d2](https://github.com/adrielcafe/voyager/commit/33e28d258ea54906623b845d796c0e0e861814ef)) ### [`v1.0.0-rc05`](https://github.com/adrielcafe/voyager/releases/tag/1.0.0-rc05) [Compare Source](https://github.com/adrielcafe/voyager/compare/1.0.0-rc04...1.0.0-rc05) - Update Compose Multiplatform to 1.4.0 - Update Kotlin to 1.8.20 - Support Kodein Compose Multiplatform by [@&#8203;williankl](https://github.com/williankl) ([#&#8203;138](https://github.com/adrielcafe/voyager/issues/138)) - Fix state restauration Screen already registred by using UUID for Unique Ids by [@&#8203;Syer10](https://github.com/Syer10) ([#&#8203;115](https://github.com/adrielcafe/voyager/issues/115)) - **New API**: Customizable NavigatorSaver Now is possible to customize the NavigatorSaver for example for enforcing Screens being Parcelable by using `parcelableNavigatorSaver`. - Added `skipHalfExpanded` support for BottomSheetNavigator by [@&#8203;Kashif-E](https://github.com/Kashif-E) ([#&#8203;123](https://github.com/adrielcafe/voyager/issues/123)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This MR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDQuMyIsInVwZGF0ZWRJblZlciI6IjQxLjE0NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
hermes left a comment

Automated review (posted as hermes).

What it doesUpdate voyagerVersion
Touches 1 file(s), +1/-1.
Files: a/app/build.gradle.kts, b/app/build.gradle.kts

Key changed lines:

  • val voyagerVersion = "1.0.1"

State — author Ghost (the original GitLab Renovate account was deleted in the migration, so this re-attributed to the deleted-user placeholder), opened 2025-10-10, mergeable=True, repo archived=False.

Verdict — repo is live; worth a human look before merging.

Automated review (posted as `hermes`). **What it does** — `Update voyagerVersion` Touches 1 file(s), +1/-1. Files: `a/app/build.gradle.kts`, `b/app/build.gradle.kts` Key changed lines: - `val voyagerVersion = "1.0.1"` **State** — author `Ghost` (the original GitLab Renovate account was deleted in the migration, so this re-attributed to the deleted-user placeholder), opened 2025-10-10, mergeable=True, repo archived=False. **Verdict** — repo is live; worth a human look before merging.
First-time contributor

Closing as part of the archived-repo cleanup: this repository is archived, so this pull request cannot be merged.

Closing as part of the archived-repo cleanup: this repository is archived, so this pull request cannot be merged.
matt closed this pull request 2026-09-10 15:16:39 -04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
matt-archive/QWeather!4
No description provided.