pptx-svelte-viewer 1.2.0 → 1.4.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 CHANGED
@@ -4,6 +4,14 @@ 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
+ ## [1.3.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@1.3.0) - 2026-07-18
8
+
9
+ ### Bug Fixes
10
+
11
+ - **svelte:** Ship jszip and fast-xml-parser as real dependencies (by @ChristopherVR) ([20d8cf2](https://github.com/ChristopherVR/pptx-viewer/commit/20d8cf2de4ff94de2598143bfc9a8aa1c9d26f71))
12
+
13
+ ## [1.2.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@1.2.0) - 2026-07-18
14
+
7
15
  ## [1.1.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@1.1.0) - 2026-07-17
8
16
 
9
17
  ### Features
package/README.md CHANGED
@@ -41,12 +41,13 @@ The rendering is done by the framework-agnostic [`pptx-viewer-core`](https://www
41
41
  ## Install
42
42
 
43
43
  ```bash
44
- npm install pptx-svelte-viewer jszip fast-xml-parser
44
+ npm install pptx-svelte-viewer
45
45
  ```
46
46
 
47
47
  Requires Svelte 5 (runes) as a peer. The `pptx-viewer-core` engine is
48
- **bundled in**, so you don't install it separately unless you want to call
49
- the SDK directly.
48
+ **bundled in** and its runtime dependencies (`jszip`, `fast-xml-parser`)
49
+ install automatically, so you don't install anything separately unless you
50
+ want to call the SDK directly.
50
51
 
51
52
  Component styles ship as a real stylesheet, not runtime-injected CSS (which
52
53
  proved unreliable in real SvelteKit apps: SSR, a strict CSP, or the host's own