diff --git a/Home.md b/Home.md index 2fee38d..061aafb 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,25 @@ -Welcome to the KineticJS wiki! +Welcome to the Konva wiki! + +# 0.10.0 April + +* code cleaning +* custom clip +* test with pixelRatio = 2 +* incorrect hit area (pixelRatio+clip scenario) (https://github.com/ericdrowell/KineticJS/issues/884) (https://github.com/ericdrowell/KineticJS/issues/888) +* clipping regions + shadows causes JS error +* stroke for Sprite + +## Then: + +* transforming tool +* Add OnUpdate callback for tweens +* remove animation._handleAnimation. make sure only one RAF is active at a time. +* if cropping an image, auto set width and height if width and height aren't set. Otherwise, the image width and height is defaulted to the original image width and height +* moveTo() needs to reassign animation nodes and look at Tweens +* ability to access a node's tweens. Maybe even support tween selectors. +* create special animation mechanism when the layer only contains sprites +* multiple tweens on the same node seems broken in the manual tests. see 'simple tween' test +* Text patterns +* text vertical align +* true multi touch +* full screen mode