Skip to content

Releases: aevyrie/bevy_mod_raycast

v0.15.0

30 Oct 09:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.15.0

v0.14.1

30 Oct 09:42
435d8ef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.14.1

v0.14.0

04 Oct 09:13
Compare
Choose a tag to compare

What's Changed

  • Include window scale factor in viewport offset calculation by @bardt in #92
  • Fix the mouse_picking example by @Aztro-dev in #91

New Contributors

Full Changelog: v0.13.1...v0.14.0

v0.8

24 Mar 05:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7...v0.8

v0.7

13 Nov 09:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...0.7

v0.6.0

30 Jul 23:09
Compare
Choose a tag to compare

What's Changed

  • Only include bevy features that we need. by @nsabovic in #54
  • updated for 0.8 by @paxsethorld in #55

New Contributors

  • @nsabovic made their first contribution in #54
  • @paxsethorld made their first contribution in #55

Full Changelog: v0.5...v0.6.0

v0.5

05 Jun 01:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5

v0.4.0

17 Apr 23:36
6d93e6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.9...v0.4.0

v0.3.9

24 Jan 17:45
Compare
Choose a tag to compare
  • Fixes incorrect use of projection instead of transformation causing failing edge cases.
  • Updated examples to catch future regressions.

v0.3.7

24 Jan 00:31
e4b40fc
Compare
Choose a tag to compare

Fixes a NaN propagation and precision loss regression.