|
| 1 | +[[guides]] |
| 2 | +title = "Overhaul `Color`" |
| 3 | +url = "https://github.com/bevyengine/bevy/pull/12163" |
| 4 | +areas = ["Color", "Gizmos", "Rendering", "Text", "UI"] |
| 5 | +file_name = "12163_Migrate_from_LegacyColor_to_bevy_colorColor.md" |
| 6 | + |
| 7 | +[[guides]] |
| 8 | +title = "Make default behavior for `BackgroundColor` and `BorderColor` more intuitive" |
| 9 | +url = "https://github.com/bevyengine/bevy/pull/14017" |
| 10 | +areas = ["Rendering", "UI"] |
| 11 | +file_name = "14017_Make_default_behavior_for_BackgroundColor_and_BorderColor_.md" |
| 12 | + |
| 13 | +[[guides]] |
| 14 | +title = "Register missing types manually" |
| 15 | +url = "https://github.com/bevyengine/bevy/pull/12314" |
| 16 | +areas = ["Reflection"] |
| 17 | +file_name = "12314_Clean_up_type_registrations.md" |
| 18 | + |
1 | 19 | [[guides]]
|
2 | 20 | title = "Fix `Node2d` typo"
|
3 | 21 | url = "https://github.com/bevyengine/bevy/pull/12038"
|
@@ -29,7 +47,7 @@ areas = ["Animation"]
|
29 | 47 | file_name = "11989_Implement_the_AnimationGraph_allowing_for_multiple_animati.md"
|
30 | 48 |
|
31 | 49 | [[guides]]
|
32 |
| -title = "Multiplying `LinearRgba` by `f32` no longer ignores alpha channel" |
| 50 | +title = "Multiplying colors by `f32` no longer ignores alpha channel" |
33 | 51 | url = "https://github.com/bevyengine/bevy/pull/12575"
|
34 | 52 | areas = ["Animation", "Color", "Math", "Rendering"]
|
35 | 53 | file_name = "12575_Color_maths_4.md"
|
@@ -77,7 +95,7 @@ areas = ["Assets"]
|
77 | 95 | file_name = "12605_Make_AssetActionIgnore_not_copy_assets_to_imported_assets.md"
|
78 | 96 |
|
79 | 97 | [[guides]]
|
80 |
| -title = "Removed `Into<AssedId<T>>` for `Handle<T>`" |
| 98 | +title = "Removed `Into<AssetId<T>>` for `Handle<T>`" |
81 | 99 | url = "https://github.com/bevyengine/bevy/pull/12655"
|
82 | 100 | areas = ["Assets"]
|
83 | 101 | file_name = "12655_Removed_IntoAssedIdT_for_HandleT_as_mentioned_in_12600.md"
|
@@ -130,12 +148,6 @@ url = "https://github.com/bevyengine/bevy/pull/13209"
|
130 | 148 | areas = ["Color"]
|
131 | 149 | file_name = "13209_move_wgsl_color_operations_from_bevy_pbr_to_bevy_render.md"
|
132 | 150 |
|
133 |
| -[[guides]] |
134 |
| -title = "Overhaul `Color`" |
135 |
| -url = "https://github.com/bevyengine/bevy/pull/12163" |
136 |
| -areas = ["Color", "Gizmos", "Rendering", "Text", "UI"] |
137 |
| -file_name = "12163_Migrate_from_LegacyColor_to_bevy_colorColor.md" |
138 |
| - |
139 | 151 | [[guides]]
|
140 | 152 | title = "Remove old color space utilities"
|
141 | 153 | url = "https://github.com/bevyengine/bevy/pull/12105"
|
@@ -430,12 +442,6 @@ url = "https://github.com/bevyengine/bevy/pull/5781"
|
430 | 442 | areas = ["Reflection"]
|
431 | 443 | file_name = "5781_bevy_reflect_Recursive_registration.md"
|
432 | 444 |
|
433 |
| -[[guides]] |
434 |
| -title = "Clean up type registrations" |
435 |
| -url = "https://github.com/bevyengine/bevy/pull/12314" |
436 |
| -areas = ["Reflection"] |
437 |
| -file_name = "12314_Clean_up_type_registrations.md" |
438 |
| - |
439 | 445 | [[guides]]
|
440 | 446 | title = "Rename `UntypedReflectDeserializer` to `ReflectDeserializer`"
|
441 | 447 | url = "https://github.com/bevyengine/bevy/pull/12721"
|
@@ -682,18 +688,6 @@ url = "https://github.com/bevyengine/bevy/pull/13462"
|
682 | 688 | areas = ["Rendering", "UI"]
|
683 | 689 | file_name = "13462_Fix_UI_elements_randomly_not_appearing_after_13277.md"
|
684 | 690 |
|
685 |
| -[[guides]] |
686 |
| -title = "Make default behavior for `BackgroundColor` and `BorderColor` more intuitive" |
687 |
| -url = "https://github.com/bevyengine/bevy/pull/14017" |
688 |
| -areas = ["Rendering", "UI"] |
689 |
| -file_name = "14017_Make_default_behavior_for_BackgroundColor_and_BorderColor_.md" |
690 |
| - |
691 |
| -[[guides]] |
692 |
| -title = "Make `serde` optional for `bevy_color`" |
693 |
| -url = "https://github.com/bevyengine/bevy/pull/12666" |
694 |
| -areas = ["Rendering", "Utils"] |
695 |
| -file_name = "12666_FIX12527_Changes_to_make_serde_optional_for_bevy_color.md" |
696 |
| - |
697 | 691 | [[guides]]
|
698 | 692 | title = "Rename `need_new_surfaces()` system to `need_surface_configuration()`"
|
699 | 693 | url = "https://github.com/bevyengine/bevy/pull/12055"
|
|
0 commit comments