Skip to content

Commit 7071e2f

Browse files
authored
feat(Topology): bump version 9.0.1 (#496)
* chore: 删除 min 脚本 * chore: bump version 1.0.88 * chore: bump version 9.0.1 * chore: bump version 9.1.18
1 parent 8b14e08 commit 7071e2f

5 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/components/BootstrapBlazor.DockView/BootstrapBlazor.DockView.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.1.17</Version>
4+
<Version>9.1.18</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.0.0</Version>
4+
<Version>9.0.1</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

src/components/BootstrapBlazor.Topology/Components/Topology/Topology.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const hackMeta2d = el => {
140140

141141
}
142142
Meta2d.prototype.doSocket = function (data) {
143-
this.socketCallback(data)
143+
this.socketCallback(data, { type: 'http', url: '' });
144144
}
145145

146146
Meta2d.prototype.disableAnchor = function () {

src/components/BootstrapBlazor.Topology/Components/Topology/Topology.razor.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/BootstrapBlazor.Topology/wwwroot/meta2d.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)