Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2023

Bumps bevy-inspector-egui from 0.15.0 to 0.17.0.

Changelog

Sourced from bevy-inspector-egui's changelog.

Version 0.17.0

  • update to bevy_egui 0.19

Version 0.16.6

  • fix bug where the world inspector would only show components until it finds an unregistered one

Version 0.16.4/0.16.5

  • add EntityOptions with display: EntityDisplay::Id | EntityDisplay::Components (default to components)

Version 0.16.3

  • fix ui_for_world_entities_filtered not actually using filter

Version 0.16.2

  • add default highlight-changes feature for globally toggling the yellow highlight on changes
    • if you would like more fine-grained control, open an issue

Version 0.16.1

  • add FilterQueryInspectorPlugin
  • fix #[derive(InspectorOptions)] derive on generic type
  • wrap entities in collapsing header in ui_for_world_entities
  • add utility function bevy_inspector::ui_for_world_entities_filtered<F>

Version 0.16

  • There's a migration guide at MIGRATION_GUIDE_0.15_0.16.md
  • full rewrite of the crate
    • now centered around Reflect instead of the custom Inspectable derive macro
    • options can be specified using #[derive(InspectorOptions)]
    • quick::* plugins like WorldInspectorPlugin, ResourceInspectorPlugin<T>, StateInspectorPlugin<S> and AssetInspectorPlugin<A>
    • functions in bevy_inspector for bevy-specific debug UI: ui_for_world, ui_for_resource, ui_for_value etc.
  • multiediting is supported using InspectorUi::ui_for_reflect_many
  • read-only UI is now possible with _readonly variants

Breaking changes:

  • InspectorPlugin<T> got renamed to quick::ResourceInspectorPlugin<T> and doesn't automatically insert the resource anymore
  • You need to call register_type for every type that you want to be able to see

Version 0.15

  • update to bevy_egui 0.18
  • impl for MouseButton, KeyCode
  • fix font path in example

Version 0.14

  • implement Inspectable for slices
  • update to bevy 0.9

Version 0.13

  • update to bevy_egui 0.16

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [bevy-inspector-egui](https://github.com/jakobhellermann/bevy-inspector-egui) from 0.15.0 to 0.17.0.
- [Release notes](https://github.com/jakobhellermann/bevy-inspector-egui/releases)
- [Changelog](https://github.com/jakobhellermann/bevy-inspector-egui/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/jakobhellermann/bevy-inspector-egui/commits)

---
updated-dependencies:
- dependency-name: bevy-inspector-egui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants