lavrton
|
9322bfaa80
|
fix line-through for justify. close #1846
|
2024-11-05 16:02:04 -05:00 |
|
Thibaut(Teebo)
|
9a7e688f48
|
refactor for const over let
|
2024-10-09 14:57:46 +00:00 |
|
tbo47
|
8d2a050d83
|
var to const or let
|
2024-10-05 14:18:32 +00:00 |
|
Anton Lavrenov
|
c98b1f6f2a
|
Merge branch 'master' of github.com:konvajs/konva
|
2024-09-09 11:30:06 -05:00 |
|
Anton Lavrenov
|
d1704e5d75
|
fix letter spacing for Hindi text
|
2024-09-09 11:30:00 -05:00 |
|
kyechan99
|
ffc58d248b
|
fix: specify type Text.measureSize
|
2024-07-18 18:46:56 +09:00 |
|
Anton Lavrenov
|
bb5275f9d1
|
measureText fallback
|
2024-07-05 13:24:38 -05:00 |
|
Anton Lavrenov
|
07bdf49bfd
|
fix underline for experimental render
|
2024-05-20 19:23:37 -05:00 |
|
Anton Lavrenov
|
7d5ba3e429
|
rename fix apply
|
2024-05-15 21:10:03 -05:00 |
|
Anton Lavrenov
|
0ec3425d99
|
possible fix for all our text problems
|
2024-05-15 20:35:26 -05: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
|
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 |
|
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
|
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
|
e6ecd4399b
|
update CHANGELOG with new version
|
2023-05-14 07:31:29 -06:00 |
|
iaosee
|
8e9878b84c
|
fix: 🐛 fix types, improve type support for TypeScript
|
2023-03-15 15:30:11 +00:00 |
|
Anton Lavrenov
|
0a90828633
|
update CHANGELOG with new version
|
2023-01-20 10:53:49 -05:00 |
|
Anton Lavrenov
|
322b821efb
|
update CHANGELOG with new version
|
2023-01-19 18:42:25 -05:00 |
|
Anton Lavrenov
|
7eef552637
|
update CHANGELOG with new version
|
2022-08-29 09:38:49 -05:00 |
|
Anton Lavrenov
|
0f8f2f4548
|
little refactor
|
2022-08-05 10:07:22 -05:00 |
|
gloryyin
|
40267e0d44
|
fix: add ellipsis for last line
|
2022-08-01 02:33:41 +08:00 |
|
Anton Lavrenov
|
1663a941bf
|
Fix justify align for text with several paragraphs
|
2022-02-23 20:21:15 -05:00 |
|
Anton Lavrenov
|
b6e8afec6e
|
fix test
|
2021-05-05 09:54:03 -05:00 |
|
Anton Lavrenov
|
7bd5c62ee3
|
tests refactor, clean build
|
2021-05-05 09:19:24 -05:00 |
|
Anton Lavrenov
|
c926bd623c
|
initial tests migration
|
2021-04-30 09:24:27 -05:00 |
|
Anton Lavrenov
|
2328fb06d4
|
update version
|
2021-03-15 07:34:20 -05:00 |
|
Anton Lavrenov
|
42276bfce2
|
update CHANGELOG with new version
|
2021-03-03 12:06:37 -05:00 |
|
Anton Lavrenov
|
febf3251eb
|
docs and types
|
2021-01-26 11:43:52 -05:00 |
|
Anton Lavrenov
|
6fcfd4de54
|
Fix ellipsis rendering for Konva.Text
|
2020-12-18 11:12:19 -05:00 |
|
Tyler Kindy
|
2b5f51f0c9
|
Add missing text props to config type definition
|
2020-11-13 00:01:44 -05:00 |
|
Anton Lavrenov
|
4ce6800fd9
|
better tests
|
2020-09-17 13:25:46 -05:00 |
|
Anton Lavrenov
|
6cb86685f7
|
text rendering fixes
|
2020-09-17 09:39:15 -05:00 |
|
Anton Lavrenov
|
0e1afd3d5c
|
fix ellipsis for Konva.Text
|
2020-09-16 09:55:40 -05:00 |
|
Anton Lavrenov
|
4b69631782
|
Better unicode support in Konva.Text and Konva.TextPath . Emoji should work better now 👍. fix #690
|
2020-09-14 09:46:26 -05:00 |
|
Anton Lavrenov
|
103ad23929
|
multirow support for ellipses config for Konva.Text. close #970
|
2020-09-07 11:03:20 -05:00 |
|
Anton Lavrenov
|
4e1b1c7812
|
rendering fixes for letter spacing. fix #942
|
2020-07-02 17:27:30 -05:00 |
|
Anton Lavrenov
|
08d1ca7c5f
|
font fixes. close #910
|
2020-06-25 12:18:31 -05:00 |
|
Anton Lavrenov
|
d96e7d9ede
|
text font fix. close #910
|
2020-05-14 11:25:27 -05:00 |
|
Anton Lavrenov
|
ee99044baa
|
remove inherit from listening property, deprecate FastLayer, font fixes.
|
2020-05-14 11:13:47 -05:00 |
|
Anton Lavrenov
|
3d00d1a344
|
Fix rounding issues for getClientRect() for some shapes. fix #879
|
2020-03-26 14:41:06 -05:00 |
|
Anton Lavrenov
|
472441fcfe
|
fix text correction. fix #786
|
2019-11-25 11:25:30 -05:00 |
|
Anton Lavrenov
|
680ea026d8
|
small refactoring
|
2019-11-12 14:38:36 -05:00 |
|