Skip to content

Latest commit

 

History

History
307 lines (155 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

307 lines (155 loc) · 11.2 KB

2.0.3 (2022-06-29)

Bug Fixes

2.0.2 (2020-08-13)

Bug Fixes

2.0.1 (2020-07-03)

Bug Fixes

  • Tween reverse onComplete not work, fix #165 (2522897)

2.0.0 (2019-12-10)

BREAKING CHANGES

  • Tween.onUpdate use easeRatio (38e93ad)

1.6.0 (2019-05-27)

Features

  • add loaderQueue.removeContent (be0ac75)

1.5.0 (2019-04-17)

Features

  • Bitmap.setImage add crossOrigin setting (9bf272b)
  • DragonBones HiloFactory add textureCrossOrigin setting (f6e4c46)

1.4.2 (2019-03-14)

Bug Fixes

  • Add tween.isComplete to fix tween.onComplete throw error bug (79f96ed)
  • WebAudio create context should try catch (b422d08)

1.4.1 (2019-03-12)

Bug Fixes

  • Tween reverse may error when first update (23ea978)

1.4.0 (2019-01-09)

Bug Fixes

  • Fix bug when Text.text has no default value (83d87d6)

Features

  • add WebGLRenderer.contextOptions (8d6f428)

1.3.0 (2018-10-17)

Bug Fixes

Features

1.2.0 (2018-08-08)

Bug Fixes

  • add domElement container index (72e5451)
  • dragonbones skew bug (9a98581)
  • physicss unbindView bug (e4c1631)

Features

  • add Matrix.copy & clone & set (304dac2)
  • add view.transform support (43e35d5)

1.1.11 (2018-07-16)

Bug Fixes

  • DOMElement display wrong when parent have scale (b778071)
  • domElement pointerEvents setting is overwrite bug (d4e6689)
  • offset fix for dragonbones TextureAtlases created with whitespace removal enabled (5c5fbb9)

1.1.10 (2018-04-19)

Features

  • Ticker.start use RAF default (86754de)
  • update chipmunk to 6.1.2 (9f06571)

1.1.9 (2018-03-20)

Bug Fixes

  • drag need transform when parent has transform (b7b9d96)

1.1.7 (2018-01-15)

Features

1.1.6 (2017-12-13)

Bug Fixes

1.1.5 (2017-12-12)

Bug Fixes

  • dragonbones dispatchOnce event bug (8d978e9)
  • view.getBounds bug, when view has align property, see #108 (0f5b1ec)

1.1.2 (2017-08-28)

Bug Fixes

  • fix ticker.getMeasuredFPS should not be greater than target fps (5db97ab)

1.1.1 (2017-07-20)

Bug Fixes

  • dragMove event should be sent at the end, fix #92 (7b3341e)
  • fix detect orientation bug, close #91 (93537c7)

1.1.0 (2017-06-29)

Features

1.0.5 (2017-06-02)

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)

1.0.4 (2017-04-28)

Bug Fixes

1.0.3 (2017-04-26)

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

1.0.2 (2016-12-06)

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)

1.0.1 (2016-05-18)

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)

1.0.0 (2016-03-01)

Bug Fixes

  • WebGLRenderer worldMatrix bug (4efc6e6)