@hufe921/canvas-editor 0.9.91 → 0.9.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/dist/canvas-editor.es.js +1535 -1129
  3. package/dist/canvas-editor.es.js.map +1 -1
  4. package/dist/canvas-editor.umd.js +33 -33
  5. package/dist/canvas-editor.umd.js.map +1 -1
  6. package/dist/src/editor/core/actuator/Actuator.d.ts +7 -0
  7. package/dist/src/editor/core/actuator/handlers/positionContextChange.d.ts +3 -0
  8. package/dist/src/editor/core/command/Command.d.ts +1 -0
  9. package/dist/src/editor/core/command/CommandAdapt.d.ts +3 -2
  10. package/dist/src/editor/core/draw/Draw.d.ts +6 -0
  11. package/dist/src/editor/core/draw/control/date/DateControl.d.ts +1 -0
  12. package/dist/src/editor/core/draw/control/select/SelectControl.d.ts +1 -0
  13. package/dist/src/editor/core/draw/control/text/TextControl.d.ts +1 -0
  14. package/dist/src/editor/core/draw/particle/date/DateParticle.d.ts +1 -0
  15. package/dist/src/editor/core/draw/particle/table/TableOperate.d.ts +28 -0
  16. package/dist/src/editor/core/draw/particle/table/TableTool.d.ts +5 -0
  17. package/dist/src/editor/core/event/GlobalEvent.d.ts +1 -0
  18. package/dist/src/editor/core/position/Position.d.ts +6 -1
  19. package/dist/src/editor/dataset/constant/ContextMenu.d.ts +1 -0
  20. package/dist/src/editor/dataset/enum/Common.d.ts +1 -0
  21. package/dist/src/editor/dataset/enum/Editor.d.ts +2 -1
  22. package/dist/src/editor/interface/Catalog.d.ts +1 -0
  23. package/dist/src/editor/interface/Control.d.ts +2 -1
  24. package/dist/src/editor/interface/Draw.d.ts +7 -1
  25. package/dist/src/editor/interface/Editor.d.ts +4 -1
  26. package/dist/src/editor/interface/Element.d.ts +1 -0
  27. package/dist/src/editor/interface/EventBus.d.ts +2 -1
  28. package/dist/src/editor/interface/Listener.d.ts +6 -0
  29. package/dist/src/editor/interface/Position.d.ts +11 -3
  30. package/dist/src/editor/interface/Range.d.ts +2 -0
  31. package/dist/src/editor/interface/Row.d.ts +1 -0
  32. package/dist/src/editor/interface/table/Td.d.ts +4 -0
  33. package/dist/src/editor/interface/table/Tr.d.ts +2 -0
  34. package/dist/src/editor/utils/element.d.ts +4 -1
  35. package/dist/src/editor/utils/index.d.ts +2 -0
  36. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,57 @@
