pptx-svelte-viewer 3.13.0 → 3.14.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 +29 -0
- package/dist/{AiChatPanel-CqDsw-0W.js → AiChatPanel-gabKC2I2.js} +1 -1
- package/dist/{export-Txp0tpwN.js → export-BcVW1Iq0.js} +33549 -31706
- package/dist/index.js +1 -1
- package/dist/viewer/export/export-controller.svelte.d.ts +16 -1
- package/dist/viewer/export/export-controller.svelte.d.ts.map +1 -1
- package/dist/viewer/export/export-wiring.svelte.d.ts.map +1 -1
- package/dist/viewer/export/pdf-tile-page.d.ts +18 -0
- package/dist/viewer/export/pdf-tile-page.d.ts.map +1 -0
- package/dist/viewer/export/rasterize-slide-types.d.ts +91 -0
- package/dist/viewer/export/rasterize-slide-types.d.ts.map +1 -0
- package/dist/viewer/export/rasterize-slide.d.ts +2 -73
- package/dist/viewer/export/rasterize-slide.d.ts.map +1 -1
- package/dist/viewer/index.d.ts +65 -0
- package/dist/viewer/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,35 @@ 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.13.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.13.0) - 2026-09-10
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **core:** Fit SmartArt text and structure from the corpus rules (by @ChristopherVR) ([c29d1d1](https://github.com/ChristopherVR/pptx-viewer/commit/c29d1d153ae0b0b420aa0da3312a4399a68ec3bb))
|
|
15
|
+
- **shared:** Load a metric-compatible web font when a deck's font is missing (by @ChristopherVR) ([75a1874](https://github.com/ChristopherVR/pptx-viewer/commit/75a1874a63d89716b109b94b29b23b951cf2bd1a))
|
|
16
|
+
- **shared:** Light 3D bevels with SVG lighting filters and derive explicit camera overrides (by @ChristopherVR) ([a36c635](https://github.com/ChristopherVR/pptx-viewer/commit/a36c635acb78a7eab7e85293e6a01116ad56a642))
|
|
17
|
+
- **core:** Decode a picture fill's first pixel and a media file's duration without the DOM (by @ChristopherVR) ([a9136fa](https://github.com/ChristopherVR/pptx-viewer/commit/a9136fa1468f026cb56d21c78824a7d8646a231c))
|
|
18
|
+
- **core:** Write hyperlinks, click actions and OLE embeds into legacy .ppt (by @ChristopherVR) ([b8a46fa](https://github.com/ChristopherVR/pptx-viewer/commit/b8a46faef3ac906ea8ab87a0fa145c3aeb527ee9))
|
|
19
|
+
- **shared:** Render fragment-based cinematic transitions in every binding (by @ChristopherVR) ([4aee13e](https://github.com/ChristopherVR/pptx-viewer/commit/4aee13eb6a8eb7e83f13e42e74e5242427aaad2c))
|
|
20
|
+
- **core:** Fourth SmartArt interpreter snapshot against the COM corpus (by @ChristopherVR) ([7b29670](https://github.com/ChristopherVR/pptx-viewer/commit/7b29670ef2f9fb141d30b992a72c2af7476065d8))
|
|
21
|
+
- **shared:** Match PowerPoint on soft edges, pixelate and run-program actions (by @ChristopherVR) ([d4339c2](https://github.com/ChristopherVR/pptx-viewer/commit/d4339c28a939350887f536c1d8053fb00ddc55a2))
|
|
22
|
+
- **core:** Embed real WAV audio in legacy .ppt output (by @ChristopherVR) ([dfebe92](https://github.com/ChristopherVR/pptx-viewer/commit/dfebe92645b500228f6bf37a0ef34699e290df45))
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- **core:** Resize a rotated shape or group child axis by axis, as PowerPoint does (by @ChristopherVR) ([012929e](https://github.com/ChristopherVR/pptx-viewer/commit/012929ed75310ef664da306082314fe9cd0a7ac8))
|
|
27
|
+
- **core:** Re-enable the hierarchy-descendant dispatch guard (by @ChristopherVR) ([8d3d462](https://github.com/ChristopherVR/pptx-viewer/commit/8d3d462f9424092ec9bf9be60cc5d7860a7acb33))
|
|
28
|
+
- **shared:** Export the fragment transition descriptor and keyframes (by @ChristopherVR) ([306c8ff](https://github.com/ChristopherVR/pptx-viewer/commit/306c8ffdab542dd260ba4a0c4558765cf57869ba))
|
|
29
|
+
- **core:** Export readCnvPrId and track the two generated fixtures CI needs (by @ChristopherVR) ([13bff65](https://github.com/ChristopherVR/pptx-viewer/commit/13bff654b33fc1fbec20384dcd52ad5a86c6b65d))
|
|
30
|
+
|
|
31
|
+
### Documentation
|
|
32
|
+
|
|
33
|
+
- State the measured SmartArt interpreter status in the limitations row (by @ChristopherVR) ([de5c891](https://github.com/ChristopherVR/pptx-viewer/commit/de5c8911ebd90c0a2c859715d982481515c54c1d))
|
|
34
|
+
|
|
35
|
+
### Testing
|
|
36
|
+
|
|
37
|
+
- **core:** Declare the two generated fixtures the decoding stream added (by @ChristopherVR) ([acda9bf](https://github.com/ChristopherVR/pptx-viewer/commit/acda9bfac0cf98a9ddd1fc692b4301e10b268b7f))
|
|
38
|
+
|
|
10
39
|
## [3.12.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.12.0) - 2026-09-10
|
|
11
40
|
|
|
12
41
|
### Features
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as ce, C as pe, D as de, E as ve, F as ue, H as A, I as he, L as U, N as Y, O as _e, P as $, R, S as ge, T as xe, U as V, V as fe, _ as me, b as be, g as ye, h as ke, k as we, v as Ce, w as Me, x as ze, y as Se, z as Pe } from "./export-
|
|
1
|
+
import { B as ce, C as pe, D as de, E as ve, F as ue, H as A, I as he, L as U, N as Y, O as _e, P as $, R, S as ge, T as xe, U as V, V as fe, _ as me, b as be, g as ye, h as ke, k as we, v as Ce, w as Me, x as ze, y as Se, z as Pe } from "./export-BcVW1Iq0.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as e from "svelte/internal/client";
|
|
4
4
|
import { onMount as qe, untrack as O } from "svelte";
|