Skip to content

Releases: weizhenye/Danmaku

v2.0.7

22 Sep 13:30
Compare
Choose a tag to compare

Improvements

  • increase the precision of danmaku moving, #58

v2.0.6

04 Apr 16:37
Compare
Choose a tag to compare

Fix

  • missed codes for SSR in v2.0.5, #52
  • replace const with var

v2.0.5

03 Apr 11:58
Compare
Choose a tag to compare

Fix

  • compat SSR, #51

v2.0.4

08 Jun 16:48
Compare
Choose a tag to compare

Fix

  • canvas scale with devicePixelRatio, #44

v2.0.3

02 May 10:24
Compare
Choose a tag to compare

Fix

  • update cmt.x with mode top or bottom when resize, #40
  • fix canvas blurry when devicePixelRatio isn't 1, #42
  • use Partial for CSSStyleDeclaration, #43

v2.0.2

20 Feb 05:18
Compare
Choose a tag to compare

Fix

  • bind playing and waiting events of media to play/pause danmaku, see #39

v2.0.1

07 Aug 17:26
Compare
Choose a tag to compare

Fix

  • fix typo in index.d.ts by #35

v2.0.0

02 Feb 11:19
Compare
Choose a tag to compare

Breaking Changes

  • remove html option in Comment, use render instand
  • remove bower support
  • remove danmaku.init() api, only support init with new Danmaku()
  • merge video and audio options into media option
  • container option is required for video
  • merge style and canvasStyle options into style option

New

  • add TypeScript definition
  • add single engine version dists

v1.3.6

17 Dec 17:28
Compare
Choose a tag to compare

Fix

Improvements

v1.3.5

13 May 20:43
Compare
Choose a tag to compare

Fix

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