@christophervr/pptx-viewer 2.4.0 → 2.5.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 +24 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,30 @@ 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.4.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@2.4.1) - 2026-09-02
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- **shared:** Map the wipe direction by travel and feather its edge (by @nikko82) ([7f26a8b](https://github.com/ChristopherVR/pptx-viewer/commit/7f26a8b9871c015f45f90fc2eac646a1e7d6aad1))
|
|
15
|
+
- **react:** Play the arriving half of classic transitions (by @nikko82) ([18558ab](https://github.com/ChristopherVR/pptx-viewer/commit/18558ab090ce2ce8d9868d8e42fc38acde9b5769))
|
|
16
|
+
|
|
17
|
+
## [2.4.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@2.4.0) - 2026-09-02
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
- **react,vue,angular,svelte,vanilla:** Replay the leaving slide's transition on backward steps (by @nikko82) ([e23838e](https://github.com/ChristopherVR/pptx-viewer/commit/e23838ebc6253c413fe87cd75e96244311349214))
|
|
22
|
+
- **react:** Wave-4 parity UI (chart subtypes, read-only banner, compat toasts, rescale, sldRg) (by @ChristopherVR) ([abfc61f](https://github.com/ChristopherVR/pptx-viewer/commit/abfc61f966dabb24807d98e5eca5e917c4857315))
|
|
23
|
+
- **react:** Wave-4 show entry, custom-show actions, master CRUD, mentions (by @ChristopherVR) ([4d45b72](https://github.com/ChristopherVR/pptx-viewer/commit/4d45b7211c8596c889f4f14f7f90a83709ad0ec5))
|
|
24
|
+
- **react:** Recent-colours row under every picker and OLE verb actions (by @ChristopherVR) ([5965928](https://github.com/ChristopherVR/pptx-viewer/commit/5965928f695618d58c9202c18bfcd0dfdb3a457b))
|
|
25
|
+
- **react:** Start the slide show on F5 and Shift+F5 (by @ChristopherVR) ([4904fb4](https://github.com/ChristopherVR/pptx-viewer/commit/4904fb484397fe8a4319eff8f923cd559d2f1447))
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- **react:** Route ppaction://media through the shared media toggle (by @ChristopherVR) ([7e0bfb1](https://github.com/ChristopherVR/pptx-viewer/commit/7e0bfb137d1f38855a595625fb126cc3f0c1d246))
|
|
30
|
+
- **react:** Keep selection handles aligned during transforms (by @Sudhansh6) ([4867a0a](https://github.com/ChristopherVR/pptx-viewer/commit/4867a0a74ad026719e4abddc6366eb7a27adce44))
|
|
31
|
+
- **react:** Scope the selection-handle overlay sync to its own viewer (by @ChristopherVR) ([a2af2a1](https://github.com/ChristopherVR/pptx-viewer/commit/a2af2a1dde67f8ab87e618431ce4e11c7e97cacf))
|
|
32
|
+
- **react:** Hand the morph plan the stage's z-index base (by @ChristopherVR) ([67fba80](https://github.com/ChristopherVR/pptx-viewer/commit/67fba80e4a7faff912df452ef5126259f46d91bf))
|
|
33
|
+
|
|
10
34
|
## [2.3.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@2.3.0) - 2026-09-02
|
|
11
35
|
|
|
12
36
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@christophervr/pptx-viewer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "Interactive installer for the pptx-viewer family of packages (React, Vue, Angular, Svelte, vanilla JS, the core engine, the MCP server). Also a drop-in for pptx-react-viewer: importing this package re-exports the React component.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"pack": "bun run build && bun pm pack"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"pptx-react-viewer": "^3.
|
|
64
|
+
"pptx-react-viewer": "^3.5.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@types/node": "^26.2.0",
|