Skip to content

v1.0.2

Compare
Choose a tag to compare
@06wj 06wj released this 06 Dec 11:53
· 155 commits to dev since this release

Bug Fixes

  • CanvasRenderer & WebGLRenderer stage resize bug (44111fa)
  • Particle.onUpdate need return false when it is died (2baabc3)
  • the stop method of ParticleSystem does not work (#49) (eb640a1)
  • WebGLRenderer.isSupported => WebGLRenderer.isSupport (89c7243)

Features

  • add handle lost context event in WebGLRenderer (722371c)
  • add Hilo.version (aab1300)
  • add Ticker.interval & Ticker.timeout & Ticker.nextTick (ef7f355)
  • auto cache WebAudio buffer & add WebAudio.clearBufferCache (79203d7)
  • physic.bindView add isStatic prop (ede92ed)
  • physics auto reindexStatic body (bebc846)
  • physics.bindView add layers and group config for collision (7fb2c16)
  • update dragonbones to v4.3.5 (#51) (096baab)
  • WebGL render mode support view's tint property (00da91a)