pptx-svelte-viewer 2.20.2 → 2.20.3
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
CHANGED
|
@@ -7,6 +7,16 @@ 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.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.20.2) - 2026-08-14
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- **shared:** Sum a morph cross-dissolve instead of stacking two fades (by @ChristopherVR) ([86a9e7a](https://github.com/ChristopherVR/pptx-viewer/commit/86a9e7a2ab851d7b0005ab2d1c2267f668b308a8))
|
|
15
|
+
|
|
16
|
+
### Testing
|
|
17
|
+
|
|
18
|
+
- Mask the fields that legitimately move, and size two waits for CI (by @ChristopherVR) ([68bae19](https://github.com/ChristopherVR/pptx-viewer/commit/68bae19fe8cb3e283e2c87a90d31946c48be5e3a))
|
|
19
|
+
|
|
10
20
|
## [2.20.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.20.1) - 2026-08-14
|
|
11
21
|
|
|
12
22
|
### Bug Fixes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as le, C as ne, D as oe, E as ce, F as pe, H as z, I as de, L as O, N as Q, O as ve, P as Y, R as W, S as ue, T as he, U as F, V as ge, b as _e, g as xe, h as fe, k as me, m as be, v as ye, w as ke, x as we, y as Ce, z as Me } from "./export-
|
|
1
|
+
import { B as le, C as ne, D as oe, E as ce, F as pe, H as z, I as de, L as O, N as Q, O as ve, P as Y, R as W, S as ue, T as he, U as F, V as ge, b as _e, g as xe, h as fe, k as me, m as be, v as ye, w as ke, x as we, y as Ce, z as Me } from "./export-Cg11dsXy.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as e from "svelte/internal/client";
|
|
4
4
|
import { onMount as Se, untrack as R } from "svelte";
|