Skip to content

v0.2.0

Compare
Choose a tag to compare
@jsulpis jsulpis released this 12 Nov 20:37
· 53 commits to main since this release

compare changes

🚀 Enhancements

  • Add basic support for textures without mipmaps (5fc5341)
  • Allow to provide the canvas as a CSS selector (a7f8d0f)
  • Add useLoop hook with play/pause controls (f3e2cf3)
  • Add useBoundingRect hook (8d1851e)
  • ⚠️ Change onPointerEvents to usePointerEvents and add more events (ddeabd9)

🩹 Fixes

  • Broken types (011be36)
  • DevicePixelContentBoxSize not available on Safari (f699ed8)

💅 Refactors

  • ⚠️ Change onCanvasResize to useResizeObserver and provide controls on the observer (31e38ff)

🏡 Chore

  • Update dependencies (45efec1)
  • Enforce Typescript consistent type imports (70d9e4a)
  • Setup the playground (a0d37d1)
  • Move the playground in the lib package (6e58fc8)

✅ Tests

  • Add screenshot tests with playwright (67517c8)

🤖 CI

⚠️ Breaking Changes

  • ⚠️ Change onPointerEvents to usePointerEvents and add more events (ddeabd9)
  • ⚠️ Change onCanvasResize to useResizeObserver and provide controls on the observer (31e38ff)