pptx-svelte-viewer 2.5.2 → 2.6.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 +18 -0
- package/dist/{AiChatPanel-DV_Xzl4K.js → AiChatPanel-BV_qenGD.js} +1 -1
- package/dist/{export-D_C_PvFa.js → export-MFtOAwV3.js} +16452 -15726
- package/dist/index.d.ts +15 -0
- package/dist/index.js +1 -1
- package/dist/viewer/index.d.ts +15 -0
- package/dist/viewer/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,24 @@ All notable changes to this project are documented here.
|
|
|
4
4
|
This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
|
|
5
5
|
by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
6
6
|
|
|
7
|
+
## [2.5.3](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.5.3) - 2026-07-27
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
- **deps:** Update @lucide/svelte requirement from ^1.26.0 to ^1.27.0 ([#121](https://github.com/ChristopherVR/pptx-viewer/issues/121)) (by @dependabot[bot]) ([eec772a](https://github.com/ChristopherVR/pptx-viewer/commit/eec772ad7a6e06d54306641c48ba93b2877725c3))
|
|
12
|
+
- **deps:** Update emf-converter requirement from ^2.0.0 to ^2.0.2 ([#122](https://github.com/ChristopherVR/pptx-viewer/issues/122)) (by @dependabot[bot]) ([423034a](https://github.com/ChristopherVR/pptx-viewer/commit/423034ad1e6d48dbb75be17e1915c917c912517b))
|
|
13
|
+
- **deps:** Update html2canvas-pro requirement from ^2.3.1 to ^2.3.2 ([#124](https://github.com/ChristopherVR/pptx-viewer/issues/124)) (by @dependabot[bot]) ([6ad6bce](https://github.com/ChristopherVR/pptx-viewer/commit/6ad6bceecf88670f33e2544dbeb1a98c8b1bf9f6))
|
|
14
|
+
|
|
15
|
+
### Chores
|
|
16
|
+
|
|
17
|
+
- **deps-dev:** Update rollup requirement from ^4.62.2 to ^4.62.3 ([#125](https://github.com/ChristopherVR/pptx-viewer/issues/125)) (by @dependabot[bot]) ([61a7b66](https://github.com/ChristopherVR/pptx-viewer/commit/61a7b66fa5ff6fd3fd32c531d87d20875c77a28f))
|
|
18
|
+
|
|
19
|
+
## [2.5.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.5.2) - 2026-07-27
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- **ci:** Resolve workspace: ranges in every published manifest (by @ChristopherVR) ([ea35290](https://github.com/ChristopherVR/pptx-viewer/commit/ea35290721ba679571f71708933ed718e65e3942))
|
|
24
|
+
|
|
7
25
|
## [2.5.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.5.1) - 2026-07-26
|
|
8
26
|
|
|
9
27
|
## [2.5.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.5.0) - 2026-07-26
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as te, F as se, G as ae, J as ie, K as re, N as Q, P as le, Q as ne, V as oe, X as pe, Y as ce, Z as de, ct as B, et as ve, i as ue, n as he, nt as Y, q as ge, r as _e, rt as N, tt as G } from "./export-
|
|
1
|
+
import { $ as te, F as se, G as ae, J as ie, K as re, N as Q, P as le, Q as ne, V as oe, X as pe, Y as ce, Z as de, ct as B, et as ve, i as ue, n as he, nt as Y, q as ge, r as _e, rt as N, tt as G } from "./export-MFtOAwV3.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as e from "svelte/internal/client";
|
|
4
4
|
import { onMount as fe, untrack as O } from "svelte";
|