Danmaku Versions Save

A high-performance JavaScript danmaku engine. 高性能弹幕引擎库

v2.0.6

1 year ago

Fix

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

v2.0.5

1 year ago

Fix

  • compat SSR, #51

v2.0.4

1 year ago

Fix

  • canvas scale with devicePixelRatio, #44

v2.0.3

2 years ago

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

3 years ago

Fix

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

v2.0.1

3 years ago

Fix

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

v2.0.0

4 years ago

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

4 years ago

Fix

  • support valid CSS font syntax, thanks for @ShadeShady by #30

Improvements

  • improve performance of seeking, thanks for @ShadeShady by #30

v1.3.5

6 years ago

Fix

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

v1.3.4

6 years ago

Fix

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