Skip to content

Releases: JakeSidSmith/canvasimo

Initial / retained context values, bug fixes, image smoothing quality

05 May 22:14
a0eb738
Compare
Choose a tag to compare

#125

  • Fix measureText / getTextSize following TypeScript upgrade (in v0.7.0) backported to 0.7.3
  • Add setImageSmoothingQuality and getImageSmoothingQuality
  • Set initial canvas values upon construction (for cross-browser consistency)
  • Restore canvas context values when resizing the element (including clearing the canvas)
  • Update docs examples
  • Improve density in examples
  • Fix redrawing bug in IE multi-line text example (by calling beginPath before drawing lines)
  • Add module entry to package.json

Measure text fix

05 May 21:38
0828fbb
Compare
Choose a tag to compare

DEPRECATED Fixes canvas density bug introduced in 0.7.1

01 May 21:50
0828fbb
Compare
Choose a tag to compare

#123

Although this release fixed the serious bug in 0.7.1 there were other complications introduced in 0.7.0

DEPRECATED Clearing canvas density fix

01 May 21:13
82874fc
Compare
Choose a tag to compare

Issue: #114
Fix: #122

This has a serious bug that caused the canvas to grow in size every re-render with densities higher than 1

DEPRECATED TypeScript >= 3.1.6 support

01 May 20:10
6ef9ecd
Compare
Choose a tag to compare

This introduced a bug with measureText / getTextSize (causing issues with multi-line text)

IE window.console access

13 Oct 15:19
0037091
Compare
Choose a tag to compare

Hopefully fixes console access bug

#118

Further IE fixes

13 Oct 14:30
a8ced1e
Compare
Choose a tag to compare

Safegaurd console warning #117

IE9 fixes (safegaurd console)

13 Oct 14:14
c81958d
Compare
Choose a tag to compare
  • Upgrade node, typescript, react, jest and config for CircleCI 2 #115

  • Fix deployments #116