Releases: claudijo/react-2d-canvas
Releases · claudijo/react-2d-canvas
v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.0
- Update Readme to cover the
Polygon
component d857fb6 - Remove check for attached mouse event handlers on elements since it is actually not a working solution, and instead assume all child components in top most layer might have mouse event handlers attached ccb37fa
- Fire mouse event on the
Layer
component with clientX and clientY properties that are adjusted to the current scale factor (same as mouse event that are fired on child shape components) 8ba9a66 - Add regular polygon shape 0474b3c