While we try to keep the Unreleased changes updated, it is often behind and does not include
all merged pull requests. To see a list of all changes since the latest release, you may compare
current changes on git with previous release tags.
Version 0.10.0 (2023-03-06)
Added
[Accessibility: Added Label for marking text specifically as a label for UI controls.][6874]
[Accessibility: Integrate with and expose AccessKit accessibility.][6874]
[App: App::setup][7586]
[App: SubApp::new][7290]
[App: Bevy apps will now log system information on startup by default][5454]
[Audio Expose symphonia features from rodio in bevy_audio and bevy][6388]
[Audio: Basic spatial audio][6028]
[ECS: bevy_ptr::dangling_with_align: creates a well-aligned dangling pointer to a type whose alignment is not known at compile time.][6618]
[ECS: Column::get_added_ticks][6547]
[ECS: Column::get_column_ticks][6547]
[ECS: DetectChanges::set_if_neq: triggering change detection when the new and previous values are equal. This will work on both components and resources.][6853]
[ECS: SparseSet::get_added_ticks][6547]
[ECS: SparseSet::get_column_ticks][6547]
[ECS: Tick, a wrapper around a single change detection tick.][6547]
[ECS: UnsafeWorldCell::world_mut now exists and can be used to get a &mut World out of UnsafeWorldCell][7381]
[ECS: WorldId now implements the FromWorld trait.][7726]
[ECS: A core::fmt::Pointer impl to Ptr, PtrMut and OwnedPtr.][6980]
[ECS: Add bevy_ecs::schedule_v3 module][6587]
[ECS: Add EntityMap::iter()][6935]
[ECS: Add Ref to the prelude][7392]
[ECS: Add report_sets option to ScheduleBuildSettings][7756]
[ECS: add Resources::iter to iterate over all resource IDs][6592]
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on bevy to permit the latest version.
Changelog
Sourced from bevy's changelog.
... (truncated)
Commits
5718a7e
Release 0.9.19d33846
Cherry pick "bevy_reflect: Register missing reflected types forbevy_render
...4f975d7
try to fix run-examples (#6810)cfbf671
Move Android example to its own package (#6759)4f17cd9
Add support for Rgb9e5Ufloat textures (#6781)93dc878
Fix reflection for PathBuf and OsString (#6776)29b0982
Fix set_cursor_grab_mode to try an alternative mode before giving an error (#...6733102
Warn instead of erroring when max_font_atlases is exceeded (#6673)fb5c17a
implReflect
for&'static Path
(#6755)8c204fc
bevy_reflect: RemoveReflectSerialize
andReflectDeserialize
registration...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)