mirror of
https://github.com/bevyengine/bevy.git
synced 2026-05-06 06:06:42 -04:00
b61a924fbe
# Objective Make release notes and migration guides show up first when viewing PRs in github. ## Solution Prefix the release-content directory with `_` so it sorts first. ## Testing See for yourself.
435 B
435 B
title, pull_requests
| title | pull_requests | |
|---|---|---|
| New fields added to `UiDebugOptions` |
|
UiDebugOptions has new bool fields: outline_border_box, outline_padding_box, outline_content_box,outline_scrollbars, and ignore_border_radius. To match the previous behavior of UiDebugOptions, where only the border box outline was rendered, use the default values with outline_border_box: true and the rest of the new fields set to false.