Commit Graph
1047 Commits
Author SHA1 Message Date
yulei 861dd48b0a fix: 修复表格行minHeight撑满页面时,内容超出页面高度会导致卡死的问题 2024-08-22 10:09:13 +08:00
yulei 35103ca69c refactor: 简化表格行minHeight最大值的处理 2024-08-21 22:54:53 +08:00
yulei 5ad8c3e6f2 refactor: 简化表格行minHeight最大值的处理 2024-08-21 22:19:53 +08:00
yulei 4b18e7dfac fix: 限定表格行minHeight最大不能超过页面内容区域高度 2024-08-21 21:43:40 +08:00
yulei cab3d24165 fix: 不再改变整行挪到下一页的表格行id 2024-08-19 14:58:38 +08:00
yulei eb7a87b4a8 fix: 修复zipElementList中跨页表格结构处理异常问题 2024-08-19 14:50:43 +08:00
yulei 1afd0450b9 fix: 修复合并表格时虚拟表格构建错误的问题 2024-08-19 14:33:03 +08:00
yulei b9f2b92cde feat: 实现表格跨页拆分 #41 2024-08-18 11:41:36 +08:00
d1a1aaa6ae feat: add location property to executeLocationControl api #753
Co-authored-by: Hufe921 <huangyunfeihufe@hotmail.com>
2024-08-17 22:00:18 +08:00
Hufe921 7a6dd753e5 fix: paper printing size setting #760 2024-08-17 18:44:15 +08:00
Hufe921 4653fe7427 fix: get range paragraph info boundary error #758 2024-08-14 21:11:43 +08:00
Hufe921 500cec3e0b fix: set editor mode option error #755 2024-08-13 21:28:49 +08:00
Hufe921 2f272dee58 fix: set row flex boundary error when deleting element 2024-08-12 22:04:51 +08:00
Hufe921 136b1ffa55 fix: insert block element row flex error #754 2024-08-12 22:01:17 +08:00
Hufe921 ba4f3942a6 release: v0.9.89 2024-08-09 21:31:48 +08:00
Hufe921 c2d3e941b1 docs: update plugin markdown 2024-08-08 20:42:20 +08:00
9dd192ffd2 fix: three click selection paragraph boundary error #742
Co-authored-by: Hufe <huangyunfeihufe@hotmail.com>
2024-08-07 18:50:53 +08:00
Hufe921 dd1b53ee62 feat: control related apis support the control id property 2024-08-06 20:18:19 +08:00
Hufe921 d0390cc775 types: update IUpdateElementByIdOption interface #737 2024-08-05 17:51:24 +08:00
Hufe921 997ecc03e8 feat: add id property to contextMenu context #737 2024-08-05 17:50:06 +08:00
Hufe921 d89218a916 feat: add line number option #734 2024-08-04 21:31:00 +08:00
Hufe921 8878fd7734 feat: set range using the shift shortcut key #728 2024-08-03 21:05:55 +08:00
Hufe921 8be79bd940 release: v0.9.88 2024-08-02 20:09:53 +08:00
Hufe921 8d112a8518 feat: add applyPageNumbers attribute to background option #729 2024-08-02 19:52:17 +08:00
Hufe921 87a8dbea15 feat: add title disabled property #680 2024-08-01 20:10:34 +08:00
Hufe921 3235e5ae38 feat: add cursor setting option to executeSetValue api #715 2024-07-30 20:15:21 +08:00
f5113f539c fix: float image position boundary error #716
Co-authored-by: Hufe921 <huangyunfeihufe@hotmail.com>
2024-07-30 20:04:26 +08:00
Hufe921 eea301eb11 chore: update issue template 2024-07-29 19:56:01 +08:00
c3ef2907ae chore: add touch support to signature component
Co-authored-by: Hufe921 <huangyunfeihufe@hotmail.com>
2024-07-29 18:51:10 +08:00
Hufe921 46488fbc2a release: v0.9.87 2024-07-26 21:09:32 +08:00
Hufe921 b226566e2b feat: set the container scrollbar to automatically scroll #711 2024-07-26 21:04:24 +08:00
Hufe921 83cb479131 fix: update punctuation width when scaling the page #712 2024-07-25 20:54:29 +08:00
Hufe921 d939aa35ba fix: highlight checkbox and radio control #707 2024-07-25 20:12:45 +08:00
Hufe921 72686fda1b fix: format of checkbox and radio control value 2024-07-25 20:11:06 +08:00
Hufe921 e14fbd622d fix: set control highlight limit component type 2024-07-24 22:43:46 +08:00
Hufe921 ccd0627a6f feat: delete cell contents when selecting rows and columns #706 2024-07-24 18:50:06 +08:00
Hufe921 2bd1f34c15 fix: word breaking when scaling the page #666 2024-07-23 21:03:47 +08:00
Hufe921 67c63f856f feat: add custom field to getValue api #699 2024-07-18 18:06:43 +08:00
Hufe921 97ac2daaf8 feat: optimize text selection at the beginning of a line #695 2024-07-15 22:17:47 +08:00
baseWalkerandGitHub 26a3468f66 feat: set control properties in read-only mode #679 2024-07-15 17:35:04 +08:00
Hufe921 2d2ceea946 release: v0.9.86 2024-07-13 18:08:17 +08:00
Hufe921 3f0a49f56b fix: delete table col boundary error #688 2024-07-13 17:56:08 +08:00
Hufe921 eb3ea5ed55 fix: add control placeholder using default style #691 2024-07-11 22:10:18 +08:00
Hufe921 e5b3d05991 feat: add executeInsertControl api 2024-07-10 19:43:15 +08:00
Hufe921 b024050b3e fix: remove title and list properties from getControlList return value #683 2024-07-10 18:57:07 +08:00
junestarsandGitHub fac5c5c045 fix: add control placeholder boundary error #686 2024-07-10 18:45:29 +08:00
Hufe921 0ac8ae7c4b fix: refocus when cursor is not focused #685 2024-07-09 23:02:43 +08:00
Hufe921 38b434fa65 release: v0.9.85 2024-07-07 17:13:32 +08:00
Hufe921 de44bd68ab feat: insert element boundary optimization #669 2024-07-07 17:12:13 +08:00
Hufe921 b3d8413b35 feat: add title deletable property #670 2024-07-06 17:45:24 +08:00