Skip to content

v1.0.3

Compare
Choose a tag to compare
@06wj 06wj released this 26 Apr 11:48
· 126 commits to dev since this release

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