v0.6.3 - Dearest Alfred
This is a bug fix release. Highlight is that the react hooks have more consistent behavior.
- Triggering a changed event on AoS traits (objects) will properly re-render with
useTraitnow. - All hooks now properly give the new value back immediately when their target entity changes.
updateEachplays nice with trait modifiers likeAddedagain.
What's Changed
Fixed
- core: Fix lazy world trait init by @ospira in #209
- core: Modifier trait types correctly work in
updateEachby @krispya in #212 - core: Changed modifier always works when entity generations overflow by @krispya in #213
- react: React hooks reflect correct value when target changes by @krispya in #211
- react:
useTraitalways re-renders withentity.change()by @krispya in #210
Chore
Full Changelog: v0.6.2...v0.6.3