@flyfish-dev/cad-viewer 0.6.1 → 0.6.2

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.
package/README.md CHANGED
@@ -12,6 +12,11 @@ The project provides a clean loader architecture for **DWG**, **DXF**, **DWF**,
12
12
 
13
13
  > DWG support uses `@mlightcad/libredwg-web` / LibreDWG WebAssembly in a worker. DXF support uses JavaScript parsing plus a built-in fallback parser. DWF, DWFx and XPS support is powered by `dwf-viewer` 0.6.x, including DWF 6+ ZIP containers, WHIP/W2D 2D sheets, W3D/HSF 3D eModel geometry, DWFx/OPC/XPS pages, adaptive CAD line weights and an optional raster WASM fallback.
14
14
 
15
+ ## What changed in 0.6.2
16
+
17
+ - Updated the native DWF path to `dwf-viewer` 0.6.4 for upstream DWF/DWFx bug fixes while keeping this package on its own SemVer line.
18
+ - Verified the exposed `CadViewer` DWF/XPS options still match the current `dwf-viewer` API.
19
+
15
20
  ## What changed in 0.6.1
16
21
 
17
22
  - Updated the native DWF path to `dwf-viewer` 0.6.1.
package/README.zh-CN.md CHANGED
@@ -12,6 +12,11 @@
12
12
 
13
13
  > DWG 使用 `@mlightcad/libredwg-web` / LibreDWG WebAssembly,并默认运行在 Worker 中。DXF 使用 JavaScript 解析器并带内置 fallback。DWF、DWFx、XPS 由 `dwf-viewer` 0.6.x 驱动,覆盖 DWF 6+ ZIP 包、WHIP/W2D 2D 图纸、W3D/HSF 3D eModel、DWFx/OPC/XPS 页面、自适应 CAD 线宽和可选 raster WASM fallback。
14
14
 
15
+ ## 0.6.2 变更
16
+
17
+ - 原生 DWF 通道升级到 `dwf-viewer` 0.6.4,包含上游 DWF/DWFx bugfix;本包继续按自身 SemVer 发布为 0.6.2。
18
+ - 已确认当前暴露的 `CadViewer` DWF/XPS 配置项仍与最新版 `dwf-viewer` API 匹配。
19
+
15
20
  ## 0.6.1 变更
16
21
 
17
22
  - 原生 DWF 通道升级到 `dwf-viewer` 0.6.1。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flyfish-dev/cad-viewer",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "A production-oriented lightweight frontend CAD viewer for DWG, DXF, DWF, DWFx and XPS, built with TypeScript, worker-backed DWG WebAssembly parsing, native dwf-viewer integration, WebGL 2D/3D rendering and Canvas overlays.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
@@ -96,7 +96,7 @@
96
96
  },
97
97
  "dependencies": {
98
98
  "@mlightcad/libredwg-web": "^0.7.2",
99
- "dwf-viewer": "^0.6.1",
99
+ "dwf-viewer": "^0.6.4",
100
100
  "dxf-parser": "^1.1.2"
101
101
  },
102
102
  "devDependencies": {