Skip to content

Releases: emilefokkema/infinite-canvas

v0.6.7

05 Oct 19:53
Compare
Choose a tag to compare
  • fix bug when click happens on touch device

v0.6.6

14 May 19:43
Compare
Choose a tag to compare

v0.6.5

13 Apr 20:36
Compare
Choose a tag to compare
  • fix bugs in the rendering of paths through infinity

v0.6.4

23 Feb 13:56
Compare
Choose a tag to compare

Fix #44: include 'types' in 'exports' in package.json

v0.6.3

19 Jan 19:12
Compare
Choose a tag to compare

Fix #33 by only looking at the canvas size when drawing

v0.6.2

08 Sep 18:24
Compare
Choose a tag to compare
  • fix bug where drawing outside clipped area was not handled correctly
  • rename existing umd file
  • add esm file
  • from which Units can actually be imported

v0.6.1

15 Apr 20:20
Compare
Choose a tag to compare

v0.6.0-alpha

18 Jan 19:47
Compare
Choose a tag to compare
  • Implement addEventListener() and emit actual Events just like a <canvas> element
  • breaking-ish: the transformationStart, transformationChange and transformationEnd events are now called transformationstart, transformationchange and transformationend, respectively.

v0.5.7-alpha

16 Dec 20:00
Compare
Choose a tag to compare

v0.5.6-alpha

28 Nov 18:46
Compare
Choose a tag to compare
  • fix the typescript declaration: InfiniteCanvas is now the default export, just as it is in dist/infinite-canvas.js