# Objective In bevy 0.7, `CameraUi` was a component specifically added to cameras that display the UI. Since camera-driven rendering was merged, it actually does the opposite! This will make it difficult for current users to adapt to 0.8. ## Solution To avoid unnecessary confusion, we rename `CameraUi` into `UiCameraConfig`. --- ## Changelog - Rename `CameraUi` to `UiCameraConfig` |
||
|---|---|---|
| .. | ||
| flex | ||
| render | ||
| widget | ||
| entity.rs | ||
| focus.rs | ||
| geometry.rs | ||
| lib.rs | ||
| ui_node.rs | ||
| update.rs | ||