Skip to content

Releases: hiloteam/Hilo

v1.0.5

02 Jun 03:18
Compare
Choose a tag to compare

Bug Fixes

  • call drag.starDrag twice bug (b74fb02)

Features

  • add drawable crossOrigin support (8f1da6b)
  • WebAudio.getAudio add the preferWebAudio option to select whether or not to use WebAudio first (a4c5651)

v1.0.4

28 Apr 12:12
Compare
Choose a tag to compare

Bug Fixes

v1.0.3

26 Apr 11:48
Compare
Choose a tag to compare

Bug Fixes

  • cacheMixin load image bug (91affbb)
  • firefox use webkit vendor, close #77 (7357c7d), closes #77
  • graphics.drawSVGPath negative number bug (560bdf8)
  • npm module standalone bug (2d4b369)
  • polyfill use if to judge that some environments use Object.freeze to freeze the prototype will throw an exception (ba4ac94)
  • ticker.start(true) use raf when fps >= 60 (7d5e1a0)
  • Tween.to & Tween.from params add default value (653cf36)

Features

  • loadQueue add support for webp (#76)(6b00c62)
  • add typescript definitions (#83) (cd3f4d6)
  • graphics.drawSVGPath supports all attributes except Arcs, close #85 (2002f04), closes #85

v1.0.2

06 Dec 11:53
Compare
Choose a tag to compare

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)

v1.0.1

06 Dec 11:51
Compare
Choose a tag to compare

Bug Fixes

  • Bitmap.setImage need set width&height (7806046)
  • eventMixin.on once bug (fcaebfd)
  • Hilo.getElementRect bug (d1dda4a)
  • set DOMElement pointer-event style to visible when it's pointerEnabled is true (fa28684)
  • Text.js len & wlen are used before there were defined (7268ea4)

Features

  • add English api doc.
  • change WebGLRenderer.isSupport() to WebGLRenderer.isSupported (f9f9bc4)

v1.0.0

06 Dec 12:00
Compare
Choose a tag to compare

First Version.