Skip to content

v0.5.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jgayfer jgayfer released this 29 Oct 04:20
· 5 commits to bevy-0.15 since this release

Added

  • Added required component support for PointLight2d (#39).
  • Added required component support for LightOccluder2d (#39).

Changed

  • Updated Bevy version from 0.14 to 0.15 (#39).
  • Deprecated PointLight2dBundle in favour of PointLight2d (#39).
  • Deprecated LightOccluder2dBundle in favour of LightOccluder2d (#39).

Migration guide

  • Replace all uses of PointLight2dBundle with PointLight2d.
  • Replace all uses of LightOccluder2dBundle with LightOccluder2d.