UNPKG

cnl

Version:
49 lines (36 loc) 856 B
# CNL History ## 0.0.25 * Fixed grab event ## 0.0.23 * Fixed shape helper calls (naming) ## 0.0.22 * Migrated to litcoffee * Added tons of annotations * Refactored the code * Fixed few bugs which became clear while annotating ## 0.0.21 * lots of refactoring * renamed addEventListener to addListener * renamed removeEventListener to listener * lighter classes * state logic fixes * evented fixes ## 0.0.16 * Removed event instanceof Event check on Evented class methods ## 0.0.15 * Added missing font setter in TextPen ## 0.0.14 * Removed style and state from Element and Shape * Added update to Element and removed from Shape ## 0.0.13 * Added origin and size to Shape * Added style method to Shape * Added update method to Shape ## 0.0.8 * Added Shape style ## 0.0.6 * Added pens ## 0.0.2 * Added structural classes ## 0.0.1 * Initial commit