pptx-react-viewer 2.20.1 → 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.
Files changed (40) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/{chunk-GKOJO67G.js → chunk-463BMH5Q.js} +10 -0
  3. package/dist/chunk-463BMH5Q.js.br +0 -0
  4. package/dist/chunk-463BMH5Q.js.gz +0 -0
  5. package/dist/{chunk-WCJ3HF4C.js → chunk-4JENQPJ3.js} +145 -131
  6. package/dist/chunk-4JENQPJ3.js.br +0 -0
  7. package/dist/chunk-4JENQPJ3.js.gz +0 -0
  8. package/dist/{chunk-HZ2PAL7P.mjs → chunk-AD4LAXDJ.mjs} +93 -79
  9. package/dist/chunk-AD4LAXDJ.mjs.br +0 -0
  10. package/dist/chunk-AD4LAXDJ.mjs.gz +0 -0
  11. package/dist/{chunk-SZJLZWEX.mjs → chunk-YAKDNRU7.mjs} +10 -0
  12. package/dist/chunk-YAKDNRU7.mjs.br +0 -0
  13. package/dist/chunk-YAKDNRU7.mjs.gz +0 -0
  14. package/dist/index.js +11 -11
  15. package/dist/index.js.br +0 -0
  16. package/dist/index.js.gz +0 -0
  17. package/dist/index.mjs +2 -2
  18. package/dist/index.mjs.br +0 -0
  19. package/dist/index.mjs.gz +0 -0
  20. package/dist/internals.js +73 -73
  21. package/dist/internals.js.br +0 -0
  22. package/dist/internals.js.gz +0 -0
  23. package/dist/internals.mjs +1 -1
  24. package/dist/internals.mjs.br +0 -0
  25. package/dist/internals.mjs.gz +0 -0
  26. package/dist/viewer/index.js +14 -14
  27. package/dist/viewer/index.js.br +0 -0
  28. package/dist/viewer/index.js.gz +0 -0
  29. package/dist/viewer/index.mjs +2 -2
  30. package/dist/viewer/index.mjs.br +0 -0
  31. package/dist/viewer/index.mjs.gz +0 -0
  32. package/package.json +2 -2
  33. package/dist/chunk-GKOJO67G.js.br +0 -0
  34. package/dist/chunk-GKOJO67G.js.gz +0 -0
  35. package/dist/chunk-HZ2PAL7P.mjs.br +0 -0
  36. package/dist/chunk-HZ2PAL7P.mjs.gz +0 -0
  37. package/dist/chunk-SZJLZWEX.mjs.br +0 -0
  38. package/dist/chunk-SZJLZWEX.mjs.gz +0 -0
  39. package/dist/chunk-WCJ3HF4C.js.br +0 -0
  40. package/dist/chunk-WCJ3HF4C.js.gz +0 -0
package/CHANGELOG.md CHANGED
@@ -7,6 +7,27 @@ 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-react-viewer@2.20.2) - 2026-08-20
11
+
12
+ ### Bug Fixes
13
+
14
+ - **shared:** Describe stripped invisible characters by code point, not literally (by @ChristopherVR) ([9ddca51](https://github.com/ChristopherVR/pptx-viewer/commit/9ddca51028e7bba92a9433513dea0c5320415bdb))
15
+
16
+ ## [2.20.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-react-viewer@2.20.1) - 2026-08-20
17
+
18
+ ### Bug Fixes
19
+
20
+ - **mobile:** Repoint react/vue/angular mobile sheet toggling onto shared (by @ChristopherVR) ([d8e6228](https://github.com/ChristopherVR/pptx-viewer/commit/d8e62280d49f1b7cdaa3e5034e2134c7380e5063))
21
+ - **shared:** Repoint options numeric-control clamp onto shared helper (by @ChristopherVR) ([138dfe5](https://github.com/ChristopherVR/pptx-viewer/commit/138dfe5d6cc780915ab8d9ca591f75c698b35f22))
22
+ - **react:** Repoint comment markers onto shared buildCommentMarkers (by @ChristopherVR) ([d3ddba1](https://github.com/ChristopherVR/pptx-viewer/commit/d3ddba1ff766a6d619b53a2e18d6363ad9323423))
23
+
24
+ ### Refactor
25
+
26
+ - **react,vue,angular:** Repoint chart value-drag onto shared engine (by @ChristopherVR) ([1d5fd6a](https://github.com/ChristopherVR/pptx-viewer/commit/1d5fd6af4a8847168674b50e9039d6ba96926f43))
27
+ - **shared,react,vue,vanilla:** Repoint comment mutations onto shared comments-list (by @ChristopherVR) ([0eb28dc](https://github.com/ChristopherVR/pptx-viewer/commit/0eb28dc5d714ebe695c8b23c6b09aefc6b99ac0d))
28
+ - **react,vue:** Repoint SmartArt chrome style onto shared buildChromeStyle (by @ChristopherVR) ([2a9602f](https://github.com/ChristopherVR/pptx-viewer/commit/2a9602f8ee7f930c4d950f19ba616196bc9d9cb7))
29
+ - **react:** Repoint print handlers onto shared print helpers (by @ChristopherVR) ([b921759](https://github.com/ChristopherVR/pptx-viewer/commit/b921759efae72adc93509e1d21c4f36d2aba6606))
30
+
10
31
  ## [2.20.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-react-viewer@2.20.0) - 2026-08-20
11
32
 
12
33
  ### Features
@@ -1200,6 +1200,12 @@ function useAnimationPlayback(input) {
1200
1200
  );
1201
1201
  presentationTimersRef.current.push(timer);
1202
1202
  },
1203
+ // `scheduleAutoAdvanceChain` recursively calls itself (line 190) to walk the
1204
+ // auto-advance chain; it can't list itself as its own dependency (the const
1205
+ // isn't assigned yet when the array is evaluated). The recursive call still
1206
+ // resolves correctly because the setTimeout callback only reads the binding
1207
+ // once the outer const has been assigned.
1208
+ // oxlint-disable-next-line react/memo-dependencies -- see comment above
1203
1209
  [onPlayActionSound, startBuildReveal]
1204
1210
  );
1205
1211
  const resetSlideTimeline = react.useCallback(
@@ -10364,6 +10370,10 @@ function useLayoutSwitching(input) {
10364
10370
  setIsLoading(false);
10365
10371
  }
10366
10372
  },
10373
+ // `activeSlideIndex` IS read above (inside the `try`), but the analyzer
10374
+ // doesn't see through an `await` call wrapped in try/finally and flags it
10375
+ // as unused; verified as a false positive with a minimal repro.
10376
+ // oxlint-disable-next-line react/memo-dependencies -- see comment above
10367
10377
  [handler, activeSlideIndex, ops, history, onTemplateElementsChanged]
10368
10378
  );
10369
10379
  const loadLayoutPreviews = react.useCallback(
Binary file
Binary file