1
+ ## [0.9.93](https://github.com/Hufe921/canvas-editor/compare/v0.9.92...v0.9.93) (2024-09-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * executeUpdateElementById api format data error #806 ([1f88dca](https://github.com/Hufe921/canvas-editor/commit/1f88dcafae035be1130f0956c51c21fa60c3759e)), closes [#806](https://github.com/Hufe921/canvas-editor/issues/806)
7
+ * image floating position boundary error ([a833f85](https://github.com/Hufe921/canvas-editor/commit/a833f85ade8ec7d0d7cc2a27f79f34ef747a9987))
8
+
9
+
10
+ ### Chores
11
+
12
+ * change the style of the hollow block list #809 ([9880deb](https://github.com/Hufe921/canvas-editor/commit/9880deb116e0b135556592b124dc95861fc2b0b6)), closes [#809](https://github.com/Hufe921/canvas-editor/issues/809)
13
+
14
+
15
+ ### Documentation
16
+
17
+ * update plugin markdown ([e5711b4](https://github.com/Hufe921/canvas-editor/commit/e5711b40189d93a887280a88e5604ee9429ae20e))
18
+
19
+
20
+ ### Features
21
+
22
+ * add image surround display #554 ([a9f80a4](https://github.com/Hufe921/canvas-editor/commit/a9f80a448f42b09de6ac5f36aac8cd2d01dfae38)), closes [#554](https://github.com/Hufe921/canvas-editor/issues/554)
23
+ * add the pageNo property to the getCatalog api ([1e48893](https://github.com/Hufe921/canvas-editor/commit/1e48893e92ee16eb3de463910d6ccebe83aefce0))
24
+ * add title attributes to range context #738 ([1e8a923](https://github.com/Hufe921/canvas-editor/commit/1e8a923da4fe1c4bb6470cf9623818c9c6c66a5f)), closes [#738](https://github.com/Hufe921/canvas-editor/issues/738)
25
+ * quick add table row and col tool ([641acda](https://github.com/Hufe921/canvas-editor/commit/641acdabf26ae99c2239e1ffebdb59b6e4a78f75))
26
+ * separate table operation api ([ee2312e](https://github.com/Hufe921/canvas-editor/commit/ee2312e9071473bb296d4515bab60254937e2414))
27
+
28
+
29
+
30
+ ## [0.9.92](https://github.com/Hufe921/canvas-editor/compare/v0.9.91...v0.9.92) (2024-09-06)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * update resizer size when scaling the page ([2351855](https://github.com/Hufe921/canvas-editor/commit/2351855e83c87da3b0999799102e6e051b456295))
36
+
37
+
38
+ ### Documentation
39
+
40
+ * update command markdown #792 ([3c598ba](https://github.com/Hufe921/canvas-editor/commit/3c598bae1a4fb10d74fd330e46f95aa386edc956)), closes [#792](https://github.com/Hufe921/canvas-editor/issues/792)
41
+ * update plugin markdown #789 ([91c68e8](https://github.com/Hufe921/canvas-editor/commit/91c68e8dcd117e3189bbb9385fca4c42b2074c23)), closes [#789](https://github.com/Hufe921/canvas-editor/issues/789)
42
+
43
+
44
+ ### Features
45
+
46
+ * add deletable and disabled attributes for table td #724 ([753510b](https://github.com/Hufe921/canvas-editor/commit/753510bac4f763ab2f034657d9efd7d9760f9d4a)), closes [#724](https://github.com/Hufe921/canvas-editor/issues/724)
47
+ * add design mode #795 ([55a58cd](https://github.com/Hufe921/canvas-editor/commit/55a58cdfb20ba7b642400314a9ea0d207e2e7dc4)), closes [#795](https://github.com/Hufe921/canvas-editor/issues/795)
48
+ * add executeFocus api #796 ([3c17631](https://github.com/Hufe921/canvas-editor/commit/3c176318e079d8f793367df552c1a3c6a6294840)), closes [#796](https://github.com/Hufe921/canvas-editor/issues/796)
49
+ * add extension property to Td and Tr element #799 ([0074781](https://github.com/Hufe921/canvas-editor/commit/0074781ef3753cdf9baf4cae77325de5d7b2e9df)), closes [#799](https://github.com/Hufe921/canvas-editor/issues/799)
50
+ * add position context change actuator #733 ([66c73e1](https://github.com/Hufe921/canvas-editor/commit/66c73e174c54106cdf35e6d40382bb4a7ceeae43)), closes [#733](https://github.com/Hufe921/canvas-editor/issues/733)
51
+ * highlight the background when the control is activated #740 ([b426b13](https://github.com/Hufe921/canvas-editor/commit/b426b13ec6ffbb5aebe6d008ddc3ccc8b5efaa05)), closes [#740](https://github.com/Hufe921/canvas-editor/issues/740)
52
+
53
+
54
+
1
55
  ## [0.9.91](https://github.com/Hufe921/canvas-editor/compare/v0.9.90...v0.9.91) (2024-08-25)
2
56
 
3
57