File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ### 1.0.0-alpha.7
4
+
5
+ - 修复初始化的时候,Doc 可能交换不完全
6
+ - 修复 LocalThrottler 线程不正确
7
+ - 修复 Web 可放缩问题
8
+
3
9
### 1.0.0-alpha.5
4
10
5
11
- 优化日志系统
22
28
### 1.0.0-alpha.1
23
29
24
30
- 测试版本
25
-
31
+
26
32
### 0.1.34
27
33
28
34
@netless/forge-whiteboard @0.1.20
29
35
30
- - 新增 ` WhiteboardApplication.updateViewport ` 方法
31
-
36
+ - 新增 ` WhiteboardApplication.updateViewport ` 方法
37
+
32
38
### 0.1.33
33
39
34
40
@netless/forge-whiteboard @0.1.18
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'ScribbleForge'
3
- s . version = '1.0.0-alpha.5 '
3
+ s . version = '1.0.0-alpha.7 '
4
4
s . license = { :type => 'MIT' , :text => 'Copyright netless 2024' }
5
5
s . summary = 'Interacetive whiteboard SDK.'
6
6
s . description = 'Next generation Interacetive whiteboard SDK.'
7
7
s . homepage = 'https://github.com/netless-io/scribble-forge-release'
8
8
s . author = { 'vince' => 'zjxuyunshi@gmail.com' }
9
9
s . platform = :ios , '11.0'
10
10
s . swift_versions = '5.0'
11
- s . source = { :http => "https://github.com/netless-io/scribbleforge-ios-release/releases/download/1.0.0-alpha.5 /Build.zip" }
11
+ s . source = { :http => "https://github.com/netless-io/scribbleforge-ios-release/releases/download/1.0.0-alpha.7 /Build.zip" }
12
12
13
13
s . subspec 'Basic' do |s |
14
14
s . vendored_frameworks = 'Build/ScribbleForge.xcframework'
You can’t perform that action at this time.
0 commit comments