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
2026-01-23 21:34:50 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ffbf0245e2bb8f222e040a16a30b91e435f4aa90
konva
/
tests
/
js
/
unit
History
Eric Rowell
ffbf0245e2
fixed
#460
2013-05-20 22:41:13 -07:00
..
plugins
rewrote Label API. Group plugins now require that children are added to the base class
2013-05-20 21:58:57 -07:00
shapes
tied className into toJSON and create. deprecated shapeType property and getShapeType method
2013-05-19 21:48:48 -07:00
animationTests.js
polished up the new Tween class. goto changed to seek. auto property conflict resolution. onFinish can now be set
2013-05-11 16:43:09 -07:00
containerTests.js
tied className into toJSON and create. deprecated shapeType property and getShapeType method
2013-05-19 21:48:48 -07:00
ddTests.js
first pass at removing setDefaultAttrs logic to speed up node instantation performance
2013-03-15 08:33:05 -07:00
globalTests.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
layerTests.js
fixes
#414
2013-05-20 22:12:43 -07:00
nodeTests.js
deprecated getNodeType(), added className property to label, and added lots of Node doc examples
2013-05-17 11:46:06 -07:00
shapeTests.js
deprecated Ellipse shape, since you can create ellipses now with circles. updated tests
2013-05-13 22:19:51 -07:00
stageTests.js
changed getIntersections() to getAllIntersections() to indicate that the method returns more than may be needed. Updatee docs, and clarified the differences between intersects(), getIntersection(), and getAllIntersections()
2013-05-17 15:50:53 -07:00
tweenTests.js
fixed
#460
2013-05-20 22:41:13 -07:00
utilTests.js
major refactor of directory structure. Killed Util directory. Created Util.js file instead. Moved general purpose methods from Global to Util
2013-05-07 23:51:02 -07:00