Skip to content

Latest commit

 

History

History
67 lines (28 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

67 lines (28 loc) · 2.72 KB

3.3.0 (2021-10-17)

Bug Fixes

  • correct runtime state implementation and usage (9cbb8a1)
  • hack around TS block scoped variable error (35b42cf)

Features

  • canvas: improve centererGrid typing (a62ea31)
  • demo: allow command when ext. not activated (f94a0cf)

3.2.0 (2021-09-21)

Bug Fixes

  • allow release as scope for commits (87306da)
  • displayworker: set state as a public variable (7c5c4ab)
  • handle error type declaration (e8f6e90)

Features

  • demo: add basic demo scaffolding (610c32f)

3.1.0 (2021-09-18)

Bug Fixes

  • canvas2d: cast OffscreenCanvas as HTMLCanvasElement (2c9209a)
  • displayworker: correct resizeLayer usage (33b75ab)
  • server: hhandle error response (6607dbf)

Features

  • config: allow human readable JSON5 (aa0eed5)
  • extension: add workspaceFileExists (10eeeb7)

3.0.11 (2021-09-07)

Bug Fixes

  • add missing icon in package.json (2b12c05)

3.0.10 (2021-09-07)

Bug Fixes

  • build: ensure DisplayWorker compilation is run (7920e39)