Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 01:56
9a10bc8

0.8.0 (2023-07-31)

⚠ BREAKING CHANGES

  • upgrade to bevy and bevy_ecs_tilemap 0.11 (#204)
  • LdtkAsset::world_height has been removed
  • upgrade LDtk types to 1.3.3 (dropping support for <1.3.3 LDtk projects) (#203)

Features

  • add EntityIid component which is added to all entities by default (#194) (d99f1ae)
  • register and derive Reflect for LdtkLevel and dependent types (#201) (873ed17)
  • upgrade LDtk types to 1.3.3 (dropping support for <1.3.3 LDtk projects) (#203) (e347780)
  • upgrade to bevy and bevy_ecs_tilemap 0.11 (#204) (ef1b075)

Bug Fixes

  • remove LdtkAsset::world_height and correct UseWorldTranslation y-calculation (#207) (8923b4e)

Documentation Changes