Skip to content
This repository has been archived by the owner on May 6, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 1.38 KB

0.3.0 (2014-09-22)

Features

  • gridVisible: add ability to hide the grid with an attribute (38b76a01, #9)
  • snapToGrid: implement a selection system that snaps to the grid lines (1170f33a, #8)

Breaking Changes

0.2.0 (2014-09-15)

Features

  • majorGridIncrement: add ability to draw a major grid every specified number of minor grid spaces Closes #5 (4552c4ef)
  • minorGridColor, majorGridColor: add attributes to set grid line color for minor and major grid lines Closes #7 (6e145399)
  • paperColor: add ability to change the paper color with an attribute Closes #11 (eb5e4c0c)
  • paperSize: add the 'A5' paper size Closes #3 (69346eef)

Breaking Changes