This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
Matter v0.6.0
[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 aConnect
,connect
, or anon
method. Additionally, it also supports custom connection objects (returned by custom events), which have aDestroy
or aDisconnect
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