pptx-svelte-viewer 2.20.4 → 2.20.6
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 +19 -0
- package/dist/{AiChatPanel-Bpx1xBL5.js → AiChatPanel-loOqMQN8.js} +471 -467
- package/dist/{GLTFLoader-CAjQhVgN.js → GLTFLoader-9vQ_XShd.js} +43 -44
- package/dist/{OrbitControls-B2ezETBF.js → OrbitControls-DRqFov_0.js} +5 -9
- package/dist/{awareness-CkFlr7xx.js → awareness-CrSnuSE_.js} +1 -1
- package/dist/{export-CEyYhd0_.js → export-BPyf11v8.js} +21477 -21273
- package/dist/index.js +1 -1
- package/dist/pptx-svelte-viewer.css +1 -1
- package/dist/{smartart-3d-BLqXYusO.js → smartart-3d-CX2GnyTe.js} +2 -2
- package/dist/{three.module-BLwnGxzY.js → three.module-BAfeCwYa.js} +890 -868
- package/dist/viewer/collab/collaboration.svelte.d.ts +5 -0
- package/dist/viewer/collab/collaboration.svelte.d.ts.map +1 -1
- package/dist/viewer/collab/components/props.d.ts +8 -0
- package/dist/viewer/collab/components/props.d.ts.map +1 -1
- package/dist/viewer/index.d.ts +5 -0
- package/dist/viewer/index.js +1 -1
- package/dist/{y-webrtc-Cph8DzuM.js → y-webrtc-Ctru8jg8.js} +37 -38
- package/dist/y-websocket-BgHVdw-O.js +125 -0
- package/dist/{yjs-CE9F053g.js → yjs-DbU20bpp.js} +383 -385
- package/package.json +6 -6
- package/dist/y-websocket-C6aE1Dkp.js +0 -115
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,25 @@ 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
|
+
## [2.20.5](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.20.5) - 2026-08-19
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
- **deps:** Update y-websocket requirement from ^3.0.0 to ^3.1.0 ([#169](https://github.com/ChristopherVR/pptx-viewer/issues/169)) (by @dependabot[bot]) ([7e9c5a5](https://github.com/ChristopherVR/pptx-viewer/commit/7e9c5a51a7cb46df36223df4f91f192200562871))
|
|
15
|
+
- **deps:** Update @lucide/svelte requirement from ^1.28.0 to ^1.31.0 ([#166](https://github.com/ChristopherVR/pptx-viewer/issues/166)) (by @dependabot[bot]) ([3e1a554](https://github.com/ChristopherVR/pptx-viewer/commit/3e1a55404483f8010455169781dcd39a3721ef8d))
|
|
16
|
+
|
|
17
|
+
### Chores
|
|
18
|
+
|
|
19
|
+
- **deps-dev:** Update rollup-plugin-dts requirement ([#167](https://github.com/ChristopherVR/pptx-viewer/issues/167)) (by @dependabot[bot]) ([d6ecdf5](https://github.com/ChristopherVR/pptx-viewer/commit/d6ecdf53132ca750f9fc5e8b2bb45b4560f9e340))
|
|
20
|
+
- **deps-dev:** Update vite requirement from ^8.2.0 to ^8.2.1 ([#165](https://github.com/ChristopherVR/pptx-viewer/issues/165)) (by @dependabot[bot]) ([a059a9e](https://github.com/ChristopherVR/pptx-viewer/commit/a059a9ecbd374279864c42d45c249bcb5c0ecc6b))
|
|
21
|
+
- **deps-dev:** Bump the minor-and-patch group with 2 updates ([#162](https://github.com/ChristopherVR/pptx-viewer/issues/162)) (by @dependabot[bot]) ([2645f25](https://github.com/ChristopherVR/pptx-viewer/commit/2645f258a35282b61960c30649f216e583879f12))
|
|
22
|
+
|
|
23
|
+
## [2.20.4](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.20.4) - 2026-08-14
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- **vanilla:** Repair the properties panel, inline editor, mobile chrome and show performance (by @ChristopherVR) ([47265ef](https://github.com/ChristopherVR/pptx-viewer/commit/47265efba9459359695bdcd74038b8b6d0787d0f))
|
|
28
|
+
|
|
10
29
|
## [2.20.3](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.20.3) - 2026-08-14
|
|
11
30
|
|
|
12
31
|
### Bug Fixes
|