konva/src
2013-01-12 23:45:28 -08:00
..
filters wrapped all modules with anonymous func. moved Canvas to root dir because it's now coupled to KineticJS logic. removed whitelisting arrays from Global. Did some prep work for AMD and Node support 2012-12-01 12:04:10 -08:00
shapes Support creating shapes with points like [[x1,y1],[x2,y2]]. 2013-01-09 00:21:47 -08:00
util added new destroy Node method which removes and destroys a node. remove() now simply removes a node from the stage. You can re add the node at a later time with add(). getDOM() changed to getContent(). stage.remove() now correctly removes content node 2013-01-12 22:01:12 -08:00
Animation.js removed animations length cached variable because the length can change while the for loop is running 2013-01-09 08:27:57 -08:00
Canvas.js updated copyright year, and removed excessive dashArray warnings 2013-01-04 22:21:17 -08:00
Container.js added new destroy Node method which removes and destroys a node. remove() now simply removes a node from the stage. You can re add the node at a later time with add(). getDOM() changed to getContent(). stage.remove() now correctly removes content node 2013-01-12 22:01:12 -08:00
DragAndDrop.js drag and drop layer is now created on stage instantiation, and is removed and added as needed 2013-01-12 23:39:56 -08:00
Global.js updated copyright year, and removed excessive dashArray warnings 2013-01-04 22:21:17 -08:00
Group.js really cool new feature that... wait, no, just more docmentation 2013-01-02 23:55:56 -08:00
Layer.js added new destroy Node method which removes and destroys a node. remove() now simply removes a node from the stage. You can re add the node at a later time with add(). getDOM() changed to getContent(). stage.remove() now correctly removes content node 2013-01-12 22:01:12 -08:00
Node.js added new destroy Node method which removes and destroys a node. remove() now simply removes a node from the stage. You can re add the node at a later time with add(). getDOM() changed to getContent(). stage.remove() now correctly removes content node 2013-01-12 22:01:12 -08:00
Shape.js updated docs 2013-01-06 09:04:10 -08:00
Stage.js added stage getDragLayer() method and unit tests 2013-01-12 23:45:28 -08:00
Transition.js wrapped all modules with anonymous func. moved Canvas to root dir because it's now coupled to KineticJS logic. removed whitelisting arrays from Global. Did some prep work for AMD and Node support 2012-12-01 12:04:10 -08:00