Skip to content

Releases: JakeSidSmith/canvasimo

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

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 05 May 22:14
a0eb738

#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

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 05 May 21:38
0828fbb

DEPRECATED Fixes canvas density bug introduced in 0.7.1

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 01 May 21:50
0828fbb

#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

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 01 May 21:13
82874fc

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

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 01 May 20:10
6ef9ecd

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

IE window.console access

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 13 Oct 15:19
0037091

Hopefully fixes console access bug

#118

Further IE fixes

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 13 Oct 14:30
a8ced1e

Safegaurd console warning #117

IE9 fixes (safegaurd console)

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 13 Oct 14:14
c81958d
  • Upgrade node, typescript, react, jest and config for CircleCI 2 #115

  • Fix deployments #116