Closed arkivanov closed 4 months ago
The updates introduce an experimental feature allowing duplicate configurations in navigation models if a specific flag is enabled in Kotlin code. This affects the requirements for the uniqueness of Configuration
within NavState
. The change is documented across multiple files, providing clarity on the new behavior and how to enable the feature.
Files | Change Summary |
---|---|
docs/faq.md |
Explained an experimental mode for handling duplicate configurations in navigation models and introduced a flag for enabling this feature in Kotlin. |
docs/navigation/children/overview.md |
Updated the condition for Configuration uniqueness in NavState to be required only if a specific flag is enabled. |
docs/navigation/pages/overview.md , .../stack/overview |
Documented the "Experimental Duplicate Configurations mode" feature and its enabling flag in Kotlin code. |
In the realm of code, where configs sing,
A flag now blossoms, a gentle spring. 🌸
Duplicate paths can now take flight,
Navigations dance in new light.
With clever tweaks and docs so bright,
Experiment we shall, through day and night.
Oh, the wonders this change shall bring!
[!TIP]
Early access features: enabled
We are currently testing the following features in early access: - **OpenAI `gpt-4o` model for code reviews and chat**: OpenAI claims that this model is better at understanding and generating code than the previous models. We seek your feedback over the next few weeks before making it generally available. Note: - You can enable or disable early access features from the CodeRabbit UI or by updating the CodeRabbit configuration file. - Please join our [Discord Community](https://discord.com/invite/GsXnASn26c) to provide feedback and report issues. - OSS projects are currently opted into early access features by default.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
Configuration
needs to be unique withinNavState
based on a new flag.