@netless/forge-whiteboard 1.1.2 → 1.1.3

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 (2) hide show
  1. package/changelog.md +8 -0
  2. package/package.json +2 -2
package/changelog.md CHANGED
@@ -72,3 +72,11 @@
72
72
  ### 1.1.1
73
73
 
74
74
  - 提供 option.performance 来打开性能模式
75
+
76
+ ### 1.2.0
77
+
78
+ - 修复 Apple Pencil 手掌误触导致笔迹中断的问题
79
+ - 优化曲线笔迹质量,支持真实 Apple Pencil 压感
80
+ - 缩放感知的 perfect-freehand 参数,跟踪 zoom 变化
81
+ - WhiteboardTool 基类增加拖拽事件节流
82
+ - FPS 指标改为每 60 秒上报,增加 P90 百分位
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netless/forge-whiteboard",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "",
5
5
  "main": "dist/whiteboard.js",
6
6
  "module": "dist/whiteboard.esm.js",
@@ -22,7 +22,7 @@
22
22
  "lodash": "^4.17.21",
23
23
  "uuid": "^9.0.1",
24
24
  "yjs": "^13.6.18",
25
- "@netless/forge-room": "1.1.2"
25
+ "@netless/forge-room": "1.1.3"
26
26
  },
27
27
  "files": [
28
28
  "dist",