Anton Lavrenov
|
783ad00726
|
update cdn link
|
2016-03-31 09:57:21 +07:00 |
|
Anton Lavrenov
|
78d8522271
|
build for 0.12.0
|
2016-03-31 09:57:21 +07:00 |
|
Anton Lavrenov
|
e9b14e735e
|
update CHANGELOG with new version
|
2016-03-31 09:57:17 +07:00 |
|
Anton Lavrenov
|
8aa3a92902
|
Merge pull request #137 from hugomrdias/node
make konva run in node 0.12 atleast
|
2016-03-30 09:07:53 +07:00 |
|
Hugo Dias
|
307666a424
|
build with the new changes
|
2016-03-15 15:38:02 +00:00 |
|
Hugo Dias
|
ac44bee03a
|
fix global reference for node env
|
2016-03-15 15:37:26 +00:00 |
|
Hugo Dias
|
2bb7a37cb9
|
remove --dev from dev enviroment instructions
--dev makes a recursive install of all the packages dev deps
npm install is enough
|
2016-03-15 15:37:01 +00:00 |
|
Hugo Dias
|
bf769344c9
|
improve readme nodejs instructions
|
2016-03-15 15:35:21 +00:00 |
|
Hugo Dias
|
ad9ef7f978
|
fix node global
|
2016-03-14 18:50:31 +00:00 |
|
Anton Lavrenov
|
a2887e2904
|
konva.d.ts fixes. close #127
|
2016-03-02 08:28:17 +08:00 |
|
Anton Lavrenov
|
9ba6ff21fe
|
contentWheel event for Stage. close #129
|
2016-02-29 08:03:03 +08:00 |
|
Anton Lavrenov
|
c0a3057adb
|
Merge branch 'master' of github.com:konvajs/konva
|
2016-02-28 17:05:11 +08:00 |
|
Anton Lavrenov
|
3c1e2804de
|
better HDPI support
update packages
|
2016-02-28 16:57:15 +08:00 |
|
Anton Lavrenov
|
87e8c5206d
|
Merge pull request #133 from zhouningyi/master
container selector
|
2016-02-26 22:41:38 +08:00 |
|
ningyi.zny
|
29a48662b4
|
container selector
|
2016-02-26 22:21:49 +08:00 |
|
Anton Lavrenov
|
8b23ae64df
|
Merge branch 'master' of github.com:konvajs/konva
|
2016-02-05 06:52:13 +08:00 |
|
Anton Lavrenov
|
e54b378a33
|
fix wrong Path getClientRect() calculation
|
2016-02-05 06:51:26 +08:00 |
|
Anton Lavrenov
|
917d7661fa
|
Merge pull request #126 from IgorViskov/fixes/typescript
Fix TypeScript definition
|
2016-02-02 20:19:27 +08:00 |
|
Igor Viskov
|
e74a35ff5c
|
Fix TypeScript definition: Move "getClientRect()" declaration from Container to Node class.
|
2016-02-01 10:33:34 +03:00 |
|
Igor Viskov
|
7e9bbc5f9c
|
Fix TypeScript definition: add "getClientRect()" function to "Container" class.
|
2016-02-01 09:37:42 +03:00 |
|
Anton Lavrenov
|
e3596d6c63
|
repair cancelBubble event property behaviour. fix #123.
|
2016-01-26 23:21:25 +08:00 |
|
Anton Lavrenov
|
6643fe8d9b
|
update release.sh
|
2016-01-17 22:33:13 +08:00 |
|
Anton Lavrenov
|
54411374fa
|
update CDN link
|
2016-01-17 22:33:01 +08:00 |
|
Anton Lavrenov
|
d0aff1ef2b
|
release script
|
2016-01-16 19:41:02 +08:00 |
|
Anton Lavrenov
|
83d70a0174
|
build for 0.11.1
|
2016-01-16 17:47:01 +08:00 |
|
Anton Lavrenov
|
763d30cfe6
|
update CHANGELOG with new version
|
2016-01-16 17:46:53 +08:00 |
|
Anton Lavrenov
|
c934509430
|
version 0.11.0
|
2016-01-16 17:39:21 +08:00 |
|
Anton Lavrenov
|
627cf16a2f
|
update CHANGELOG with new version
|
2016-01-16 17:35:03 +08:00 |
|
Anton Lavrenov
|
d9451f854e
|
contentTap event for stage. fix #122.
|
2016-01-16 07:11:30 +08:00 |
|
Anton Lavrenov
|
ed6a3a956b
|
Merge branch 'master' of github.com:konvajs/konva
|
2016-01-07 18:52:05 +08:00 |
|
Anton Lavrenov
|
ff82ad1901
|
optimize change event. close #120
|
2016-01-07 15:57:36 +08:00 |
|
Anton Lavrenov
|
864c7a96ec
|
Update README.md
|
2016-01-04 20:14:47 +08:00 |
|
Anton Lavrenov
|
68189ad079
|
Update README.md
|
2016-01-04 20:12:08 +08:00 |
|
Anton Lavrenov
|
2e76cfba30
|
currentTarget fix
|
2016-01-04 08:31:53 +08:00 |
|
Anton Lavrenov
|
7f2315fb1d
|
Update README.md
|
2016-01-02 19:53:32 +08:00 |
|
Anton Lavrenov
|
68b3143a93
|
Update README.md
|
2016-01-02 19:48:26 +08:00 |
|
Anton Lavrenov
|
e4067c18f9
|
special core.js module for creating minimal bundle. close #107
|
2016-01-02 18:18:00 +08:00 |
|
Anton Lavrenov
|
54bdee817f
|
add src to npm
|
2016-01-02 17:53:48 +08:00 |
|
Anton Lavrenov
|
1a4c50cfaa
|
global & UMD cleaning
|
2016-01-02 17:47:58 +08:00 |
|
Anton Lavrenov
|
6e3c69fae0
|
Show warning message if several instances of Konva are added to page. close #113
|
2016-01-02 17:33:50 +08:00 |
|
Anton Lavrenov
|
c7ae11cd01
|
Narrow down getIntersection() result. add optional selector parament to getIntersection function. close #74
|
2015-12-26 13:12:40 +07:00 |
|
Anton Lavrenov
|
28e8758d29
|
new node.findAncestors(selector) and node.findAncestor(selector) functions. close #116
|
2015-12-25 21:35:19 +07:00 |
|
Anton Lavrenov
|
c79fcd377e
|
build
|
2015-12-23 14:19:08 +07:00 |
|
Anton Lavrenov
|
6608abbbc3
|
fix typo
|
2015-12-23 14:18:01 +07:00 |
|
Anton Lavrenov
|
3616d38d85
|
fix corner radous for Label shape
|
2015-12-23 14:16:03 +07:00 |
|
Anton Lavrenov
|
eda967c07e
|
optional parent argument for getAbsolutePosition
|
2015-12-23 09:18:36 +07:00 |
|
Anton Lavrenov
|
dd52f0202a
|
update changelog
|
2015-12-22 20:51:42 +07:00 |
|
Anton Lavrenov
|
92478f4e77
|
update changelog
|
2015-12-22 17:35:08 +07:00 |
|
Anton Lavrenov
|
2a514ee580
|
return this from several methods. close #111
|
2015-12-22 17:19:33 +07:00 |
|
Anton Lavrenov
|
694abb9815
|
run gulp from npm
|
2015-12-22 17:19:19 +07:00 |
|