Matter.js v0.17.0 Release Notes

Release Date: 2021-04-11 // about 3 years ago
    • ➕ add Common.setDecomp and Common.getDecomp (313c150)
    • ➕ add demo build config and refactor demo (653a647)
    • ➕ add docs for all Matter.Render options (ec3eecc)
    • ➕ add title to all examples (f4d72ba)
    • ➕ added Common.deprecated (ffa3193)
    • ➕ added Common.warnOnce (6957dbf)
    • ➕ added Date.now fallback to Common.now, closes #739 (c06c107), closes #739
    • ➕ added debug stats and performance monitoring to Matter.Render (119881b)
    • ➕ added doc watch script (164456b)
    • ➕ added docs for additional engine timing and render properties (8017bdb)
    • ➕ added Example.stats (9915007)
    • ➕ added lastDelta and lastElapsed to engine.timing (6dc703f)
    • 🏗 build demo (0816454)
    • 🔄 change all examples to use Composite.add instead of the alias World.add (a3f298f)
    • 🔄 changed engine.broadphase to engine.grid (b74e400)
    • 🔄 changed Example.views to use render events (3ac3498)
    • 🔄 changed world.gravity to engine.gravity (6abb3b7)
    • 🗄 deprecated Composites.car and added to car example (cd9c5d4)
    • 🗄 deprecated Composites.newtonsCradle and added to newtonsCradle example (9ad980b)
    • 🗄 deprecated Composites.softBody and added to softBody and cloth examples (818f354)
    • 👌 improve Render.debug (1753bf0)
    • migrate Matter.World to the equivalent Matter.Composite (5dbec9b)
    • ✂ remove deprecated backwards compatibility engine events from Matter.Runner (76bf80e)
    • ✂ remove deprecated backwards compatibility render integration from Matter.Engine (1aa8ed0)
    • ✂ remove deprecated backwards compatibility render integration from Matter.Runner (6805f85)
    • ✂ remove deprecated Matter.Metrics (63a9e98)
    • ✂ remove deprecated Matter.RenderPixi (08a515b)
    • ✂ remove unused render shadow function (e49834d)
    • ✅ run all examples in browser tests (5734bfd)
    • set render showDebug option on examples stress and stress2 (f2ef3aa)
    • ⚡️ update matter-tools (f8d366a)