Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
873 commits
Select commit Hold shift + click to select a range
f71f6e1
Fix security issues on actions (#20416)
mockersf Aug 5, 2025
f8589dd
Fix full_ui example overflowing scroll position (#20401)
nekonimous Aug 5, 2025
540ea55
Validate directional light shadow map size is power of two (#20375)
atlv24 Aug 5, 2025
d8a06c7
Add light_consts::lumens::VERY_LARGE_CINEMA_LIGHT (#20363)
atlv24 Aug 5, 2025
8823aaa
Use the default directional light intensity constant (#20362)
atlv24 Aug 5, 2025
3d6a5b7
Virtual keyboard widget (#20350)
ickshonpe Aug 5, 2025
caafa03
Untangle Cursor Dependencies (#20427)
cart Aug 5, 2025
8417aea
Clean up specialized_mesh_pipeline (#20107)
IceSentry Aug 5, 2025
3bce601
Remove generic parameter from `Access`, since it's always `ComponentI…
chescock Aug 5, 2025
dd7ca08
Implement field_at[_mut] for Struct DynamicVariant (#20424)
jhgarner Aug 5, 2025
ad36585
Color sliders (#20422)
viridia Aug 5, 2025
5af68e9
Make `HierarchyPropagatePlugin` scheduling configurable (#20433)
tim-blackbird Aug 5, 2025
454fa56
Reflect auto registration (#15030)
eugineerd Aug 6, 2025
e6ec2c1
Material bind group shader def (#20069)
tychedelia Aug 6, 2025
0fc17e9
Trim dependencies. (#20426)
nnethercote Aug 6, 2025
44efc81
Record render diagnostics for all engine passes (#19191)
jf908 Aug 6, 2025
88035a3
Improve error for when you try running a one-shot system with wrong `…
hukasu Aug 6, 2025
584c340
`spec_v2` style and patterns (#20348)
ecoskey Aug 6, 2025
1bd9c46
Use the hierachy plugin to propagate `ComputedNodeContext` (#20432)
ickshonpe Aug 6, 2025
40b6940
Remove Manual Type Registrations (#20435)
cart Aug 6, 2025
8e52194
CI fixes for Rust 1.89 (#20462)
james7132 Aug 8, 2025
6eb4d62
try to fix GitHub Actions permissions (#20431)
mockersf Aug 9, 2025
aa8a777
Update docs to use MATERIAL_BIND_GROUP (#20458)
atlv24 Aug 9, 2025
2842ded
Make shadows respect render layers (#20327)
tychedelia Aug 9, 2025
e2ba37f
Update toml_edit requirement from 0.22.7 to 0.23.2 (#20441)
mnmaita Aug 9, 2025
ef845e0
Update `rand`, `glam` and `encase` to latest versions (#18047)
Bluefinger Aug 9, 2025
5816169
Add VERBOSE_SHADER_ERROR (#20448)
atlv24 Aug 9, 2025
7775564
stop re-exporting RenderAssetUsages from bevy_render (#20470)
atlv24 Aug 9, 2025
8759e5a
add module doc to bevy_render (#20469)
atlv24 Aug 9, 2025
2d1eafd
Make bevy_picking not depend on bevy_render (#20471)
atlv24 Aug 9, 2025
1c829a6
Make bevy_animation not depend on bevy_render (#20472)
atlv24 Aug 9, 2025
acc8f6d
Stop using mesh re-exports in-repo and add bevy_mesh prelude (#20473)
atlv24 Aug 9, 2025
03dd839
Use bevy::camera in examples instead of bevy::render::camera re-expor…
atlv24 Aug 9, 2025
c866dc9
Use bevy_camera in ui, sprite, text instead of bevy_render::camera re…
atlv24 Aug 9, 2025
23fb622
Use bevy_camera in aa, feathers, gizmos, gltf instead of bevy_render:…
atlv24 Aug 9, 2025
b97d7c7
Use bevy_camera in pbr, core pipelines, render instead of bevy_render…
atlv24 Aug 9, 2025
1173f0d
Update documentation of HitData coordinates range in ui::picking_back…
gwafotapa Aug 9, 2025
8925799
Add a prelude to bevy_camera (#20483)
atlv24 Aug 9, 2025
3f14e34
Solari radiance cache (#20406)
JMS55 Aug 9, 2025
e98a14e
Use bevy_camera in solari, meshlets, dev_tools, clustering, pcss inst…
atlv24 Aug 10, 2025
ce416c3
Use bevy::light in examples instead of bevy::pbr::light re-export (#2…
atlv24 Aug 10, 2025
67b4ecd
Use bevy_light in pbr instead of bevy_pbr::light re-export + add bevy…
atlv24 Aug 10, 2025
7681b25
Fix UB, panic and compiler error in `bevy_tasks` (#20352)
NthTensor Aug 10, 2025
b6cf514
Add bevy_shader prelude and move load_shader_library (#20491)
atlv24 Aug 10, 2025
7b98b7b
Use bevy_shader in pbr, core pipelines, sprite, aa, gizmos, feathers,…
atlv24 Aug 10, 2025
95f2a82
Return an error from `Assets::insert` instead of panicking. (#20439)
andriyDev Aug 10, 2025
6eca318
Use bevy::shader in examples instead of bevy::render::shader re-expor…
atlv24 Aug 10, 2025
dfd10f1
Optimize solari initial and temporal DI (#20156)
SparkyPotato Aug 10, 2025
31c7841
Fix panic in `FpsOverlay` with disabled `FrameTimeGraph` (#20461)
nekonimous Aug 10, 2025
90c5c12
Fix doc paths to not use deprecated re-exports (#20496)
atlv24 Aug 10, 2025
e742730
Yeet re-exports (#20485)
atlv24 Aug 10, 2025
68b8482
Yeet RenderAssetUsages re-export (#20498)
atlv24 Aug 11, 2025
5be9c68
Fix release content metadata (#20501)
NthTensor Aug 11, 2025
3562b13
Solari BLAS compaction (#20457)
JMS55 Aug 11, 2025
39751f2
Depend on bevy_tasks::block_on instead of futures_lite::block_on (#20…
james7132 Aug 11, 2025
7cec2c0
Bump crate-ci/typos from 1.34.0 to 1.35.3 (#20514)
greeble-dev Aug 11, 2025
41c41bf
Update `sysinfo` to `0.37.0` version (#20513)
GuillaumeGomez Aug 11, 2025
cb34db6
Fix latest lints for rust beta (#20516)
mockersf Aug 11, 2025
67c7825
Fix rotation matrix construction from `Rot2` (#20522)
Jondolf Aug 11, 2025
d8df506
Rename `ComputedNodeTarget` to `ComputedUiTargetCamera` (#20519)
ickshonpe Aug 11, 2025
5bc5a13
Update Game of Life compute example to include a uniform buffer varia…
dontgetfoundout Aug 11, 2025
6835529
Add migration guide for #20522 (#20525)
Jondolf Aug 11, 2025
1224ba7
Fix App::get_added_plugins not working inside finish and cleanup (#20…
atlv24 Aug 12, 2025
c0eb89e
Make bevy_ui not depend on bevy_render (#20502)
atlv24 Aug 12, 2025
f1eb879
Don't serialize `PhantomData` in adaptor curves (#20540)
grind086 Aug 12, 2025
12d88fa
Rename `update_ui_context_system` (#20532)
ickshonpe Aug 12, 2025
f5363c6
smaa: use textureSampleLevel for WebGPU support (#20505)
supdrewin Aug 12, 2025
8fe6781
Update the doc comments for `UiCameraMap` and `UiCameraMapper`. (#20521)
ickshonpe Aug 12, 2025
47eee93
Docs for emissive color on StandardMaterial (#20497)
alice-i-cecile Aug 12, 2025
d4e059c
Move feathers propagation into PostUpdate (#20446)
alice-i-cecile Aug 12, 2025
df24cd3
bevy_render: disable GpuPreprocessingSupport for GL backend (#19355)
jakobhellermann Aug 12, 2025
8f93d3e
Rename the `Allows` query filter to `Allow` (#20541)
JaySpruce Aug 12, 2025
1ec9804
Add constructor functions for each variant of `Val` (#20518)
ickshonpe Aug 12, 2025
ed13d9b
Add documentation for `ComputedUiTargetCamera` (#20520)
ickshonpe Aug 12, 2025
2ba758e
Simplify UI tests (#20512)
ickshonpe Aug 12, 2025
eb5c68f
Add a test to ensure that state transitions happen before `PreStartup…
andriyDev Aug 13, 2025
7fa4f74
Make math primitives runtime constructable, meshable (#20250)
tychedelia Aug 13, 2025
68b342e
Correct documentation of Smoothstep (#20556)
it-me-joda Aug 13, 2025
c7579e7
correct comment in async_compute example (#20550)
tomara-x Aug 13, 2025
3fec4e0
Improve TextSpan documentation (#20484)
gwafotapa Aug 13, 2025
c8cb6b3
Improve error message for failed entity commands (#20544)
alice-i-cecile Aug 13, 2025
d422e47
ask for features in bug report (#20560)
hymm Aug 13, 2025
0e97d8c
impl `Deref` for `DebugName` (#20566)
ItsDoot Aug 14, 2025
bd06771
Change cursor shape for disabled widgets (#20548)
amedoeyes Aug 14, 2025
0608978
add example of using system state with an exclusive system (#20564)
hymm Aug 14, 2025
d95313b
Fix bevy_tasks catch_unwind compilation error with --all-features (#2…
fairhill1 Aug 14, 2025
07d06ae
Only regenerate text measure funcs on changes to the scale factor, no…
ickshonpe Aug 14, 2025
1f5f739
Adjust SolariLightingNode ordering (#20568)
JMS55 Aug 14, 2025
452b187
`Text2d` shadows (#20463)
ickshonpe Aug 14, 2025
ae143d4
Atmosphere generated environment map lighting (#20529)
mate-h Aug 14, 2025
b094540
Diegetic UI example (#19199)
aevyrie Aug 14, 2025
cbe1e02
Fix glTF coordinate conversion not converting tangents (#20573)
greeble-dev Aug 14, 2025
a22d288
debounce asset events for scene reloading (#20430)
mockersf Aug 14, 2025
fcf22bb
Error on unloaded ImageRenderTarget (#20503)
ecoskey Aug 14, 2025
f72617d
Add release notes for meshlet BVH culling (#20526)
SparkyPotato Aug 14, 2025
e2a709e
Update `morph_targets` and `many_foxes` examples to use observers (#2…
greeble-dev Aug 14, 2025
229a9ab
Fix code indentation in README (#20577)
Jondolf Aug 14, 2025
6daa1b8
remove some new lines from ComputedStates docs (#20578)
hymm Aug 15, 2025
7a86925
Opt-in raw vulkan initialization with hooks (#20565)
cart Aug 15, 2025
7baef26
Fix typo in release-notes directory link in GitHub workflow (#20581)
ariofrio Aug 15, 2025
a76e0a2
Make `GatedReader` a test-only symbol, and allow all `bevy_asset` tes…
andriyDev Aug 15, 2025
803a843
Split up `ComputedUiTargetCamera` (#20535)
ickshonpe Aug 15, 2025
d2d6289
Release content export tool (#20500)
NthTensor Aug 15, 2025
3d89327
Revert asset lifetime changes and preserve staticness of asset paths …
alice-i-cecile Aug 15, 2025
1bb17a9
Initial DLSS implementation (#19864)
JMS55 Aug 15, 2025
9ee0aaa
Split out sprite rendering (#20587)
Zeophlite Aug 15, 2025
3225068
Update the list of `RenderStartup` PRs in the release notes. (#20597)
andriyDev Aug 15, 2025
56c4100
Remove `scale_value` (#20589)
ickshonpe Aug 16, 2025
e9e6299
Use the capacity from the entities Vec to initialize Table columns (#…
james7132 Aug 16, 2025
bf4f0e5
Rebrand glTF coordinate conversion to an alternative strategy that is…
janhohenheim Aug 16, 2025
7eed733
Move calculate_bounds_2d back to bevy_sprite (#20599)
atlv24 Aug 16, 2025
0d351f6
update and coalesce migration guides and release notes for crate refa…
atlv24 Aug 16, 2025
7ce5abe
Make sure we submit work even if we visited a camera. (#20595)
tychedelia Aug 16, 2025
68aebf3
`Text2d` `TextBackgroundColor` support (#20464)
ickshonpe Aug 16, 2025
162d7a1
UI doesn't need render (#20605)
Zeophlite Aug 16, 2025
d163a30
Remove unnecessary sqrt ops (#20603)
tbillington Aug 16, 2025
9304c76
Fix internal features (#20600)
atlv24 Aug 16, 2025
1ed4934
Improve Solari GI quality (#20580)
JMS55 Aug 16, 2025
95db802
Optional DLSS-RR support in Solari (#20596)
JMS55 Aug 16, 2025
3d608e7
Fix some lints and feature gates (#20606)
mockersf Aug 16, 2025
66cf812
make bevy_render not depend on bevy_light (#20604)
atlv24 Aug 16, 2025
21dbf59
Move `text2d` into `bevy_sprite` (#20594)
ickshonpe Aug 16, 2025
3da4116
Add bevy_light::SunDisk (#20434)
defuz Aug 16, 2025
d07a20a
Gate WireframePlugin behind WgpuFeatures::POLYGON_MODE_LINE | WgpuFea…
JMS55 Aug 16, 2025
c90b53a
Work around ambiguous `From` error in nightly (#20618)
greeble-dev Aug 17, 2025
7cd2270
Use boxed storage for material erasure. (#20614)
tychedelia Aug 17, 2025
590da83
Fix glTF coordinate conversion not converting mesh bounds (#20608)
greeble-dev Aug 17, 2025
c143d4b
Fix small typo on ecs error handling example comment (#20616)
afonsolage Aug 17, 2025
0df6b10
Fix glTF coordinate conversion not converting morph targets (#20617)
greeble-dev Aug 17, 2025
c5f7289
Make `bevy_sprite`'s `bevy_window` dependency non-optional (#20620)
ickshonpe Aug 17, 2025
46cc817
Fix some more lints (#20612)
mockersf Aug 17, 2025
8ee3b09
Add caution to glTF coordinate conversion docs and release notes (#20…
greeble-dev Aug 17, 2025
a50a210
bevy_reflect gating / better compile error message (#20625)
mockersf Aug 17, 2025
955e024
Add release note for atmosphere env map (#20627)
mate-h Aug 17, 2025
b26ef45
pin CI to macos 14 until iOS example is updated and fix `invalid_para…
mockersf Aug 18, 2025
c2a4622
remove authors from bevy_core_pipeline (#20641)
atlv24 Aug 18, 2025
3560b11
Fix imports in some 2d examples with custom shaders (#20639)
rparrett Aug 18, 2025
c7ff24c
Bump crate-ci/typos from 1.35.3 to 1.35.4 (#20633)
dependabot[bot] Aug 18, 2025
d83a5d9
Shrink ArchetypeAfterBundleInsert (#20626)
james7132 Aug 18, 2025
29e5d6a
Bump actions/checkout from 4 to 5 (#20632)
dependabot[bot] Aug 18, 2025
b6922f9
Revert bevy_sprite_render rename in shaders (#20644)
tychedelia Aug 18, 2025
8c8cbaf
Add option to `scene_viewer` that enables glTF coordinate conversion …
greeble-dev Aug 19, 2025
ad8dd57
Enable bevy_tasks/async-io when async-io is in use (#20653)
james7132 Aug 19, 2025
3d6e838
Tweak Solari world cache (#20622)
JMS55 Aug 19, 2025
8b4d090
Regression tests for observers whose Observer component is removed. (…
gwafotapa Aug 19, 2025
46a27d8
Fix world_to_viewport return error codes (#20662)
atlv24 Aug 20, 2025
7b62e85
Fix a comment error in example system_stepping.rs (#20663)
Mysvac Aug 20, 2025
7e29da9
casted -> cast and downcasted -> downcast spelling. (#20669)
janis-bhm Aug 20, 2025
039ba28
Fix documentation for `Rot2` (#20667)
IQuick143 Aug 20, 2025
77966a7
Fix intra-doc link warnings (#20530)
GuillaumeGomez Aug 20, 2025
99f5535
Fix world_to_ndc (#20674)
atlv24 Aug 20, 2025
48d5c70
Fix aabb area calculation (#20675)
atlv24 Aug 20, 2025
121981b
Remove redundant number conversion in window resolution (#20582)
BigWingBeat Aug 20, 2025
5df73e1
UI transform scale factor fix (#20672)
ickshonpe Aug 20, 2025
e8f2ae5
Prevent infinite loop during BLAS compaction (#20659)
JMS55 Aug 20, 2025
dc148a7
`Hdr` migration guide wording (#20683)
ecoskey Aug 20, 2025
5058f8a
Improve `On` Terminology (#20648)
cart Aug 21, 2025
f071b80
invert the quaternion not the mat4 in skybox (#20704)
atlv24 Aug 22, 2025
8187fcd
invert affine not mat4 in point_light (#20705)
atlv24 Aug 22, 2025
20a42d8
invert affine not mat4 in spotlight (#20706)
atlv24 Aug 22, 2025
4253a5b
use affine not inverse in rangefinder (#20707)
atlv24 Aug 22, 2025
52d4c49
use affine inverse in cluster (#20712)
atlv24 Aug 22, 2025
90ae57d
use affine inverse in picking (#20713)
atlv24 Aug 22, 2025
c2fd327
Don't invert an affine matrix as if it was a mat4 (#20702)
atlv24 Aug 22, 2025
783d92f
`ui_picking` comment fix (#20696)
ickshonpe Aug 22, 2025
f3710a3
affine atmosphere (#20711)
atlv24 Aug 22, 2025
8db5f31
Color::srgb requires values in range 0..1 and the ui/relative_cursor_…
Shelim Aug 22, 2025
057d1f5
Text2d feature-gate (#20637)
ickshonpe Aug 22, 2025
72238e3
fix some `target` comments (#20720)
atlv24 Aug 22, 2025
3037a97
Don't reserve in write_buffer_range (#20687)
IceSentry Aug 22, 2025
07ea4a2
make smaa_luts and tonemap_luts not unconditionally bring in renderin…
atlv24 Aug 23, 2025
b9fd768
Fixed `Xyza` to `Laba` color conversion. (#20728)
443eb9 Aug 23, 2025
2ee58ee
use affine inverse in prepass (#20710)
atlv24 Aug 23, 2025
69745d4
remove irrelevant ui dependencies (#20724)
atlv24 Aug 24, 2025
f610259
fix(mesh2d): replace unwrap by error log in specialize system (#20677)
mirsella Aug 24, 2025
9d15567
Constify math/dim2 (#20732)
exoego Aug 24, 2025
88b77d3
extract MeshPlugin (#20725)
atlv24 Aug 24, 2025
ddfad7b
Re-enable the workspace wide dead_code lint (#20721)
james7132 Aug 24, 2025
79c1f7c
remove panic in TextureFormatPixelInfo::pixel_info (#20574)
mirsella Aug 24, 2025
56d37fa
use affine in volumetric fog (#20709)
atlv24 Aug 24, 2025
4eb6e45
use affine not mat4 inverse in light probes (#20708)
atlv24 Aug 24, 2025
da126fa
Emit the `WindowScaleFactorChanged` event (#20698)
ickshonpe Aug 24, 2025
0257d6e
remove unused deps (#20743)
atlv24 Aug 25, 2025
99d511a
update some stress tests to use the common setup (#20751)
mockersf Aug 25, 2025
124f65a
add plugin tracing spans (#20722)
atlv24 Aug 26, 2025
6eb1280
`Text2d` multi target scale factors support (#20656)
ickshonpe Aug 26, 2025
9fb2329
UI drag and drop example (#20673)
ickshonpe Aug 26, 2025
4dd9107
improve precision of ndc_to_world (#20701)
atlv24 Aug 26, 2025
84cb255
improve precision of viewport_to_world (#20700)
atlv24 Aug 26, 2025
950a9de
Disable button labels for the `many_buttons` stress text by default (…
ickshonpe Aug 26, 2025
cf31b18
Use a correct default value for half space initialization in from_cli…
atlv24 Aug 26, 2025
ab4db54
rename SpriteRenderingPlugin to SpriteRenderPlugin (#20723)
atlv24 Aug 26, 2025
335e39f
add clip space docs (#20740)
atlv24 Aug 26, 2025
83c0c32
Fix CI in profiling.md (#20761)
Weihnachtsbaum Aug 26, 2025
9a79cd8
Fix viewport_to_world for orthographic cameras and add regression tes…
atlv24 Aug 26, 2025
16ffdae
Improve tracing level docs in profiling.md (#20692)
Weihnachtsbaum Aug 26, 2025
d048d3e
Allow negative value for camera elevation in atmosphere (#20769)
mate-h Aug 26, 2025
c24491e
Clean up root toml features (#20752)
atlv24 Aug 26, 2025
2ea9836
Cut and merge some 0.17 release notes (#20681)
alice-i-cecile Aug 26, 2025
805bf13
examples: migrate async sleep to `futures-timer`; drop `async-std` (#…
VitalyAnkh Aug 27, 2025
7b7da73
Fix mesh doc links (#20780)
atlv24 Aug 27, 2025
7c8d939
derive Default on ShaderRef (#20779)
atlv24 Aug 28, 2025
ad444fa
Editing pass for 0.17 release notes (#20665)
alice-i-cecile Aug 28, 2025
4596a74
set uv_transform in pbr_input_from_standard_material (#20783)
ChristopherBiscardi Aug 28, 2025
6608d98
0.17 migration guide tune up (#20661)
alice-i-cecile Aug 28, 2025
8d33e75
bevy_reflect: Fix `FromReflect` derive for opaque remote wrappers (#1…
MrGVSV Aug 28, 2025
cbf989c
WebAssets without filtering (#20628)
atlv24 Aug 29, 2025
13877fa
Add a new trait to accept more types in the `Val`-helper functions (#…
TheBlckbird Aug 29, 2025
94bb6e1
Fix broken json documentation (#20789)
mogambro Aug 29, 2025
77aacb4
Bump crate-ci/typos from 1.35.4 to 1.35.5 (#20745)
dependabot[bot] Aug 31, 2025
1ac6136
Bump actions/setup-java from 4 to 5 (#20749)
dependabot[bot] Aug 31, 2025
1c10a42
Use web assets for meshlet example (#20795)
tychedelia Aug 31, 2025
1737eae
Demote OpenGL to optional feature (#20793)
tychedelia Aug 31, 2025
888859c
Enable load_with_settings TextureFormats (#20788)
ChristopherBiscardi Aug 31, 2025
5b5ca67
fix atmospherics memory leak (#20806)
ecoskey Aug 31, 2025
0c3f9ff
Add `vulkan-portability` to fix compiling with `--all-features` (#20794)
tychedelia Aug 31, 2025
a036b65
bump tracing-subscriber to fix dependabot alert (#20812)
futile Aug 31, 2025
914bcff
fix reflect feature gate (#20811)
mockersf Sep 1, 2025
582543d
mark `register_info`, `register_contributed_bundle_info` unsafe (#20790)
janis-bhm Sep 1, 2025
1a8f833
Shrink from_reflect_with_fallback (#18296)
SpecificProtagonist Sep 1, 2025
afc721e
Extract text colors per glyph (#20245)
ickshonpe Sep 1, 2025
4f49680
Ensure systems passed to `Combine` cannot be called re-entrantly eith…
SkiFire13 Sep 1, 2025
94612af
Cleanup bevy_tasks::future module (#20744)
james7132 Sep 1, 2025
f4de1ad
Bump hashbrown to 0.16.0 (#20807)
mirsella Sep 2, 2025
cd6958a
re-enable wasm32 atomics CI check (#20832)
mockersf Sep 2, 2025
e46fd71
Add coloured text to the ui testbed example's text module (#20836)
ickshonpe Sep 2, 2025
0b47d76
Fix text span colors (#20837)
ickshonpe Sep 2, 2025
cd7e846
`ui_target_camera` example (#20827)
ickshonpe Sep 2, 2025
35dd0fb
Implement ```VisitAssetDependencies``` for Arrays (#20805)
Glory2Antares Sep 2, 2025
a68d002
sort examples categories on the website (#20839)
mockersf Sep 3, 2025
223ad7b
impl `VisitAssetDependencies` for `HashSet` (#20735)
ItsDoot Sep 3, 2025
7c88623
Solari PicaPica scene (#20658)
JMS55 Sep 3, 2025
5110fd3
Impl ```AsAssetId``` for ```Sprite``` and ```ImageNode``` (#20841)
Glory2Antares Sep 3, 2025
89f9dcb
Don't require cameras to have color render targets. (#20830)
pcwalton Sep 3, 2025
2285632
Add init_state to State example docs (#20840)
lkolbly Sep 3, 2025
ae3d85d
Adding missing reflect data types to Gradient components (#20842)
eckz Sep 3, 2025
50312a3
Add tests for react_to_scale_factor_change (#20814)
dloukadakis Sep 3, 2025
0ffd9d6
rename variable (#20850)
ickshonpe Sep 3, 2025
c365f97
another text color fix (#20856)
ickshonpe Sep 3, 2025
799f14c
Remove `desktop_app` setting from `feathers` example (and other UI ex…
alice-i-cecile Sep 3, 2025
106f6d0
Change edit_gltf_material to use GltfMaterialName (#20853)
ChristopherBiscardi Sep 3, 2025
df74f98
Raymarched rendering for atmosphere and spherical coordinates (#20766)
mate-h Sep 3, 2025
611bf0c
Add `#[doc(fake_variadic)]` to some places where it's missing (#20847)
chescock Sep 3, 2025
a0a8f33
Fix error message in asset loader for MissingAssetLoader (#20858)
chaosteil Sep 4, 2025
725e4f6
`prepare_uinodes` refactor (#20863)
ickshonpe Sep 4, 2025
cd79924
Improve `UnapprovedPathMode` doc (#20868)
mamekoro Sep 4, 2025
6eb011c
Replace `from_` constructors on `TextFont` with `From` impls (#20450)
amedoeyes Sep 4, 2025
ac38067
rename bevy_anti_aliasing to bevy_anti_alias (#20857)
atlv24 Sep 4, 2025
b43a73d
Rename DespawnOnExitState to DespawnOnExit (#20872)
janhohenheim Sep 4, 2025
aa535f4
added anti-aliasing support for Custom Projection (#20855)
diyu-motif Sep 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: https://bevyengine.org/donate/
custom: https://bevy.org/donate/
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ labels: C-Bug, S-Needs-Triage
assignees: ''
---

## Bevy version
## Bevy version and features

The release number or commit hash of the version you're using.
- The release number or commit hash of the version you're using.
- If you're not using default features, the combination of bevy's cargo features you are using.

## \[Optional\] Relevant system information

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs_improvement.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ assignees: ''

Provide a link to the documentation and describe how it could be improved. In what ways is it incomplete, incorrect, or misleading?

If you have suggestions on exactly what the new docs should say, feel free to include them here. Alternatively, make the changes yourself and [create a pull request](https://bevyengine.org/learn/contribute/helping-out/writing-docs/) instead.
If you have suggestions on exactly what the new docs should say, feel free to include them here. Alternatively, make the changes yourself and [create a pull request](https://bevy.org/learn/contribute/helping-out/writing-docs/) instead.
2 changes: 1 addition & 1 deletion .github/actions/install-linux-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inputs:
wayland:
description: Install Wayland (libwayland-dev)
required: false
default: "false"
default: "true"
xkb:
description: Install xkb (libxkbcommon-dev)
required: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/action-on-PR-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.label.name == 'M-Needs-Migration-Guide'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 2
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.label.name == 'M-Needs-Release-Note'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 2
Expand All @@ -70,5 +70,5 @@ jobs:
repo: context.repo.repo,
body: `It looks like your PR has been selected for a highlight in the next release blog post, but **you didn't provide a release note**.

Please review the [instructions for writing release notes](https://github.com/bevyengine/bevy/tree/main/release-content/release_notes.md), then expand or revise the content in the [release notes directory](https://github.com/bevyengine/bevy/tree/main/release-content/release_notes) to showcase your changes.`
Please review the [instructions for writing release notes](https://github.com/bevyengine/bevy/tree/main/release-content/release_notes.md), then expand or revise the content in the [release notes directory](https://github.com/bevyengine/bevy/tree/main/release-content/release-notes) to showcase your changes.`
})
Loading