Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 05:08
· 66 commits to main since this release
4d851d4

What's Changed

  • chore: Add benchmarks by @lino-levan in #17
  • fix: Ensure ICU download dir exists on windows by @enricobuehler in #19
  • feat: Support for creating GPU backed Canvas by @DjDeveloperr in #16 (currently to use this feature you have to create OpenGL context using a library like GLFW first)
  • fix: Added missing members of textAlign and textBaseline. Now they're fully implemented
  • fix: Make canvas resizable. However, resizing will reset it just like in browser
  • fix: Issues with context state management
  • fix: Remove Canvas#pixels raw buffer as it can provide error prone results, use readPixels instead
  • chore: Render benchmark results using Chart.js

New Contributors

Full Changelog: 0.2.0...0.3.0