This website requires JavaScript.
Explore
Help
Register
Sign In
lsm
/
konva
Watch
1
Star
0
Fork
0
You've already forked konva
mirror of
https://github.com/konvajs/konva.git
synced
2025-12-04 19:08:24 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3ac0e5592e4aa7de20bc4d8c5716dc22d76c58e9
konva
/
src
History
Eric Rowell
3ac0e5592e
added throttling unit tests
2012-04-28 11:41:58 -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
identified a couple public methods in the global object which are actually private
2012-04-28 11:23:47 -07:00