Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Matter v0.6.0

Compare
Choose a tag to compare
@evaera evaera released this 09 Jul 00:15
· 79 commits to main since this release

[0.6.0] - 2022-07-08

Changed

  • The first time you call queryChanged, all existing entities in the world that match the component are now returned as "new" change records. Previously, nothing was returned.
  • Improved Debugger with highlight selections and tooltips.
  • Matter.useEvent now supports events that have a Connect, connect, or an on method. Additionally, it also supports custom connection objects (returned by custom events), which have a Destroy or a Disconnect method, or are just a cleanup function.

Pull requests

  • Add caution tip for autoInitialize docs by @benbrimeyer in #23
  • Suggest compatible Plasma in debugger docs by @benbrimeyer in #22
  • Support custom events for matter.useEvent through duck typing by @bubshayz in #20

New Contributors

  • @benbrimeyer made their first contribution in #23
  • @bubshayz made their first contribution in #20

Full Changelog: v0.5.3...v0.6.0