konva/src
2012-04-28 12:23:23 -07:00
..
shapes enhanced setAttrs() logic to allow custom node properties and functions 2012-04-27 19:42:04 -07:00
util removed Transition constructor block comment to remove it from jsdocs. Devs should just use the transitionTo() method without knowing how it works under the covers 2012-04-28 00:10:26 -07:00
Container.js added new selector capability to .get() method. You can now select all nodes by type inside of a container, such as by Shape, Group, or Layer 2012-04-27 22:54:39 -07:00
GlobalObject.js added throttling unit tests 2012-04-28 11:41:58 -07:00
Group.js re-integrated simple serialization and deserialization with new attrs structure 2012-04-07 14:39:31 -07:00
Layer.js added layer throttling which greatly improves drag and drop and other mousemove drawing performance 2012-04-28 11:18:40 -07:00
Node.js identified a couple public methods in the global object which are actually private 2012-04-28 11:23:47 -07:00
Shape.js added new stage.getIntersects() method which allows you to obtain all the shapes that intersect a given point. Also enhanced all methods that require an x or y by allowing either two arguments to be passed in or an object to be passed in. Example foo(100, 50) or foo({x:100, y:50}); 2012-04-27 23:57:01 -07:00
Stage.js stage.setSize() now correctly sets the content node dimensions. Also refactored object and DOM node sizing 2012-04-28 12:23:23 -07:00