Anton Lavrenov
bb649d9986
update cdn link
2023-10-31 10:51:50 -05:00
Anton Lavrenov
c2612571ab
build for 9.2.3
2023-10-31 10:51:49 -05:00
Anton Lavrenov
849eb6b1ca
update CHANGELOG with new version
2023-10-31 10:51:26 -05:00
Anton Lavrenov
84f6f90079
changes
2023-10-31 10:48:26 -05:00
Anton Lavrenov
184ab3f350
update deps, enable all tests
2023-10-31 10:42:33 -05:00
Anton Lavrenov
0527d23901
fix test
2023-10-30 19:44:03 -05:00
Anton Lavrenov
a4585821b5
Merge branch 'master' into MadeByMike-fix/1433/position-jitter-when-flip-enabled-is-false
2023-10-30 19:43:11 -05:00
Anton Lavrenov
56ce8a89eb
new test
2023-10-30 19:43:02 -05:00
Anton Lavrenov
92d9c6d778
trying flip
2023-10-30 19:04:10 -05:00
Mike
4224b41c5a
Split translation to make flip work better with rotated rects
2023-10-30 22:46:38 +00:00
Mike
63924bceee
Change order of rotation
2023-10-30 21:28:41 +00:00
Mike
eeca597a0f
Fix position jitter when flip enabled false
...
Rather than disabling the exiting updates when flipEnabled is false I've updated to translate and set scale to an absolute value on the new transform.
This appears to solve the jitter and work otherwise the same as the existing method.
2023-10-30 08:40:54 +00:00
Anton Lavrenov
963119f24e
update cdn link
2023-10-09 19:34:47 -05:00
Anton Lavrenov
ae96306620
build for 9.2.2
2023-10-09 19:34:47 -05:00
Anton Lavrenov
d6a7d05e11
update CHANGELOG with new version
2023-10-09 19:34:33 -05:00
Anton Lavrenov
c0e56ad5d2
Merge pull request #1647 from sadanora/update-cdn-url-in-quick-look
...
Update CDN URL in Quick Look
2023-10-03 13:30:50 -05:00
Yusuke Sekiguchi
541d7b2b37
Update CDN URL in Quick Look
2023-10-03 11:50:47 +09:00
Anton Lavrenov
39edd8d20a
Merge pull request #1646 from sadanora/chore/change-cdn-url-in-readme
...
Change CDN URL in README
2023-09-30 16:50:28 -05:00
Yusuke Sekiguchi
2ea2c4b63e
Change CDN URL in README
2023-09-30 15:43:41 +09:00
Anton Lavrenov
23cbea2dc5
Merge pull request #1637 from xkxx/master
...
feat: Add basic support for RTL text direction.
2023-09-21 10:14:11 -05:00
xkxx
6a5fc5211b
Address PR comments
2023-09-20 17:16:46 +00:00
xkxx
ddba4d6db2
Add tests for rtl text direction.
2023-09-19 22:09:10 +00:00
xkxx
2ef0a38ef8
Address PR comments.
2023-09-19 01:08:16 +00:00
xkxx
5570b4d62b
Use native letterSpacing
for RTL and use polyfill for all other cases.
2023-09-18 22:54:22 +00:00
Anton Lavrenov
0fe8616bb6
fix type. close #1643
2023-09-18 11:13:18 -05:00
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
xkxx
d7b86c5404
feat: Support letterSpacing for RTL.
2023-09-12 00:07:25 +00:00
Anton Lavrenov
99334e197a
typescript fixes
2023-09-09 16:39:57 -05:00
xkxx
291a40d94b
Add basic support for RTL text direction.
2023-09-09 05:13:25 +00: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