Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 18:40
58e22ce

0.7.0 (2023-04-29)

⚠ BREAKING CHANGES

  • Most likely won't affect users - LdtkAsset has gained a int_grid_image_handle field, breaking any manual construction of it.

Features

  • add LdtkFields trait with convenience methods for accessing field instances (#180) (a8dba24)

Bug Fixes

  • create IntGrid white-image on asset load and minimize its size (#183) (23fd924)
  • insert Name component before evaluating LdtkEntity (#186) (a5c1579)

Documentation Changes

  • rewrite field_instances example, demonstrating LdtkFields API (#187) (7be6635)