Anton Lavrenov
|
96c36a50ca
|
update CHANGELOG with new version
|
2017-01-10 08:29:09 -05:00 |
|
Anton Lavrenov
|
e523c86ebd
|
fix memory leak. close #198
|
2017-01-10 08:27:32 -05:00 |
|
Anton Lavrenov
|
523e7ebe90
|
update travis node version
|
2016-12-14 12:59:34 -05:00 |
|
Anton Lavrenov
|
a498609412
|
shadow blur fix
|
2016-12-14 12:37:03 -05:00 |
|
Anton Lavrenov
|
b855765736
|
shadow fixes
|
2016-12-14 12:14:56 -05:00 |
|
Anton Lavrenov
|
ad8d38d945
|
fixed wrong opacity level for cached group with opacity. close #191
|
2016-12-13 07:01:51 -05:00 |
|
Anton Lavrenov
|
64aef6809e
|
some more justify fixes
|
2016-12-08 11:21:27 -05:00 |
|
Anton Lavrenov
|
b51ae24e33
|
justify fix for space in line
|
2016-12-08 11:13:22 -05:00 |
|
Anton Lavrenov
|
9586d9316d
|
justify align for Text and TextPath
|
2016-12-08 09:08:44 -05:00 |
|
Anton Lavrenov
|
c001901833
|
fix underline width for TextPath
|
2016-12-07 17:29:33 -05:00 |
|
Anton Lavrenov
|
03c65860e8
|
underline width fix
|
2016-12-07 17:20:47 -05:00 |
|
Anton Lavrenov
|
265e365b12
|
underline drawing bug fixes
|
2016-12-07 17:13:34 -05:00 |
|
Anton Lavrenov
|
37d6eb6541
|
skip test
|
2016-12-07 17:01:44 -05:00 |
|
Anton Lavrenov
|
115002aaf6
|
new property for Konva.Text and Konva.TextPath : textDecoration
|
2016-12-07 16:48:25 -05:00 |
|
Anton Lavrenov
|
43fa56a381
|
Merge branch 'master' of github.com:konvajs/konva
|
2016-11-11 16:04:04 -06:00 |
|
Anton Lavrenov
|
fa7c6e0c78
|
add toCanvas() method
|
2016-11-11 16:02:32 -06:00 |
|
Anton Lavrenov
|
badfabf337
|
Merge pull request #185 from i-robo/use-global-first
global use first
|
2016-11-11 07:43:59 -06:00 |
|
Arusantimo_macbook
|
5a5c68f038
|
fix on global.js:228
|
2016-11-11 14:54:15 +09:00 |
|
Arusantimo_macbook
|
1eee64088d
|
global use first
|
2016-11-11 13:26:44 +09:00 |
|
Anton Lavrenov
|
9b92331410
|
Fixed "calling remove() for dragging shape will throw an error". close #184
|
2016-11-10 16:41:31 -06:00 |
|
Anton Lavrenov
|
7b4e10fba8
|
negative letter spacing
|
2016-10-31 14:30:06 -06:00 |
|
Anton Lavrenov
|
3c26ba3bb5
|
fix client rect calc for TextPath
|
2016-10-31 10:50:42 -06:00 |
|
Duncan Snaith
|
ece28c58a0
|
declaration for Arrow shape
|
2016-10-31 08:01:16 -06:00 |
|
Anton Lavrenov
|
74033d15c3
|
remove debug draw
|
2016-10-28 18:43:43 -06:00 |
|
Anton Lavrenov
|
bf339fa6f7
|
fix baseline
|
2016-10-28 18:35:34 -06:00 |
|
Anton Lavrenov
|
42f268b976
|
undefined text fix
|
2016-10-28 15:36:59 -06:00 |
|
Anton Lavrenov
|
0d11bff316
|
align support for Konva.TextPath
|
2016-10-28 15:30:36 -06:00 |
|
Anton Lavrenov
|
d090e3662e
|
Fixed bug when Konva.Tag width was not changing its width dynamically. close #173
|
2016-10-25 09:42:32 -06:00 |
|
Anton Lavrenov
|
d3e0a98e75
|
fix lint
|
2016-10-25 09:27:37 -06:00 |
|
Anton Lavrenov
|
1d1c305337
|
Merge branch 'joaolrpaulo-feat/context_menu_handler'
|
2016-10-25 09:03:56 -06:00 |
|
Anton Lavrenov
|
804638bb9b
|
build
|
2016-10-25 09:03:45 -06:00 |
|
Anton Lavrenov
|
b12fd40f25
|
update docs
|
2016-10-25 09:03:25 -06:00 |
|
Anton Lavrenov
|
34d40d57e7
|
Merge branch 'feat/context_menu_handler' of https://github.com/joaolrpaulo/konva into joaolrpaulo-feat/context_menu_handler
|
2016-10-25 09:01:45 -06:00 |
|
Anton Lavrenov
|
658ba2aeac
|
test fixes
|
2016-10-25 08:51:53 -06:00 |
|
Anton Lavrenov
|
34cb84f616
|
text shadow test
|
2016-10-25 07:26:59 -06:00 |
|
Igor Kiselev
|
330ab557ee
|
Fixed transform apply/reset for clipping (#175)
* Fixed transform apply/reset for clipping. Fix #136
|
2016-10-04 20:18:45 -04:00 |
|
João Paulo
|
f86993123b
|
feat: added oncontextmenu event handler
Signed-off-by: João Paulo <joao.paulo@movvo.com>
|
2016-09-30 11:16:09 +01:00 |
|
Petar Ivanov
|
630023b7e7
|
add missing functions from Transform class in typings (#174)
|
2016-09-23 15:57:58 -04:00 |
|
Anton Lavrenov
|
b510582660
|
changing a size of Konva.Stage will update it in async way (via batchDraw ).
|
2016-09-21 15:22:08 -04:00 |
|
Anton Lavrenov
|
834c1362c6
|
implement letter spacing for Text Shape
|
2016-09-20 16:31:30 -04:00 |
|
Anton Lavrenov
|
fe92be3ab4
|
Merge branch 'master' of github.com:konvajs/konva
|
2016-09-20 09:36:33 -04:00 |
|
Anton Lavrenov
|
b731dc6985
|
update cdn link
1.2.2
|
2016-09-20 09:35:34 -04:00 |
|
Anton Lavrenov
|
685f133b12
|
build for 1.2.2
|
2016-09-20 09:35:34 -04:00 |
|
Anton Lavrenov
|
763788bd32
|
update CHANGELOG with new version
|
2016-09-20 09:35:30 -04:00 |
|
Anton Lavrenov
|
779c805f1a
|
Create ISSUE_TEMPLATE.md
|
2016-09-19 06:50:30 -04:00 |
|
Anton Lavrenov
|
3b22252cc3
|
fix clientRect calculations
|
2016-09-16 10:12:49 -04:00 |
|
Anton Lavrenov
|
cda445552a
|
update cdn link
1.2.1
|
2016-09-15 17:46:41 -04:00 |
|
Anton Lavrenov
|
a5c68165d0
|
build for 1.2.1
|
2016-09-15 17:46:41 -04:00 |
|
Anton Lavrenov
|
e321a08ed9
|
update CHANGELOG with new version
|
2016-09-15 17:46:34 -04:00 |
|
Anton Lavrenov
|
c5737a19e5
|
fix ignored letterSpacingChange event
|
2016-09-15 17:45:40 -04:00 |
|