pptx-react-viewer 1.1.63 → 1.1.65

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,12 @@ 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.1.64](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-react-viewer@1.1.64) - 2026-06-27
8
+
9
+ ### Bug Fixes
10
+
11
+ - Missing document links (by @ChristopherVR) ([f52bd6f](https://github.com/ChristopherVR/pptx-viewer/commit/f52bd6fd2fc4f564f018ecf5e84e64d24c8fd240))
12
+
7
13
  ## [1.1.60](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-react-viewer@1.1.60) - 2026-06-26
8
14
 
9
15
  ### Features
package/README.md CHANGED
@@ -153,7 +153,7 @@ You only need the `<PowerPointViewer>` component; everything else is internal. B
153
153
 
154
154
  ## Limitations
155
155
 
156
- CSS-based rendering trades a few visual effects for crisp text, accessibility, and DOM interactivity: `backdrop-filter` becomes semi-transparent backgrounds, `mix-blend-mode` maps to opacity, and CSS 3D transforms flatten in raster export. Text uses fonts available in the browser (embedded fonts are injected when present). Media playback depends on browser codec support. SmartArt is decomposed into editable shapes without a live reflow engine, and charts edit via the inspector data grid rather than the chart surface. 3D models need the optional Three.js peers. See the [full docs](https://christophervr.github.io/pptx-viewer/) for the complete list.
156
+ CSS-based rendering trades a few visual effects for crisp text, accessibility, and DOM interactivity: `backdrop-filter` becomes semi-transparent backgrounds and path gradients approximate as elliptical radials, while `mix-blend-mode` and CSS 3D transforms render natively on screen but flatten in raster export. Text uses fonts available in the browser (embedded fonts are injected when present). Media playback depends on browser codec support. SmartArt is decomposed into editable shapes with a live reflow engine for structural edits, and charts edit via the inspector data grid rather than the chart surface. 3D models need the optional Three.js peer. See the [full docs](https://christophervr.github.io/pptx-viewer/) for the complete list.
157
157
 
158
158
  ## License
159
159