This repository was archived by the owner on Mar 4, 2025. It is now read-only.
v0.16.0
What's Changed
- Correctly handle viewports with rapier backend by @aevyrie in #216
- Fix inverted bevy_ui backend by @aevyrie in #218
- Egui backend system ordering by @aevyrie in #217
- Allow hits with pass focus policy to continue to lower layers by @keis in #208
- Fix drag bug by @aevyrie in #227
- Do not enable bevy_pbr with backend_sprite feature by @NiklasEi in #225
- Use
bevy_eventlistenerby @aevyrie in #226 - Add a state resource for controlling the debug plugin by @yyogo in #214
- v0.14 by @aevyrie in #228
- Cleanup by @bonsairobo in #232
- Support Bevy 0.11 by @bardt in #237
- Remove focuspolicy by @aevyrie in #230
- add backend constructors by @aevyrie in #242
- Fix anchor handling in sprite backend by @nametable in #243
- cargo fmt by @waywardmonkeys in #252
- Fix typo in CHANGELOG.md by @keis in #248
- clippy: Fix redundant closure. by @waywardmonkeys in #251
- Fix hit box of scaled sprites by @hmeine in #254
- small suggestion for docs, giving pointers to bevy_eventlistener by @mattdm in #261
- Change log level from info to debug and trace by @mattdm in #262
- Support rotated sprites (and rotated hit boxes) by @hmeine in #255
- Fix ordering bug in SelectionPlugin by @TheRawMeatball in #266
- Add example for changing the debug output state. by @mattdm in #260
- Dependency reduction and settings refactor by @aevyrie in #247
- Add doc tests to CI by @aevyrie in #267
- Fix PickingPluginsSettings::interaction_should_run by @obellish in #271
- Add texture atlas support to sprite backend by @nickcomua in #268
New Contributors
- @keis made their first contribution in #208
- @NiklasEi made their first contribution in #225
- @yyogo made their first contribution in #214
- @bonsairobo made their first contribution in #232
- @bardt made their first contribution in #237
- @nametable made their first contribution in #243
- @waywardmonkeys made their first contribution in #252
- @hmeine made their first contribution in #254
- @mattdm made their first contribution in #261
- @obellish made their first contribution in #271
- @nickcomua made their first contribution in #268
Full Changelog: v0.13...v0.16.0