Skip to content

Releases: weizhenye/Danmaku

v1.3.6

17 Dec 17:28

Choose a tag to compare

Fix

Improvements

v1.3.5

13 May 20:43

Choose a tag to compare

Fix

  • fix danmaku.position when emit danmaku, see #23

v1.3.4

17 Apr 14:29

Choose a tag to compare

Fix

  • correct comment time in real time mode, see #22 (thanks for @freekami)

v1.3.3

14 Apr 10:07

Choose a tag to compare

Fix

  • fix stacked danmaku in real time mode, see #21

v1.3.2

21 Mar 13:03

Choose a tag to compare

Fix

  • don't make a copy of opt.comments, fix #20

v1.3.1

14 Feb 22:46

Choose a tag to compare

Fix

  • fix collision checking (#15)

v1.3.0

31 Dec 06:26

Choose a tag to compare

New

  • add support to render custom elements, see the render option in emit API.

Deprecated

  • the html option in emit API, use render instead.

v1.2.2

09 Oct 16:14

Choose a tag to compare

Fix

  • fix sharing private variables with multi instances
  • fix the position of <video> element when destroying

v1.2.1

22 May 16:16

Choose a tag to compare

Fix

v1.2.0

05 Feb 15:42

Choose a tag to compare

New

  • Add clear API
  • Add destroy API
  • Support using HTML in comments

Improvements

  • More tests to reach 100% coverage

Fix

  • Position of <canvas>