pptx-svelte-viewer 3.10.0 → 3.11.0
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/CHANGELOG.md +8 -0
- package/dist/AiChatPanel-B1rO3ai7.js +1314 -0
- package/dist/{GLTFLoader-9vQ_XShd.js → GLTFLoader-D2645ZAi.js} +1 -1
- package/dist/{OrbitControls-DRqFov_0.js → OrbitControls-Cm0ChW-y.js} +1 -1
- package/dist/{UTIF-VK8lD02M.js → UTIF-iSwpkksm.js} +2 -4
- package/dist/{export-ajWTbJdF.js → export-DUAHiVMc.js} +101416 -91372
- package/dist/i18n.js +1 -1
- package/dist/index.d.ts +227 -19
- package/dist/index.js +2 -2
- package/dist/pptx-svelte-viewer.css +1 -1
- package/dist/{smartart-3d-C7q-quHg.js → smartart-3d-DjfDf-du.js} +2 -2
- package/dist/{three.module-BAfeCwYa.js → three.module-CS4jrTOJ.js} +2 -2
- package/dist/{translator-BiP9WIA1.js → translator-ysng3Lpf.js} +48 -1
- package/dist/viewer/components/ribbon/ribbon-types.d.ts +1 -0
- package/dist/viewer/components/ribbon/ribbon-types.d.ts.map +1 -1
- package/dist/viewer/editor/editing-api.d.ts.map +1 -1
- package/dist/viewer/index.d.ts +215 -10
- package/dist/viewer/index.js +1 -1
- package/dist/viewer/presentation/action-runner-callbacks.d.ts.map +1 -1
- package/dist/{y-webrtc-4NgjXr3s.js → y-webrtc-BT5Zma2Z.js} +274 -274
- package/package.json +17 -17
- package/dist/AiChatPanel-CTT63--V.js +0 -1257
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ A release listed with no entries carried no Conventional Commit in this package'
|
|
|
7
7
|
scope: scripts/release-plan.mjs re-releases a package whenever any of its files
|
|
8
8
|
change, not only on conventional ones.
|
|
9
9
|
|
|
10
|
+
## [3.10.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.10.0) - 2026-09-06
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **core:** Close the wave-5 OpenXML limitation gaps in parse/save (by @ChristopherVR) ([175dbbd](https://github.com/ChristopherVR/pptx-viewer/commit/175dbbdccefebd5b4c4cd386a421b3bcb0209093))
|
|
15
|
+
- **shared:** Wave-5 render logic for the closed limitation rows (by @ChristopherVR) ([2c9ea37](https://github.com/ChristopherVR/pptx-viewer/commit/2c9ea37519fed39982a83692baef630153c2844c))
|
|
16
|
+
- **svelte:** Wave-5 limitation closures (3D charts, userShapes, ink, effects) (by @ChristopherVR) ([6f96a03](https://github.com/ChristopherVR/pptx-viewer/commit/6f96a030d2bc33471f209ad53809d4298dcc7703))
|
|
17
|
+
|
|
10
18
|
## [3.9.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.9.0) - 2026-09-05
|
|
11
19
|
|
|
12
20
|
### Features
|