Anton Lavrenov
|
d8d6d653e3
|
update cdn link
|
2023-09-14 08:51:20 -05:00 |
|
Anton Lavrenov
|
a5274a5ff7
|
build for 9.2.1
|
2023-09-14 08:51:20 -05:00 |
|
Anton Lavrenov
|
9c605e3608
|
update CHANGELOG with new version
|
2023-09-14 08:51:05 -05:00 |
|
Anton Lavrenov
|
99334e197a
|
typescript fixes
|
2023-09-09 16:39:57 -05:00 |
|
Anton Lavrenov
|
f6bcbb7c8f
|
additional fix
|
2023-09-04 11:55:28 -05:00 |
|
Anton Lavrenov
|
3af5f0f012
|
fix type, add changelog
|
2023-09-04 11:42:31 -05:00 |
|
Anton Lavrenov
|
f39c57d000
|
fix text rendering. fix #1634
|
2023-09-04 11:38:45 -05:00 |
|
Anton Lavrenov
|
b687b97b7f
|
update deps
|
2023-08-28 09:53:26 -05:00 |
|
Anton Lavrenov
|
f3d03390f0
|
Merge branch 'master' of github.com:konvajs/konva into master
|
2023-08-28 09:25:04 -05:00 |
|
Anton Lavrenov
|
d33b8e944b
|
more strict typescript
|
2023-08-28 09:23:57 -05:00 |
|
Anton Lavrenov
|
cd2e17338a
|
docs and types
|
2023-08-26 20:36:40 -05:00 |
|
Anton Lavrenov
|
c0bf5c9a0a
|
Merge pull request #1625 from joshrudesill/master
Updated parameter names in context class to match MDN parameter names
|
2023-08-09 18:38:32 -05:00 |
|
Joshua Rudesill
|
4971915bb4
|
Param order
|
2023-08-09 17:44:29 -05:00 |
|
Joshua Rudesill
|
5f7f6ce3ff
|
Updated parameter names in context class to match MDN parameter names
|
2023-08-09 16:52:13 -05:00 |
|
Anton Lavrenov
|
4e28e1a322
|
Merge branch 'master' of github.com:konvajs/konva into master
|
2023-07-26 12:10:07 -05:00 |
|
Anton Lavrenov
|
830771cc2c
|
release action
|
2023-07-26 12:10:00 -05:00 |
|
Anton Lavrenov
|
aebc039f08
|
Merge pull request #1614 from hamidb80/patch-2
fix typo in `Shape.ts`
|
2023-07-21 23:07:06 -05:00 |
|
Hamid Bluri
|
0381f0ebc7
|
fix typo in Shape.ts
add closing single quote
|
2023-07-22 06:48:56 +03:30 |
|
Anton Lavrenov
|
edb7529736
|
Merge pull request #1597 from iloabn/feature/configure-transofmer-rotate-cursor
Configurable rotate cursor on transformer
|
2023-07-17 12:23:42 -05:00 |
|
Anton Lavrenov
|
6abd79c861
|
Merge pull request #1603 from fxOne/master
fixing `findOne` result type
|
2023-07-12 16:16:00 -05:00 |
|
Dominic Buetow
|
7133abe9cd
|
fixing findOne result type
|
2023-07-12 10:04:47 +02:00 |
|
iloabn
|
5d506ad2ff
|
Custom transformer rotate cursor.
Add tests for and ability to change rotate anchor cursor for transformer
|
2023-07-06 14:22:24 +02:00 |
|
Anton Lavrenov
|
c1ba9740b3
|
Merge pull request #1594 from hamidb80/patch-1
convert `var` to `const`
|
2023-07-03 09:32:31 -05:00 |
|
Hamid Bluri
|
09fd0de63d
|
convert var to const
since `PI_OVER_180` cannot change ...
|
2023-07-02 15:51:25 +03:30 |
|
Anton Lavrenov
|
a8959e1b40
|
Merge pull request #1574 from IcetCode/fix/type-improve
fix: type improve
|
2023-06-09 07:52:52 -05:00 |
|
Calvin
|
217fd86331
|
fix: type improve
|
2023-06-09 15:36:53 +08:00 |
|
Anton Lavrenov
|
8e620e1846
|
update cdn link
|
2023-06-05 10:29:48 -05:00 |
|
Anton Lavrenov
|
e5a8ca3827
|
build for 9.2.0
|
2023-06-05 10:29:48 -05:00 |
|
Anton Lavrenov
|
efb762a916
|
update CHANGELOG with new version
|
2023-06-05 10:29:33 -05:00 |
|
Anton Lavrenov
|
68d5a8b436
|
changes and docs
|
2023-06-05 10:28:44 -05:00 |
|
Anton Lavrenov
|
caf161a676
|
Merge branch 'alesmenzel-am/add-fill-and-clip-options-support' into master
|
2023-06-05 10:25:46 -05:00 |
|
Anton Lavrenov
|
72cbc8d289
|
little optimize
|
2023-06-05 10:25:36 -05:00 |
|
Anton Lavrenov
|
d410ceee24
|
Merge branch 'am/add-fill-and-clip-options-support' of https://github.com/alesmenzel/konva into alesmenzel-am/add-fill-and-clip-options-support
|
2023-06-05 10:17:19 -05:00 |
|
Anton Lavrenov
|
575ad1d76d
|
add perf test
|
2023-06-05 10:16:28 -05:00 |
|
Anton Lavrenov
|
c260bf1729
|
update cdn link
|
2023-06-02 15:31:41 -05:00 |
|
Anton Lavrenov
|
c955ed81e9
|
build for 9.1.0
|
2023-06-02 15:31:41 -05:00 |
|
Anton Lavrenov
|
adca6efe77
|
update CHANGELOG with new version
|
2023-06-02 15:31:27 -05:00 |
|
Anton Lavrenov
|
3e7d5ce7af
|
new anchorStyleFunc for transformer. close #1552
|
2023-06-02 15:28:08 -05:00 |
|
Anton Lavrenov
|
2550a34754
|
fix node test
|
2023-05-14 07:47:48 -06:00 |
|
Anton Lavrenov
|
a1fd371603
|
fix tests
|
2023-05-14 07:42:00 -06:00 |
|
Anton Lavrenov
|
d182031a2f
|
update cdn link
|
2023-05-14 07:31:42 -06:00 |
|
Anton Lavrenov
|
b98d590bf9
|
build for 9.0.2
|
2023-05-14 07:31:42 -06:00 |
|
Anton Lavrenov
|
e6ecd4399b
|
update CHANGELOG with new version
|
2023-05-14 07:31:29 -06:00 |
|
Ales Menzel
|
95048b5086
|
support context.clip(...) and context.fill(...) Path2D and fill-rule options
|
2023-05-02 17:27:45 +02:00 |
|
Anton Lavrenov
|
3c0c6c8a3e
|
update cdn link
|
2023-04-17 10:03:56 -05:00 |
|
Anton Lavrenov
|
d77516bdeb
|
build for 9.0.1
|
2023-04-17 10:03:55 -05:00 |
|
Anton Lavrenov
|
e0c3678f87
|
update CHANGELOG with new version
|
2023-04-17 10:03:39 -05:00 |
|
Anton Lavrenov
|
6921855566
|
a bit better performance
|
2023-04-17 09:55:10 -05:00 |
|
Anton Lavrenov
|
d18d528d45
|
enable all tests
|
2023-04-15 23:27:05 -05:00 |
|
Anton Lavrenov
|
3ba4062c15
|
Merge branch 'master' of github.com:konvajs/konva into master
|
2023-04-15 23:26:49 -05:00 |
|