1065 Commits
Author SHA1 Message Date
lsadmin 0930c93ac5 feat: 发布0.9.89版本 2024-08-30 09:45:16 +08:00
Hufe921 55a58cdfb2 feat: add design mode #795 2024-08-29 20:39:57 +08:00
yulei d288c489b2 fix: 修复表格跨页拆分后光标及位置上下文 2024-08-29 17:24:29 +08:00
yulei 51b0edb2ef fix: 修复表格跨页拆分后的内容无法框选的问题 2024-08-29 09:32:22 +08:00
Hufe921 3c176318e0 feat: add executeFocus api #796 2024-08-28 20:58:41 +08:00
Hufe921 3c598bae1a docs: update command markdown #792 2024-08-27 20:26:04 +08:00
Hufe921 91c68e8dcd docs: update plugin markdown #789 2024-08-26 19:26:28 +08:00
yulei 473b22a96d fix: 修复表格前第一行是空行时,拖拽行超过页高会导致多出一张空白页的问题 2024-08-26 14:34:27 +08:00
Hufe921 059cddf7e4 release: v0.9.91 2024-08-25 20:43:30 +08:00
Hufe921 3f6bdf6fcb feat: add page border 2024-08-24 22:09:00 +08:00
Hufe921 f62a315a7b fix: format initial data boundary error #771 #784 2024-08-23 19:00:51 +08:00
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
zjx-gitandGitHub 5285170943 fix: set row margin boundary error 2024-08-21 17:51:55 +08:00
Hufe921 f65ff87e44 fix: format different types of line breaks #769 2024-08-20 18:44:32 +08:00
31b76b6fb6 feat: hit checkbox/radio control when click on label #651
Co-authored-by: Hufe921 <huangyunfeihufe@hotmail.com>
2024-08-19 19:36:54 +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
Hufe921 8382a2b45c release: v0.9.90 2024-08-18 18:24:35 +08:00
Hufe921 c249b9eec2 fix: float image position when scaling the page #766 2024-08-18 18:23:31 +08:00
Hufe921 187498ed3d feat: get context content width 2024-08-18 17:43:30 +08:00
c3754663ce feat: add radio and checkbox vertical align setting
Co-authored-by: Hufe921 <huangyunfeihufe@hotmail.com>
2024-08-18 16:34:50 +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