Skip to content

Releases: aml2610/react-painter

Improve code readability

23 Apr 16:52
4ea3327

Choose a tag to compare

  • modularise helpers & keep ReactPainter component lightweight
  • document less clear code paths
  • integrate prettier for code formatting
  • fix image link for story with image (for testing only)
  • fix typos in README

Fix touch

21 Nov 18:42
ffdac06

Choose a tag to compare

The library should be working for touch devices again after a bug fix to event coords extraction.

Bug fix

10 Apr 19:02
50c3daf

Choose a tag to compare

  • fixed a bug causing an intermittent crash while drawing

Change ownership

08 Apr 08:59

Choose a tag to compare

Ownership of the library has changed.
Build and release process have been improved a bit.

Performance Improvement

21 Apr 02:08

Choose a tag to compare

Utilize createImageBitmap (if supported by browser) to improve performance.

Fix README not rendered correctly in npm

15 Apr 05:55

Choose a tag to compare

Version 0.3.0

15 Apr 05:49

Choose a tag to compare

Use render prop object properties to set the line prop e.g. color, lineJoin, and lineCap.
Prop is currently set initialValues of the line prop only.

Travis autodeploy

15 Apr 07:16

Choose a tag to compare

Integrate with travis for autodeploy

Added new props for lines stroke

11 Apr 16:49

Choose a tag to compare

Added lineWidth, lineJoin, lineCap props.

Update docs

10 Apr 19:03

Choose a tag to compare

Update usage example based on suggestion of @joshwcomeau