bevy/crates/bevy_ui
Sergi-Ferrez 05c7babba2 Clarify bevy::ui::Node field and documentation (#5995)
# Objective
Fixes #5820

## Solution

Change field name and documentation from `bevy::ui::Node` struct

---

## Changelog

`bevy::ui::Node` `size` field has renamed to `calculated_size`

## Migration Guide

All references to the old `size` name has been changed, to access `bevy::ui::Node` `size` field use `calculated_size`
2022-10-17 13:27:24 +00:00
..
src Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00