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.
450 B
450 B
title, pull_requests
| title | pull_requests | |
|---|---|---|
| New ComputedTextBlock::needs_rerender parameters |
|
ComputedTextBlock::needs_rerender takes two new bool parameters: is_viewport_size_changed and is_rem_size_changed.
is_viewport_size_changed should be true if the local viewport size has changed this frame, and is_rem_size_changed should be true if the rem size (probably corresponding to the value of the RemSize resource) has changed this frame.