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