- [NEW] Kerning support for fonts
- [NEW] New API:
pc.Entity#findComponent
pc.Entity#findComponents
pc.GraphNode#forEach
pc.GraphNode#getScale
pc.GraphNode#path
pc.RigidBodyComponentSystem#gravity
- [DEPRECATED] Deprecated API:
pc.GraphNode#getPath
- All
pc.GraphNode
label API (usepc.GraphNode#tags
instead) pc.RigidBodyComponentSystem#setGravity
- [FIX]
pc.GraphNode#findOne
when first param is a function (@aidinabedi) - [FIX] Local-space particle system state leakage
- [FIX] Remove instance of
TypedArray#map
from cubemap loading code that caused exception in IE11.