pptx-vanilla-viewer 1.20.0 → 1.21.1
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 +528 -0
- package/dist/ai-panel-5TW6JZDZ.cjs +1 -0
- package/dist/{ai-panel-KEOYS43X.js → ai-panel-KMU4V6GY.js} +1 -1
- package/dist/{chunk-GJBSIYYM.js → chunk-5K5BCTVL.js} +296 -288
- package/dist/{chunk-PLR4BQUZ.cjs → chunk-FCRFBF2C.cjs} +296 -288
- package/dist/index.cjs +110 -66
- package/dist/index.d.ts +113 -17
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +109 -65
- package/dist/styles.css +44 -0
- package/package.json +1 -1
- package/dist/ai-panel-CUYNVIKY.cjs +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,21 +3,85 @@
|
|
|
3
3
|
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
|
+
A release listed with no entries carried no Conventional Commit in this package's
|
|
7
|
+
scope: scripts/release-plan.mjs re-releases a package whenever any of its files
|
|
8
|
+
change, not only on conventional ones.
|
|
9
|
+
|
|
10
|
+
## [1.21.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.21.0) - 2026-08-13
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **shared:** Take the last six chart kinds and the autosave policy (by @ChristopherVR) ([efe8438](https://github.com/ChristopherVR/pptx-viewer/commit/efe84381688dfb5f2a44a2990e76aa09b65e5fba))
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- **core:** Repair the XML plumbing four separate defects were hiding behind (by @ChristopherVR) ([8beb664](https://github.com/ChristopherVR/pptx-viewer/commit/8beb66410975d492118120515bbae6cd070ef792))
|
|
19
|
+
- **bindings:** Stop read-only surfaces clobbering live state (by @ChristopherVR) ([e820984](https://github.com/ChristopherVR/pptx-viewer/commit/e8209842fad62819df1530944124f0bfc33e32ec))
|
|
20
|
+
|
|
21
|
+
## [1.20.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.20.0) - 2026-08-13
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- **core:** Stop save rewriting what the author never wrote (by @ChristopherVR) ([6fb2767](https://github.com/ChristopherVR/pptx-viewer/commit/6fb2767583de0e82747c3700e3311869dd693a1d))
|
|
6
26
|
|
|
7
27
|
## [1.19.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.19.0) - 2026-08-13
|
|
8
28
|
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
- **shared:** Own the decisions the bindings were each making themselves (by @ChristopherVR) ([5421272](https://github.com/ChristopherVR/pptx-viewer/commit/5421272a531536ab3b494e5df91068c98326e6ed))
|
|
32
|
+
- **shared:** Model hyperlinks and equations, and own the group rules (by @ChristopherVR) ([a6bf4c1](https://github.com/ChristopherVR/pptx-viewer/commit/a6bf4c15ab3b49a44a2d24e2122ddbe3cdd3b8ed))
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
- **core:** Repair save-pipeline corruption found by the OpenXML parity audit (by @ChristopherVR) ([554006e](https://github.com/ChristopherVR/pptx-viewer/commit/554006e004b6212f5561eb19954bbcff17bbdf7f))
|
|
37
|
+
- **vanilla:** Wire the save path, canvas gestures and image controls (by @ChristopherVR) ([2fde373](https://github.com/ChristopherVR/pptx-viewer/commit/2fde37322b34753c096d623b9ac8c029a7562a67))
|
|
38
|
+
- **core:** Close the round-trip defects the corpus harness exposed (by @ChristopherVR) ([2011c66](https://github.com/ChristopherVR/pptx-viewer/commit/2011c664049bfd580801529c3337ba65bd8d3f13))
|
|
39
|
+
- **svelte,vanilla:** Wire SmartArt reflow and the shared run rendering (by @ChristopherVR) ([37b7e45](https://github.com/ChristopherVR/pptx-viewer/commit/37b7e45ce926c7949099f919715595db7c779405))
|
|
40
|
+
|
|
9
41
|
## [1.18.9](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.18.9) - 2026-08-11
|
|
10
42
|
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
- **shared:** Keep a morph pair travelling when its outline is tweened too (by @ChristopherVR) ([0316cf7](https://github.com/ChristopherVR/pptx-viewer/commit/0316cf7b058bc49b247250d9e188822fdd4ef11f))
|
|
46
|
+
- **shared:** Dissolve a re-fitted morph paragraph in place instead of stretching it (by @ChristopherVR) ([975c6f6](https://github.com/ChristopherVR/pptx-viewer/commit/975c6f600a836081ec0f30c99fffb9aabbaaa598))
|
|
47
|
+
|
|
11
48
|
## [1.18.8](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.18.8) - 2026-08-11
|
|
12
49
|
|
|
50
|
+
### Bug Fixes
|
|
51
|
+
|
|
52
|
+
- **shared:** Stop Vue and Angular writing an inline pointer-events lock during a show (by @ChristopherVR) ([4cb649a](https://github.com/ChristopherVR/pptx-viewer/commit/4cb649a53f5903557ef2f93c190fe6ddd538599e))
|
|
53
|
+
|
|
13
54
|
## [1.18.7](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.18.7) - 2026-08-11
|
|
14
55
|
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
- **vue:** Swap inherited layout artwork when a slide's layout changes (by @ChristopherVR) ([1e927ce](https://github.com/ChristopherVR/pptx-viewer/commit/1e927ce2f079c1e84659791fa62f47b9e2e0ad45))
|
|
59
|
+
|
|
60
|
+
### Refactor
|
|
61
|
+
|
|
62
|
+
- **shared:** One paragraph-spacing resolver, and delete four more binding copies (by @ChristopherVR) ([65f8268](https://github.com/ChristopherVR/pptx-viewer/commit/65f8268df08021c1985dc86d93d3338c96b792c8))
|
|
63
|
+
- **shared:** Give the cached-SmartArt projection the whole decision, and React's table styling too (by @ChristopherVR) ([411148f](https://github.com/ChristopherVR/pptx-viewer/commit/411148f44630a65b1cd6e90a2954a53a24f110a5))
|
|
64
|
+
- **shared:** Move find/replace and per-cell table CSS off their React copies (by @ChristopherVR) ([5b81728](https://github.com/ChristopherVR/pptx-viewer/commit/5b81728891f3e8cea1c2def2aed2d8b23e338081))
|
|
65
|
+
|
|
15
66
|
## [1.18.6](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.18.6) - 2026-08-10
|
|
16
67
|
|
|
68
|
+
### Bug Fixes
|
|
69
|
+
|
|
70
|
+
- **shared:** Render cached SmartArt shapes and transparent table headers as authored (by @ChristopherVR) ([24ec6b4](https://github.com/ChristopherVR/pptx-viewer/commit/24ec6b4f2079b55f02aa5559bfa3c3f1eae67652))
|
|
71
|
+
|
|
17
72
|
## [1.18.5](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.18.5) - 2026-08-10
|
|
18
73
|
|
|
74
|
+
### Bug Fixes
|
|
75
|
+
|
|
76
|
+
- **core:** Read placeholder, list and percentage values as authored (by @ChristopherVR) ([dc2d679](https://github.com/ChristopherVR/pptx-viewer/commit/dc2d679d48d3be854743d3a09bd2e20c5dc5331f))
|
|
77
|
+
- **shared:** Paint an inert morph ghost statically so it stops jittering (by @ChristopherVR) ([ce3be84](https://github.com/ChristopherVR/pptx-viewer/commit/ce3be8487d3530425afb3b455e1671b6c54ae61c))
|
|
78
|
+
|
|
19
79
|
## [1.18.4](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.18.4) - 2026-08-10
|
|
20
80
|
|
|
81
|
+
### Bug Fixes
|
|
82
|
+
|
|
83
|
+
- **shared:** Crossfade morph wording instead of fading it out then in (by @ChristopherVR) ([50984f1](https://github.com/ChristopherVR/pptx-viewer/commit/50984f141acc601d35aad19883b6fb1f8e0b79c2))
|
|
84
|
+
|
|
21
85
|
## [1.18.3](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.18.3) - 2026-08-10
|
|
22
86
|
|
|
23
87
|
### Dependencies
|
|
@@ -31,24 +95,125 @@ by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
|
31
95
|
|
|
32
96
|
## [1.18.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.18.2) - 2026-08-08
|
|
33
97
|
|
|
98
|
+
### Bug Fixes
|
|
99
|
+
|
|
100
|
+
- Dissolve a morph's arriving shapes over the ghost that hid them (by @ChristopherVR) ([89536a3](https://github.com/ChristopherVR/pptx-viewer/commit/89536a36c3e38c3bc8b1219f702dee39e1526fcb))
|
|
101
|
+
- Dissolve a morph's centre panel the way PowerPoint measurably does (by @ChristopherVR) ([8c03a9a](https://github.com/ChristopherVR/pptx-viewer/commit/8c03a9a4db720dc4c6883ecd5778749e9148f3af))
|
|
102
|
+
- **shared:** Measure per word, and never measure a glyph in isolation (by @ChristopherVR) ([a92004b](https://github.com/ChristopherVR/pptx-viewer/commit/a92004bd554a66e5a0812d5bd20b3df1fff94379))
|
|
103
|
+
|
|
34
104
|
## [1.18.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.18.1) - 2026-08-07
|
|
35
105
|
|
|
106
|
+
### Bug Fixes
|
|
107
|
+
|
|
108
|
+
- **shared:** Morph a picture's scale, which OOXML stores as a source crop (by @ChristopherVR) ([e2743c7](https://github.com/ChristopherVR/pptx-viewer/commit/e2743c7509090272f4d7bed6df506402de8f6a91))
|
|
109
|
+
- **shared:** A still of a slide paints no media chrome (by @ChristopherVR) ([d99e6fd](https://github.com/ChristopherVR/pptx-viewer/commit/d99e6fda7de360e1b1c3f16c578119f8ce5b5d5a))
|
|
110
|
+
- **vanilla:** Route the media fallback through the shared surface rule (by @ChristopherVR) ([5dbdd61](https://github.com/ChristopherVR/pptx-viewer/commit/5dbdd616c85182a0d35f8628bb231cea87c8088c))
|
|
111
|
+
- **shared:** Measure each run's PowerPoint width instead of guessing one (by @ChristopherVR) ([920d1f3](https://github.com/ChristopherVR/pptx-viewer/commit/920d1f38129886f834fcfe42681339e8251f6814))
|
|
112
|
+
- **shared:** A media fallback says WHICH badge, not just "a badge" (by @ChristopherVR) ([1cbe78f](https://github.com/ChristopherVR/pptx-viewer/commit/1cbe78f85985ca87a834380932d845303250606d))
|
|
113
|
+
- **vanilla:** Mark missing media as not found, not as playable (by @ChristopherVR) ([73df6cc](https://github.com/ChristopherVR/pptx-viewer/commit/73df6cc626dab7b85e3842e406fa2e8c189d8eec))
|
|
114
|
+
|
|
115
|
+
### Styling
|
|
116
|
+
|
|
117
|
+
- **shared:** Escape the measurement cache separator (by @ChristopherVR) ([944b312](https://github.com/ChristopherVR/pptx-viewer/commit/944b312abee48c351b84e39c794027a18ec2d758))
|
|
118
|
+
|
|
36
119
|
## [1.18.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.18.0) - 2026-08-07
|
|
37
120
|
|
|
121
|
+
### Features
|
|
122
|
+
|
|
123
|
+
- Navigate a running slide show on the wheel in every binding (by @ChristopherVR) ([91a19e9](https://github.com/ChristopherVR/pptx-viewer/commit/91a19e96df9d19862b92c3f89ca55acbfbde3111))
|
|
124
|
+
|
|
38
125
|
## [1.17.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.17.0) - 2026-08-07
|
|
39
126
|
|
|
127
|
+
### Features
|
|
128
|
+
|
|
129
|
+
- **shared:** Map wheel gestures to PowerPoint's intents (by @ChristopherVR) ([1cc7797](https://github.com/ChristopherVR/pptx-viewer/commit/1cc779799cf5b6ffa94c39199c71b563e21afa82))
|
|
130
|
+
|
|
131
|
+
### Refactor
|
|
132
|
+
|
|
133
|
+
- Route four bindings through the shared geometry cascade (by @ChristopherVR) ([859ca12](https://github.com/ChristopherVR/pptx-viewer/commit/859ca12b37efcf98e7614b2c2109f3bf1d9c0f72))
|
|
134
|
+
|
|
40
135
|
## [1.16.3](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.16.3) - 2026-08-07
|
|
41
136
|
|
|
137
|
+
### Bug Fixes
|
|
138
|
+
|
|
139
|
+
- **shared:** Stop category-axis labels crowding the plot (by @ChristopherVR) ([b511ac4](https://github.com/ChristopherVR/pptx-viewer/commit/b511ac44bb53ed2ca20932801c805ea7f0a2fcd1))
|
|
140
|
+
- Let clicks fall through an unfilled shape's interior (by @ChristopherVR) ([7e17f9d](https://github.com/ChristopherVR/pptx-viewer/commit/7e17f9ddacd058d9b5c13f1060f58621faeb9908))
|
|
141
|
+
- Hollow-shape click-through in the remaining four bindings (by @ChristopherVR) ([fee05ad](https://github.com/ChristopherVR/pptx-viewer/commit/fee05ad5463de9949f289d3aac889794bc7d834a))
|
|
142
|
+
|
|
143
|
+
### Refactor
|
|
144
|
+
|
|
145
|
+
- **shared:** Single-source the shape geometry cascade (by @ChristopherVR) ([396e4a2](https://github.com/ChristopherVR/pptx-viewer/commit/396e4a28299168af0564364e9b0be7413b2c8ce8))
|
|
146
|
+
|
|
42
147
|
## [1.16.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.16.2) - 2026-08-07
|
|
43
148
|
|
|
149
|
+
### Bug Fixes
|
|
150
|
+
|
|
151
|
+
- **core:** Measure parallelogram skew against the short side, not the width (by @ChristopherVR) ([fea647f](https://github.com/ChristopherVR/pptx-viewer/commit/fea647f94633e6e919a1c59bda7a71cda8b1b677))
|
|
152
|
+
- **core:** Bulge the teardrop preset's point outwards, not inwards (by @ChristopherVR) ([0b23bc4](https://github.com/ChristopherVR/pptx-viewer/commit/0b23bc4b6ecde5f82f7cebb0601859edbf1ab399))
|
|
153
|
+
- Render ellipses as ellipses, not pills (by @ChristopherVR) ([b6d2598](https://github.com/ChristopherVR/pptx-viewer/commit/b6d2598fb58f8fc81fbef463c728d87a78c129b4))
|
|
154
|
+
- Stop slicing overflowing text with an identity rect clip-path (by @ChristopherVR) ([7393111](https://github.com/ChristopherVR/pptx-viewer/commit/73931118e9e29bf16d1ffccb6f01d68a02091463))
|
|
155
|
+
|
|
44
156
|
## [1.16.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.16.1) - 2026-08-07
|
|
45
157
|
|
|
158
|
+
### Bug Fixes
|
|
159
|
+
|
|
160
|
+
- **core:** Recognize nodeType="afterEffect" when parsing animation triggers (by @ChristopherVR) ([554c077](https://github.com/ChristopherVR/pptx-viewer/commit/554c077b6d0960c5777163a83afe27ee9795b8c2))
|
|
161
|
+
|
|
46
162
|
## [1.16.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.16.0) - 2026-08-07
|
|
47
163
|
|
|
164
|
+
### Features
|
|
165
|
+
|
|
166
|
+
- **shared:** Remember the open deck so a refresh reopens it (by @ChristopherVR) ([abbe3bd](https://github.com/ChristopherVR/pptx-viewer/commit/abbe3bd15318dd2b7b470eb69b51468d5b9ed26a))
|
|
167
|
+
|
|
168
|
+
### Bug Fixes
|
|
169
|
+
|
|
170
|
+
- **shared:** Make Set Up Slide Show's Manual advance mode actually work (by @ChristopherVR) ([c308423](https://github.com/ChristopherVR/pptx-viewer/commit/c3084238158b582b149fcc74903045f4145a0981))
|
|
171
|
+
|
|
48
172
|
## [1.15.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.15.0) - 2026-08-07
|
|
49
173
|
|
|
174
|
+
### Features
|
|
175
|
+
|
|
176
|
+
- **core:** Import legacy PowerPoint 97-2003 (.ppt) files (by @ChristopherVR) ([6f71bd3](https://github.com/ChristopherVR/pptx-viewer/commit/6f71bd31270afac2bdc3df4ad082a3e08d5b3e75))
|
|
177
|
+
- **core:** Export and import decks as portable JSON (by @ChristopherVR) ([965fc05](https://github.com/ChristopherVR/pptx-viewer/commit/965fc05ce0993d97a15d6199c8763eada99fa646))
|
|
178
|
+
- **shared:** Insert slides from a template gallery (by @ChristopherVR) ([abc7f77](https://github.com/ChristopherVR/pptx-viewer/commit/abc7f77d911c644faa09540eaab30a684f4b6e19))
|
|
179
|
+
- **shared:** Blackboard mode, element rename and column charts (by @ChristopherVR) ([a69ffce](https://github.com/ChristopherVR/pptx-viewer/commit/a69ffce0a7635632cf19cb060b329a8ff5d19422))
|
|
180
|
+
- **shared:** Selectively-subscribable viewer store with per-binding adapters (by @ChristopherVR) ([745c554](https://github.com/ChristopherVR/pptx-viewer/commit/745c554866d66c6318db353ab678e34f235f8037))
|
|
181
|
+
|
|
182
|
+
### Bug Fixes
|
|
183
|
+
|
|
184
|
+
- **core:** Stop inferring motion-path auto-rotate from rAng (by @ChristopherVR) ([32ee041](https://github.com/ChristopherVR/pptx-viewer/commit/32ee041249ebd5f761f54275bb98148548c7364e))
|
|
185
|
+
- **core:** Read line-series colours from a:ln/a:solidFill (by @ChristopherVR) ([714c10a](https://github.com/ChristopherVR/pptx-viewer/commit/714c10a2b29843dbb8481c98330db0f29a509b2d))
|
|
186
|
+
- **shared:** Animation reveal, stroke paint and comment threading (by @ChristopherVR) ([946aea2](https://github.com/ChristopherVR/pptx-viewer/commit/946aea274a82dbc9fd231e4caeb269fecf9d8334))
|
|
187
|
+
- **vanilla:** Restore saved preferences and stop chrome leaking into slides (by @ChristopherVR) ([0a6f842](https://github.com/ChristopherVR/pptx-viewer/commit/0a6f842295eeb407ec27ec4cf457c9ba06aec203))
|
|
188
|
+
- **shared:** Keep a drawing gesture from advancing the show (by @ChristopherVR) ([e2578cc](https://github.com/ChristopherVR/pptx-viewer/commit/e2578cc462725d70761058295de13f35c3ccb6fe))
|
|
189
|
+
- **shared:** Return the keyboard to the viewer after an inline edit (by @ChristopherVR) ([351947a](https://github.com/ChristopherVR/pptx-viewer/commit/351947a1e515ad748f2fa23ec0dee59b1b1a8fbc))
|
|
190
|
+
- **present:** Let a blanked screen pass clicks through to the show (by @ChristopherVR) ([a8cc5d2](https://github.com/ChristopherVR/pptx-viewer/commit/a8cc5d265959d98a8bee8ab9ace42dfeef53aba2))
|
|
191
|
+
- **shared:** Translate the labels five bindings were rendering in English (by @ChristopherVR) ([d1bfad6](https://github.com/ChristopherVR/pptx-viewer/commit/d1bfad666119f27b3a01266729a471af8a0e47ea))
|
|
192
|
+
- **cli:** Let the scaffolded starters open legacy .ppt decks (by @ChristopherVR) ([2cde7f8](https://github.com/ChristopherVR/pptx-viewer/commit/2cde7f84dded2d4beca7e0f48b8d0a50d0968bf5))
|
|
193
|
+
- **shared:** Escape SVG gradient markup attributes (by @ChristopherVR) ([7e5dd23](https://github.com/ChristopherVR/pptx-viewer/commit/7e5dd232103f90b822ca268fdb5a15b0c619be1b))
|
|
194
|
+
- **shared:** Route numeric SVG gradient attributes through the escape barrier (by @ChristopherVR) ([58485f3](https://github.com/ChristopherVR/pptx-viewer/commit/58485f36219d8b07c73825e47c8f7cd8b43e5a19))
|
|
195
|
+
- **shared:** Stop a morph inventing pairs and hiding what arrives (by @ChristopherVR) ([058051d](https://github.com/ChristopherVR/pptx-viewer/commit/058051d88201f71d64c3dee8b373af70a5f005a9))
|
|
196
|
+
|
|
197
|
+
### Performance
|
|
198
|
+
|
|
199
|
+
- **shared:** Drop state writes that carry no new information (by @ChristopherVR) ([74ba824](https://github.com/ChristopherVR/pptx-viewer/commit/74ba82402f5f73fe1d3d7c04989374417444f2d2))
|
|
200
|
+
|
|
201
|
+
### Refactor
|
|
202
|
+
|
|
203
|
+
- **shared:** Place the eight resize handles from one table (by @ChristopherVR) ([86feabb](https://github.com/ChristopherVR/pptx-viewer/commit/86feabbdf23fb0bed31b44a472b2ae411110dba9))
|
|
204
|
+
- **shared:** Move the canvas zoom slice onto the viewer runtime (by @ChristopherVR) ([054c9eb](https://github.com/ChristopherVR/pptx-viewer/commit/054c9eb5757ceefc10d71e596acb3b0b46d96820))
|
|
205
|
+
- **vanilla:** Put the zoom slice on the shared viewer runtime (by @ChristopherVR) ([367295d](https://github.com/ChristopherVR/pptx-viewer/commit/367295dc6bf65664fda72cddb25b5670f07f1ff9))
|
|
206
|
+
|
|
50
207
|
## [1.14.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.14.2) - 2026-08-05
|
|
51
208
|
|
|
209
|
+
### Bug Fixes
|
|
210
|
+
|
|
211
|
+
- **core:** Resolve styled full font names and add condensed fallbacks (by @ChristopherVR) ([26b1f74](https://github.com/ChristopherVR/pptx-viewer/commit/26b1f745929fe33cda2044dc4a24ff4edbbab0d5))
|
|
212
|
+
- **shared:** Draw chart text at point size and scale chart SVGs 1:1 (by @ChristopherVR) ([da333f9](https://github.com/ChristopherVR/pptx-viewer/commit/da333f933eeba0af226ca1894639696350e23cfb))
|
|
213
|
+
- **shared:** Suspend the show on window blur, not only tab-hide (by @ChristopherVR) ([4a2c254](https://github.com/ChristopherVR/pptx-viewer/commit/4a2c254350554c189a53a0284aeb72e84b724740))
|
|
214
|
+
- **shared:** Fold the origami transition like a sheet of paper (by @ChristopherVR) ([f0f9fc2](https://github.com/ChristopherVR/pptx-viewer/commit/f0f9fc2710a4c1a3760729cfddca0afc7f66c70d))
|
|
215
|
+
- **shared:** Cover the fillRect placement fields in the collab schema (by @ChristopherVR) ([d455ed7](https://github.com/ChristopherVR/pptx-viewer/commit/d455ed72b254633d34e08d7694069e6c0d9f5615))
|
|
216
|
+
|
|
52
217
|
## [1.14.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.14.1) - 2026-08-05
|
|
53
218
|
|
|
54
219
|
### Dependencies
|
|
@@ -57,38 +222,187 @@ by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
|
57
222
|
|
|
58
223
|
## [1.14.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.14.0) - 2026-08-01
|
|
59
224
|
|
|
225
|
+
### Features
|
|
226
|
+
|
|
227
|
+
- Fixed graphs and arrows shapes (by @ChristopherVR) ([94813f5](https://github.com/ChristopherVR/pptx-viewer/commit/94813f52a75fb3b42f72e7c33be41393b794cf82))
|
|
228
|
+
|
|
60
229
|
## [1.13.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.13.1) - 2026-08-01
|
|
61
230
|
|
|
231
|
+
### Bug Fixes
|
|
232
|
+
|
|
233
|
+
- Make an inspector edit exactly one undo step, in every binding (by @ChristopherVR) ([48733d4](https://github.com/ChristopherVR/pptx-viewer/commit/48733d4a9dbe8d7887b0a103cc7cb1e90882464b))
|
|
234
|
+
- Let the presenter finish the show, and keep scrubbers out of its panes (by @ChristopherVR) ([c7c12bc](https://github.com/ChristopherVR/pptx-viewer/commit/c7c12bc053548c8e94d3da385461d6569a1695a0))
|
|
235
|
+
|
|
236
|
+
### Refactor
|
|
237
|
+
|
|
238
|
+
- **shared:** Split arrow markers and dash patterns out of connector-path (by @ChristopherVR) ([53d47d1](https://github.com/ChristopherVR/pptx-viewer/commit/53d47d1d529fe17f165a16ec9de7b7f29b17845c))
|
|
239
|
+
|
|
62
240
|
## [1.13.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.13.0) - 2026-08-01
|
|
63
241
|
|
|
242
|
+
### Features
|
|
243
|
+
|
|
244
|
+
- Mark hidden slides in every rail and sorter, and honour custom shows in vanilla and svelte (by @ChristopherVR) ([b61f202](https://github.com/ChristopherVR/pptx-viewer/commit/b61f2029b09d2bad78fc53bdd0f0d5538b171aa9))
|
|
245
|
+
- Name every animation preset a user can reach, in every locale (by @ChristopherVR) ([f99962d](https://github.com/ChristopherVR/pptx-viewer/commit/f99962d0e98d579ad45ee77299b1df1f326fde6d))
|
|
246
|
+
- **vue:** Add the connector arrowhead controls, and make connectors clickable (by @ChristopherVR) ([2b0976e](https://github.com/ChristopherVR/pptx-viewer/commit/2b0976ea68b4ffc6c3ab7fd5d58aed1c8f5d1356))
|
|
247
|
+
- Draw action affordances in every binding, and mark group children (by @ChristopherVR) ([39ed47f](https://github.com/ChristopherVR/pptx-viewer/commit/39ed47f5a7a7dada06362e422aeb39e563485cab))
|
|
248
|
+
- Make connectors clickable and give all five the same arrowhead controls (by @ChristopherVR) ([e482b12](https://github.com/ChristopherVR/pptx-viewer/commit/e482b12ff2a589f68953ab7e48c63d4bac927fb4))
|
|
249
|
+
- Give all five the same presenter console, and stop vanilla dropping the show (by @ChristopherVR) ([bf861fd](https://github.com/ChristopherVR/pptx-viewer/commit/bf861fd79c55874ec4f4e66ee25357d003b6189d))
|
|
250
|
+
|
|
251
|
+
### Bug Fixes
|
|
252
|
+
|
|
253
|
+
- **vanilla:** Let a ribbon button with a text label size to its text (by @ChristopherVR) ([e8ed06e](https://github.com/ChristopherVR/pptx-viewer/commit/e8ed06e1ed6e499f1005ea2a44969fa946c3d60e))
|
|
254
|
+
- **shared:** Paint SVG-only pictures, honour srcRect crops, stop bold leaking (by @ChristopherVR) ([ff866db](https://github.com/ChristopherVR/pptx-viewer/commit/ff866db22a2f59f0fbb6da518b4055e8edd80481))
|
|
255
|
+
- Give every binding React's slide-show bar, and make slice clicks work (by @ChristopherVR) ([31f30f7](https://github.com/ChristopherVR/pptx-viewer/commit/31f30f7f26117e3badb34c2e2e0a29f32f8da608))
|
|
256
|
+
- Play slide media the way the deck authored it (by @ChristopherVR) ([855f140](https://github.com/ChristopherVR/pptx-viewer/commit/855f140bd3507a87de91479e62af0b67be4c8649))
|
|
257
|
+
|
|
64
258
|
## [1.12.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.12.1) - 2026-07-31
|
|
65
259
|
|
|
260
|
+
### Bug Fixes
|
|
261
|
+
|
|
262
|
+
- **shared:** Stop a morph gliding one text box into an unrelated one (by @ChristopherVR) ([bc4789f](https://github.com/ChristopherVR/pptx-viewer/commit/bc4789fef0dbcaf8d524b19f99fac15847597ad0))
|
|
263
|
+
- **shared:** Stop a morph double-painting unchanged shapes, and dissolve text (by @ChristopherVR) ([d4b3952](https://github.com/ChristopherVR/pptx-viewer/commit/d4b3952757d719b2c7e1b4be307b14a15c56f73a))
|
|
264
|
+
- Stop showing users raw OOXML tokens, and make Vanilla's point index work (by @ChristopherVR) ([33d63ce](https://github.com/ChristopherVR/pptx-viewer/commit/33d63cec94a22ddf7cc0b57ddaa61ddb43eaedd3))
|
|
265
|
+
- Skip hidden slides in the show, and honour endWithBlackSlide (by @ChristopherVR) ([2a9ef49](https://github.com/ChristopherVR/pptx-viewer/commit/2a9ef49f97f976eb088a2fcc092b56a54b112fa3))
|
|
266
|
+
|
|
66
267
|
## [1.12.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.12.0) - 2026-07-31
|
|
67
268
|
|
|
269
|
+
### Features
|
|
270
|
+
|
|
271
|
+
- **shared:** Outline view, motion-path authoring, and chart marker resolution (by @ChristopherVR) ([e6a3621](https://github.com/ChristopherVR/pptx-viewer/commit/e6a362195b811231c76a24eb94de8e95795716f8))
|
|
272
|
+
- Outline view, motion-path authoring and the missing chart controls (by @ChristopherVR) ([278de2f](https://github.com/ChristopherVR/pptx-viewer/commit/278de2f5754f2b8bb19722460e047deb4cd72fbb))
|
|
273
|
+
|
|
274
|
+
### Bug Fixes
|
|
275
|
+
|
|
276
|
+
- **core:** Stop dropping a:pPr/@lvl when a paragraph's runs share one style (by @ChristopherVR) ([03aa4ed](https://github.com/ChristopherVR/pptx-viewer/commit/03aa4edeea15336b032227601cc57fb65d378b1c))
|
|
277
|
+
|
|
68
278
|
## [1.11.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.11.0) - 2026-07-31
|
|
69
279
|
|
|
280
|
+
### Features
|
|
281
|
+
|
|
282
|
+
- **shared:** Own the equation, media, reading-view and table-grid logic (by @ChristopherVR) ([c33af39](https://github.com/ChristopherVR/pptx-viewer/commit/c33af39d2157fdb8610c104a8a3e54fa8ae7c672))
|
|
283
|
+
- Wire reading view, the shared equation pipeline and a table data grid (by @ChristopherVR) ([b731b52](https://github.com/ChristopherVR/pptx-viewer/commit/b731b52f926737f0ccef95247f20db217cee1fb5))
|
|
284
|
+
|
|
285
|
+
### Bug Fixes
|
|
286
|
+
|
|
287
|
+
- **shared:** Resolve linked text-box chains inside groups (by @ChristopherVR) ([5e09586](https://github.com/ChristopherVR/pptx-viewer/commit/5e0958689a591f839ccfdf20bb3ae174af00030a))
|
|
288
|
+
|
|
70
289
|
## [1.10.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.10.0) - 2026-07-31
|
|
71
290
|
|
|
291
|
+
### Features
|
|
292
|
+
|
|
293
|
+
- **shared:** Give every referenced translation key a real entry (by @ChristopherVR) ([8ff4461](https://github.com/ChristopherVR/pptx-viewer/commit/8ff4461d0376408330ef5ce875b4aa7a13d0614f))
|
|
294
|
+
- **shared:** Own the logic five bindings had each hand-ported (by @ChristopherVR) ([60b9b0d](https://github.com/ChristopherVR/pptx-viewer/commit/60b9b0d06d60d674835ef23166ca9c46c1b191ba))
|
|
295
|
+
- **vanilla:** Reach ribbon, inspector and canvas parity with the reference (by @ChristopherVR) ([26ff896](https://github.com/ChristopherVR/pptx-viewer/commit/26ff8968b20a7affdd48ee6e8dcf89d18097302b))
|
|
296
|
+
- **core:** Model a gradient / pattern outline in structured form (by @ChristopherVR) ([69322c9](https://github.com/ChristopherVR/pptx-viewer/commit/69322c94ab40e37f19a1789c3149b5dd5d71498c))
|
|
297
|
+
- **shared:** Stroke a gradient outline as SVG instead of a flat border (by @ChristopherVR) ([fc72324](https://github.com/ChristopherVR/pptx-viewer/commit/fc723241643cdc18bb6ad0c113ca08763c9426ad))
|
|
298
|
+
- **vanilla:** Paint a gradient outline with a stroked SVG path (by @ChristopherVR) ([b9804ac](https://github.com/ChristopherVR/pptx-viewer/commit/b9804ac1d6a0fd5d72f40b360d576132cca2fb90))
|
|
299
|
+
- **shared:** Stroke a patterned outline with a real pattern tile (by @ChristopherVR) ([9d8c3bd](https://github.com/ChristopherVR/pptx-viewer/commit/9d8c3bdfbd40e78d0fc66d9325efedb0bc9a3ea4))
|
|
300
|
+
- **vanilla:** Stroke a patterned outline, not its bare foreground (by @ChristopherVR) ([1b3ee4f](https://github.com/ChristopherVR/pptx-viewer/commit/1b3ee4f75444027b88bce70928328233edad49af))
|
|
301
|
+
- **shared:** Translate the File backstage and merge the stray key namespaces (by @ChristopherVR) ([e56aa6d](https://github.com/ChristopherVR/pptx-viewer/commit/e56aa6d3f00e4cbd23983036a195cba3c2d6bf6b))
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
- **shared:** Honour authored preset adjustments and emit parseable gradient CSS (by @ChristopherVR) ([dbf5640](https://github.com/ChristopherVR/pptx-viewer/commit/dbf5640fb532082ca96d6a7dc8b439e07dd34a80))
|
|
306
|
+
- **core:** Honour a preset path's own coordinate space, and repair hexagon (by @ChristopherVR) ([8e4a91d](https://github.com/ChristopherVR/pptx-viewer/commit/8e4a91d76a2bdd3ba3369ed541bc262d2a9c06f4))
|
|
307
|
+
- **core:** Rebuild flowChartTerminator from its spec Beziers (by @ChristopherVR) ([0e81403](https://github.com/ChristopherVR/pptx-viewer/commit/0e8140381fe6af3719a52dcc1b39f16609b5faf0))
|
|
308
|
+
- **core:** Keep an inline field in the position it was authored in (by @ChristopherVR) ([beb2067](https://github.com/ChristopherVR/pptx-viewer/commit/beb2067fc11ae709a26b4f9e6714fa557375ec85))
|
|
309
|
+
- **core:** Rebuild sun as a disc plus eight detached rays (by @ChristopherVR) ([cd2fcd4](https://github.com/ChristopherVR/pptx-viewer/commit/cd2fcd4baec66f040671aea332d1bcd2250a2e7f))
|
|
310
|
+
- **core:** Round-trip the Selection Pane hide toggle (by @ChristopherVR) ([14bdb23](https://github.com/ChristopherVR/pptx-viewer/commit/14bdb23d8c2840cc93d8a891c31ac9e8ffdf44cf))
|
|
311
|
+
- **shared:** Resolve a click on a group's child to the group (by @ChristopherVR) ([88ef671](https://github.com/ChristopherVR/pptx-viewer/commit/88ef671c4af065c0e21327ceec5840a2de4d4516))
|
|
312
|
+
- **shared:** Flow linked text-box overflow in every binding (by @ChristopherVR) ([abe1bb0](https://github.com/ChristopherVR/pptx-viewer/commit/abe1bb0702315c8a65582f1d64f62c6679298143))
|
|
313
|
+
|
|
314
|
+
### Testing
|
|
315
|
+
|
|
316
|
+
- **core:** Pin issue #132 fill and adjustment parsing against the reporter deck (by @ChristopherVR) ([06cd312](https://github.com/ChristopherVR/pptx-viewer/commit/06cd31287bcbd3895a834bed9f89af443526dca2))
|
|
317
|
+
|
|
72
318
|
## [1.9.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.9.0) - 2026-07-31
|
|
73
319
|
|
|
320
|
+
### Features
|
|
321
|
+
|
|
322
|
+
- **shared:** Decide which slide-show clicks are a PowerPoint advance (by @ChristopherVR) ([12ab5c8](https://github.com/ChristopherVR/pptx-viewer/commit/12ab5c82f08083e725eae332ee19b03b5021ce79))
|
|
323
|
+
|
|
324
|
+
### Bug Fixes
|
|
325
|
+
|
|
326
|
+
- **vanilla:** Advance the slide show on a slide's authored timing (by @ChristopherVR) ([525a167](https://github.com/ChristopherVR/pptx-viewer/commit/525a1673aad8ce00625ad0e0758b949b516c7141))
|
|
327
|
+
- **e2e:** Drop binding-specific selectors from the new present specs (by @ChristopherVR) ([4db83a8](https://github.com/ChristopherVR/pptx-viewer/commit/4db83a8c401f3b3586784b7244ca131511757023))
|
|
328
|
+
|
|
74
329
|
## [1.8.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.8.1) - 2026-07-31
|
|
75
330
|
|
|
331
|
+
### Bug Fixes
|
|
332
|
+
|
|
333
|
+
- **shared:** Match PowerPoint's morph dissolve windows and half-turn direction (by @ChristopherVR) ([661c250](https://github.com/ChristopherVR/pptx-viewer/commit/661c250ff429f0d8ea2f0bb5e2992a7d57af0353))
|
|
334
|
+
- **shared:** Stop morph pairing a shape with the group that wraps it (by @ChristopherVR) ([d240498](https://github.com/ChristopherVR/pptx-viewer/commit/d240498388734b5e81b238036856d891f86f2570))
|
|
335
|
+
- **core:** Stop an interactive sequence adding a phantom click step (by @ChristopherVR) ([65a4738](https://github.com/ChristopherVR/pptx-viewer/commit/65a4738a6eb8fd0b34999c52dd7e1244c5f0e6b5))
|
|
336
|
+
- **shared:** Resolve the timed slide auto-advance delay (by @ChristopherVR) ([beba8cc](https://github.com/ChristopherVR/pptx-viewer/commit/beba8ccb834f1eb04db305d68ac31d40beda4232))
|
|
337
|
+
- **vanilla:** Make the slide show's transitions visible on a large display (by @ChristopherVR) ([ef02b5e](https://github.com/ChristopherVR/pptx-viewer/commit/ef02b5e8f00398f4bb59d41c3918104b5b074654))
|
|
338
|
+
|
|
339
|
+
### Refactor
|
|
340
|
+
|
|
341
|
+
- **shared:** Break the morph-matching <-> morph-flatten import cycle (by @ChristopherVR) ([92223c5](https://github.com/ChristopherVR/pptx-viewer/commit/92223c542d357d2831b4b3641180fec20c264dc1))
|
|
342
|
+
|
|
76
343
|
## [1.8.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.8.0) - 2026-07-31
|
|
77
344
|
|
|
345
|
+
### Features
|
|
346
|
+
|
|
347
|
+
- **shared:** Morph a !!-named shape across a grouping boundary (by @ChristopherVR) ([c74847d](https://github.com/ChristopherVR/pptx-viewer/commit/c74847dd53ef3344c4624c036a2f806ea62794c1))
|
|
348
|
+
|
|
349
|
+
### Bug Fixes
|
|
350
|
+
|
|
351
|
+
- **shared:** Morph rotates the short way round, like PowerPoint (by @ChristopherVR) ([255d0b5](https://github.com/ChristopherVR/pptx-viewer/commit/255d0b5541bdf12d66ab773090fee179072eb852))
|
|
352
|
+
- **shared:** Honour the legacy spd speed, including for morph (by @ChristopherVR) ([ab796b9](https://github.com/ChristopherVR/pptx-viewer/commit/ab796b94e27fa8addbad5f70578b4c9a591c1b11))
|
|
353
|
+
- **shared:** Keep a morphing object solid instead of dipping to the background (by @ChristopherVR) ([5f2b518](https://github.com/ChristopherVR/pptx-viewer/commit/5f2b518d39c16eeb207f70ea1df2583405022611))
|
|
354
|
+
|
|
78
355
|
## [1.7.6](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.7.6) - 2026-07-30
|
|
79
356
|
|
|
357
|
+
### Bug Fixes
|
|
358
|
+
|
|
359
|
+
- **shared:** Stop morph id-pairing shapes whose creationId GUIDs differ (by @ChristopherVR) ([b9afc84](https://github.com/ChristopherVR/pptx-viewer/commit/b9afc844f0cab88ed44b25236f21b4628f1309a6))
|
|
360
|
+
|
|
80
361
|
## [1.7.5](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.7.5) - 2026-07-30
|
|
81
362
|
|
|
363
|
+
### Bug Fixes
|
|
364
|
+
|
|
365
|
+
- **core:** Stamp the endParaRPr size on an empty paragraph's separator (by @ChristopherVR) ([2b18374](https://github.com/ChristopherVR/pptx-viewer/commit/2b1837473bdde04bc41f9593f444a096dd4196b8))
|
|
366
|
+
- **shared:** PowerPoint-exact line height, blank-line strut, marker indent reset (by @ChristopherVR) ([7f7181b](https://github.com/ChristopherVR/pptx-viewer/commit/7f7181b2d4ec36f990b157964c2aa648d291b20f))
|
|
367
|
+
|
|
82
368
|
## [1.7.4](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.7.4) - 2026-07-30
|
|
83
369
|
|
|
370
|
+
### Bug Fixes
|
|
371
|
+
|
|
372
|
+
- **shared:** Restate the static transform in every morph keyframe (by @ChristopherVR) ([075a645](https://github.com/ChristopherVR/pptx-viewer/commit/075a6454fe4a5a17e79e2b2adb213ea2e21ccfb0))
|
|
373
|
+
|
|
84
374
|
## [1.7.3](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.7.3) - 2026-07-30
|
|
85
375
|
|
|
376
|
+
### Bug Fixes
|
|
377
|
+
|
|
378
|
+
- **shared:** Stop morph pairing nearby shapes of very different sizes; 2s default (by @ChristopherVR) ([3d49c67](https://github.com/ChristopherVR/pptx-viewer/commit/3d49c672089ae26008f24f8cce7160ef22709507))
|
|
379
|
+
|
|
86
380
|
## [1.7.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.7.2) - 2026-07-30
|
|
87
381
|
|
|
382
|
+
### Bug Fixes
|
|
383
|
+
|
|
384
|
+
- **shared:** Crossfade a morph pair whose GROUP children changed (by @ChristopherVR) ([7492f26](https://github.com/ChristopherVR/pptx-viewer/commit/7492f26a236659f2c15a99c36a92023f7da6cbbc))
|
|
385
|
+
|
|
88
386
|
## [1.7.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.7.1) - 2026-07-29
|
|
89
387
|
|
|
388
|
+
### Bug Fixes
|
|
389
|
+
|
|
390
|
+
- **core:** Keep grouped text at its authored point size (by @ChristopherVR) ([56f676a](https://github.com/ChristopherVR/pptx-viewer/commit/56f676a850a510fa405361d58c849e4a7adb3bea))
|
|
391
|
+
- **shared:** Keep authored blank lines and give the bullet its hanging box (by @ChristopherVR) ([0a8de56](https://github.com/ChristopherVR/pptx-viewer/commit/0a8de560f117fdaeb06374e61e49a2cf4e1372b7))
|
|
392
|
+
- **shared:** Make morph animate a near-duplicate slide pair (by @ChristopherVR) ([e73ade7](https://github.com/ChristopherVR/pptx-viewer/commit/e73ade737892f3b46a79eb183370a86e3f8b59fe))
|
|
393
|
+
- **vanilla:** Render authored blank lines and drop the bullet spacer (by @ChristopherVR) ([b85c2c7](https://github.com/ChristopherVR/pptx-viewer/commit/b85c2c7e48b7dcc4388406d410dcdf9fe320e168))
|
|
394
|
+
|
|
90
395
|
## [1.7.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.7.0) - 2026-07-27
|
|
91
396
|
|
|
397
|
+
### Features
|
|
398
|
+
|
|
399
|
+
- **shared:** Morph transition render plan and paragraph strut basis (by @ChristopherVR) ([94cfddd](https://github.com/ChristopherVR/pptx-viewer/commit/94cfddd2afc9ab20f294f6aa08ddf95fff7f5213))
|
|
400
|
+
|
|
401
|
+
### Bug Fixes
|
|
402
|
+
|
|
403
|
+
- **core:** Parse morph, fontRef text colour, and unsized bullets correctly (by @ChristopherVR) ([7607996](https://github.com/ChristopherVR/pptx-viewer/commit/7607996123e493ed1f33a6891e444f3b02bb2ed9))
|
|
404
|
+
- **vanilla:** Play morph transitions and re-base paragraph line boxes (by @ChristopherVR) ([6f863d6](https://github.com/ChristopherVR/pptx-viewer/commit/6f863d69f9da582afbbcd308b174239056fea477))
|
|
405
|
+
|
|
92
406
|
## [1.6.3](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.6.3) - 2026-07-27
|
|
93
407
|
|
|
94
408
|
### Dependencies
|
|
@@ -104,8 +418,26 @@ by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
|
104
418
|
|
|
105
419
|
## [1.6.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.6.1) - 2026-07-26
|
|
106
420
|
|
|
421
|
+
### Testing
|
|
422
|
+
|
|
423
|
+
- **e2e:** Cover remote presence geometry in every binding (by @ChristopherVR) ([adb9b3c](https://github.com/ChristopherVR/pptx-viewer/commit/adb9b3c180d3f7fce1bd175dfc0b29d385937a51))
|
|
424
|
+
|
|
107
425
|
## [1.6.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.6.0) - 2026-07-26
|
|
108
426
|
|
|
427
|
+
### Features
|
|
428
|
+
|
|
429
|
+
- **shared:** Lock the audience display out of edit mode (by @ChristopherVR) ([79dc876](https://github.com/ChristopherVR/pptx-viewer/commit/79dc8768ff599e662c4291861b340c2939001f84))
|
|
430
|
+
- **shared:** Seed a slide as fully built, and keep audience input inert (by @ChristopherVR) ([6acdf5e](https://github.com/ChristopherVR/pptx-viewer/commit/6acdf5e02c6d727828433ba067942e72d6547922))
|
|
431
|
+
|
|
432
|
+
### Bug Fixes
|
|
433
|
+
|
|
434
|
+
- **core:** Keep the click step's own start conditions (by @ChristopherVR) ([755a4b2](https://github.com/ChristopherVR/pptx-viewer/commit/755a4b2e38dff73c9c460a5318c1fce913880328))
|
|
435
|
+
- **shared:** Play a slide's opening build without a click (by @ChristopherVR) ([9d0ecec](https://github.com/ChristopherVR/pptx-viewer/commit/9d0ecec007d1f7ef48ecbd97429b55073352a487))
|
|
436
|
+
- **vanilla:** Auto-play the opening build and lock the audience display (by @ChristopherVR) ([e8dcf41](https://github.com/ChristopherVR/pptx-viewer/commit/e8dcf4133243609653006dff6d51d41c6a899a75))
|
|
437
|
+
- **core:** Paint useBgFill shapes with the slide background (by @ChristopherVR) ([f819817](https://github.com/ChristopherVR/pptx-viewer/commit/f81981744c637368d1ef0d87b1ba884e634c938a))
|
|
438
|
+
- **shared:** Ripple a by-paragraph build that also iterates (by @ChristopherVR) ([73238d5](https://github.com/ChristopherVR/pptx-viewer/commit/73238d590217f8c61e86c9f065d19436dd6b699b))
|
|
439
|
+
- **vanilla:** Render staged text builds, hold back on a back step (by @ChristopherVR) ([cf2909b](https://github.com/ChristopherVR/pptx-viewer/commit/cf2909b927e0f3f7b6867c29b168303baf365aeb))
|
|
440
|
+
|
|
109
441
|
## [1.5.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.5.0) - 2026-07-25
|
|
110
442
|
|
|
111
443
|
### Dependencies
|
|
@@ -120,16 +452,65 @@ by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
|
120
452
|
|
|
121
453
|
## [1.4.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.4.0) - 2026-07-25
|
|
122
454
|
|
|
455
|
+
### Features
|
|
456
|
+
|
|
457
|
+
- **shared:** Rule for advancing a show from the presenter slide pane (by @ChristopherVR) ([ee2d0f5](https://github.com/ChristopherVR/pptx-viewer/commit/ee2d0f584dd042eeee89c57ec3c33335208bde28))
|
|
458
|
+
|
|
459
|
+
### Bug Fixes
|
|
460
|
+
|
|
461
|
+
- **core:** Rotate OOXML gradient angles into CSS space (by @ChristopherVR) ([eebf128](https://github.com/ChristopherVR/pptx-viewer/commit/eebf128df224247eb06ea1731c9418fcc36189f9))
|
|
462
|
+
- **shared:** Rotate OOXML gradient angles into CSS space (by @ChristopherVR) ([406d78b](https://github.com/ChristopherVR/pptx-viewer/commit/406d78b2471ec171fe5cbd8b2ef6abb3216c3c3b))
|
|
463
|
+
- **shared:** Parse playFrom media commands in linear time (by @ChristopherVR) ([60820b1](https://github.com/ChristopherVR/pptx-viewer/commit/60820b10ebf641ec2adf6c6d1089fe9f2bc4e490))
|
|
464
|
+
- Svelte border width for selected element (by @ChristopherVR) ([b1dccd1](https://github.com/ChristopherVR/pptx-viewer/commit/b1dccd192edb7509ed8b59e76a3e638dbef0e3af))
|
|
465
|
+
- **core:** Honour a:noFill and stop painting hidden fills/lines (by @ChristopherVR) ([ae13541](https://github.com/ChristopherVR/pptx-viewer/commit/ae1354188b1c5d2bd5843dc36a7c438ba1d83c00))
|
|
466
|
+
|
|
123
467
|
## [1.3.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.3.1) - 2026-07-24
|
|
124
468
|
|
|
469
|
+
### Bug Fixes
|
|
470
|
+
|
|
471
|
+
- **core:** Preserve native bullets and boundary spaces ([#107](https://github.com/ChristopherVR/pptx-viewer/issues/107)) ([7ed0971](https://github.com/ChristopherVR/pptx-viewer/commit/7ed09718d2fc439b129ee5ed23c8f5c41fe399ba))
|
|
472
|
+
- **vanilla:** Enable touch move/resize of elements on mobile (by @ChristopherVR) ([e51b768](https://github.com/ChristopherVR/pptx-viewer/commit/e51b76812659478c76b8f2d11e692d947985534e))
|
|
473
|
+
|
|
125
474
|
## [1.3.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.3.0) - 2026-07-24
|
|
126
475
|
|
|
476
|
+
### Features
|
|
477
|
+
|
|
478
|
+
- **shared:** Powerpoint-accurate slide-show keyboard map (by @ChristopherVR) ([fdf55d4](https://github.com/ChristopherVR/pptx-viewer/commit/fdf55d45779e090c36aa994cdc17fae8f01df79b))
|
|
479
|
+
- **vanilla:** Follow PowerPoint's slide-show shortcuts (by @ChristopherVR) ([629903c](https://github.com/ChristopherVR/pptx-viewer/commit/629903c8c1ecab33e5dde40ffef42a88e8bde94e))
|
|
480
|
+
- **react:** Give the slide-show menu PowerPoint's full command set (by @ChristopherVR) ([33c826d](https://github.com/ChristopherVR/pptx-viewer/commit/33c826d887c69e5103b0f0148e9ee1b1c17b16b0))
|
|
481
|
+
|
|
127
482
|
## [1.2.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.2.1) - 2026-07-23
|
|
128
483
|
|
|
484
|
+
### Refactor
|
|
485
|
+
|
|
486
|
+
- **vanilla:** Extract the collab controller's public types (by @ChristopherVR) ([9c06b9c](https://github.com/ChristopherVR/pptx-viewer/commit/9c06b9cfebfe33fcab7047e7cbe918152a164a75))
|
|
487
|
+
|
|
129
488
|
## [1.2.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.2.0) - 2026-07-23
|
|
130
489
|
|
|
490
|
+
### Features
|
|
491
|
+
|
|
492
|
+
- **shared:** Live-patch channel for interim collaboration state (by @ChristopherVR) ([efdcc1e](https://github.com/ChristopherVR/pptx-viewer/commit/efdcc1e13ef824f6b26f3c92ba199e0da732b164))
|
|
493
|
+
- **shared:** Make a departing collaborator actually leave the room (by @ChristopherVR) ([6af3d8c](https://github.com/ChristopherVR/pptx-viewer/commit/6af3d8ce9933946a5420f1a21c8de55cf7da3548))
|
|
494
|
+
|
|
495
|
+
### Bug Fixes
|
|
496
|
+
|
|
497
|
+
- **vanilla:** Publish inline-editor typing to peers before commit (by @ChristopherVR) ([ab2875c](https://github.com/ChristopherVR/pptx-viewer/commit/ab2875c60047bbd94dad44eea5274f3cd80cb7bc))
|
|
498
|
+
- **vanilla:** Leave the collab room when the document is destroyed (by @ChristopherVR) ([e10b2f9](https://github.com/ChristopherVR/pptx-viewer/commit/e10b2f93e07ddd2cf64dff25d23ecec0238f28c6))
|
|
499
|
+
|
|
500
|
+
### Other
|
|
501
|
+
|
|
502
|
+
- Peers leave the room synchronously on frame teardown (no ghost collaborators) (by @ChristopherVR) ([ae9acad](https://github.com/ChristopherVR/pptx-viewer/commit/ae9acad9cfe65ee8dfa6a9676152b6c1abab5b0f))
|
|
503
|
+
|
|
504
|
+
### Refactor
|
|
505
|
+
|
|
506
|
+
- **shared:** Split the live-patch module and escape its NUL key separator (by @ChristopherVR) ([6362b22](https://github.com/ChristopherVR/pptx-viewer/commit/6362b22135da6b7503113799f2631f8085ea49c5))
|
|
507
|
+
|
|
131
508
|
## [1.1.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.1.0) - 2026-07-23
|
|
132
509
|
|
|
510
|
+
### Features
|
|
511
|
+
|
|
512
|
+
- **vanilla:** Remote selection highlights; fix mobile notes strip + follow bar (by @ChristopherVR) ([c4ac6f8](https://github.com/ChristopherVR/pptx-viewer/commit/c4ac6f850d607cfda3461cabe33ad3eff497a6d8))
|
|
513
|
+
|
|
133
514
|
## [1.0.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@1.0.0) - 2026-07-23
|
|
134
515
|
|
|
135
516
|
### Features
|
|
@@ -155,16 +536,73 @@ by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
|
155
536
|
|
|
156
537
|
## [0.17.5](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.17.5) - 2026-07-19
|
|
157
538
|
|
|
539
|
+
### Bug Fixes
|
|
540
|
+
|
|
541
|
+
- **core:** Preserve rich cell text, per-paragraph pPr and font fidelity (#68, #69, #83, #84, #85) (by @ChristopherVR) ([4d61e0e](https://github.com/ChristopherVR/pptx-viewer/commit/4d61e0ee4210bbe2897d58e3376539f1ea708a35))
|
|
542
|
+
- **shared:** Route exotic transitions to faithful p14 keyframes ([#80](https://github.com/ChristopherVR/pptx-viewer/issues/80)) (by @ChristopherVR) ([80b972d](https://github.com/ChristopherVR/pptx-viewer/commit/80b972d7a59bbb77fc8d80ae86bf6f97eb80a8b7))
|
|
543
|
+
- **shared:** Keep unmapped animation presets from stranding elements ([#81](https://github.com/ChristopherVR/pptx-viewer/issues/81)) (by @ChristopherVR) ([caf4e5e](https://github.com/ChristopherVR/pptx-viewer/commit/caf4e5e78db3fd2800cf6d1ae45e1a8248679435))
|
|
544
|
+
- **shared:** Render chart markers, helper lines and pie/bar options (#88, #89, #72, #97) (by @ChristopherVR) ([042bd01](https://github.com/ChristopherVR/pptx-viewer/commit/042bd01af29921a29c9e3f548a290ccf582492e9))
|
|
545
|
+
- **core:** Wire viewProps.xml into load and default it on save (#90, #96) (by @ChristopherVR) ([2e6616e](https://github.com/ChristopherVR/pptx-viewer/commit/2e6616e89c256a75c560fb3af634b39646ee9a84))
|
|
546
|
+
- **core:** Recompute app.xml TitlesOfParts and HeadingPairs on save ([#91](https://github.com/ChristopherVR/pptx-viewer/issues/91)) (by @ChristopherVR) ([87585a7](https://github.com/ChristopherVR/pptx-viewer/commit/87585a74526746b35029da6d8844037f2e46add4))
|
|
547
|
+
- **core:** Round-trip cNvSpPr txBox and cover spLocks serialization ([#92](https://github.com/ChristopherVR/pptx-viewer/issues/92)) (by @ChristopherVR) ([9feb36b](https://github.com/ChristopherVR/pptx-viewer/commit/9feb36b96d55e6b4822d33d570182871a3ab6cd0))
|
|
548
|
+
- **shared:** Recompute connector flip and use real connection sites ([#93](https://github.com/ChristopherVR/pptx-viewer/issues/93)) (by @ChristopherVR) ([fa67196](https://github.com/ChristopherVR/pptx-viewer/commit/fa67196bfc737e5ec21a7c771abc3cb6355888fc))
|
|
549
|
+
- **core:** Resolve SmartArt dsp blip fills and enumerate nested shapes ([#73](https://github.com/ChristopherVR/pptx-viewer/issues/73)) (by @ChristopherVR) ([ff08821](https://github.com/ChristopherVR/pptx-viewer/commit/ff088215aeebdfdca5da73ee8a92b533c7218737))
|
|
550
|
+
- **core:** Parse SmartArt colour lists and presLayoutVars ([#94](https://github.com/ChristopherVR/pptx-viewer/issues/94)) (by @ChristopherVR) ([7917f71](https://github.com/ChristopherVR/pptx-viewer/commit/7917f714cb9d53b0a7df3e9d2d3c083963f03478))
|
|
551
|
+
- **core:** Remap custom-show and section slide refs on reorder/remove ([#96](https://github.com/ChristopherVR/pptx-viewer/issues/96)) (by @ChristopherVR) ([9f83519](https://github.com/ChristopherVR/pptx-viewer/commit/9f83519fd4fef7ac6a1fb7868408f531cc998b43))
|
|
552
|
+
- **core:** Embed non-data-URL slide background images on save ([#100](https://github.com/ChristopherVR/pptx-viewer/issues/100)) (by @ChristopherVR) ([61da958](https://github.com/ChristopherVR/pptx-viewer/commit/61da958b29295926b14bb24d576854e001b8cc7c))
|
|
553
|
+
- **core:** Round-trip gradient/pattern line fills and gradient tileRect/grpFill (#87, #97) (by @ChristopherVR) ([3942594](https://github.com/ChristopherVR/pptx-viewer/commit/3942594d22081a6228055219d30aab5bbb128e58))
|
|
554
|
+
- **core:** Broaden table-style fills/text and apply corner-cell fills ([#95](https://github.com/ChristopherVR/pptx-viewer/issues/95)) (by @ChristopherVR) ([c2cab10](https://github.com/ChristopherVR/pptx-viewer/commit/c2cab10bd031b596ccaa1afa7481ee857713251b))
|
|
555
|
+
- **shared:** Enforce transition advanceOnClick in Vue/Angular/Svelte/Vanilla ([#82](https://github.com/ChristopherVR/pptx-viewer/issues/82)) (by @ChristopherVR) ([66d489b](https://github.com/ChristopherVR/pptx-viewer/commit/66d489b41d899e09d856d004d49d1eb17258d457))
|
|
556
|
+
- **core:** Render chart invertIfNegative and fix SDK generator containers ([#97](https://github.com/ChristopherVR/pptx-viewer/issues/97)) (by @ChristopherVR) ([888b9c7](https://github.com/ChristopherVR/pptx-viewer/commit/888b9c75da46c771b2817895b95787e7eb036bc6))
|
|
557
|
+
- **core:** Round-trip explicit run/paragraph text properties and fix colour maths ([#98](https://github.com/ChristopherVR/pptx-viewer/issues/98)) (by @ChristopherVR) ([3fe3ced](https://github.com/ChristopherVR/pptx-viewer/commit/3fe3ced01abf9f8666cbb93be11a9e3c3b960ee3))
|
|
558
|
+
- **core:** Apply animation easing, sound loop, comment resolved and p14 media embed ([#98](https://github.com/ChristopherVR/pptx-viewer/issues/98)) (by @ChristopherVR) ([e7c1fd6](https://github.com/ChristopherVR/pptx-viewer/commit/e7c1fd65441d4b5e017a18b596b1fec16ca7d8ec))
|
|
559
|
+
|
|
158
560
|
## [0.17.4](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.17.4) - 2026-07-19
|
|
159
561
|
|
|
562
|
+
### Bug Fixes
|
|
563
|
+
|
|
564
|
+
- **core:** Write sp3d colours as valid hex and preserve scene3d (#67, #86) (by @ChristopherVR) ([d30f5a7](https://github.com/ChristopherVR/pptx-viewer/commit/d30f5a754921d3c396856be8a7bbfc2b7233f2dd))
|
|
565
|
+
- **core:** Parse and render group rotation and flip ([#70](https://github.com/ChristopherVR/pptx-viewer/issues/70)) (by @ChristopherVR) ([5bb820a](https://github.com/ChristopherVR/pptx-viewer/commit/5bb820a3ee4d66f7b2810decce45b3a3b752884f))
|
|
566
|
+
- **core:** Resolve table-style borders from tcBdr ([#71](https://github.com/ChristopherVR/pptx-viewer/issues/71)) (by @ChristopherVR) ([1e8c072](https://github.com/ChristopherVR/pptx-viewer/commit/1e8c0726640b12723532bfe9e1f544841d1f021f))
|
|
567
|
+
- **shared:** Render per-point chart dPt fills and pie varyColors ([#72](https://github.com/ChristopherVR/pptx-viewer/issues/72)) (by @ChristopherVR) ([6184c10](https://github.com/ChristopherVR/pptx-viewer/commit/6184c106a1a0ff5c874211dd741bb08d1e8fdf8c))
|
|
568
|
+
- **core:** Parse gradient and pattern fills on SmartArt dsp shapes ([#73](https://github.com/ChristopherVR/pptx-viewer/issues/73)) (by @ChristopherVR) ([6b94c9a](https://github.com/ChristopherVR/pptx-viewer/commit/6b94c9a5aa16a663b2720f28d92d1823fd4cc631))
|
|
569
|
+
- **core:** Decode real InkML contentPart traces to SVG paths ([#74](https://github.com/ChristopherVR/pptx-viewer/issues/74)) (by @ChristopherVR) ([8204f7c](https://github.com/ChristopherVR/pptx-viewer/commit/8204f7cb9805d6ce9d893940a0a3e5c217fab69e))
|
|
570
|
+
- **core:** Resolve themed bullet colour via parseColor ([#75](https://github.com/ChristopherVR/pptx-viewer/issues/75)) (by @ChristopherVR) ([ba311d5](https://github.com/ChristopherVR/pptx-viewer/commit/ba311d57e17aa9a61a0ffc60fef4689b4cb1389c))
|
|
571
|
+
- **core:** Honour fly-in/out animation direction via presetSubtype ([#76](https://github.com/ChristopherVR/pptx-viewer/issues/76)) (by @ChristopherVR) ([316a7db](https://github.com/ChristopherVR/pptx-viewer/commit/316a7db02ad12f135b27635f01ecae1287a44adf))
|
|
572
|
+
- **core:** Parse p15 prstTrans transitions and stop spurious cut ([#77](https://github.com/ChristopherVR/pptx-viewer/issues/77)) (by @ChristopherVR) ([a32260e](https://github.com/ChristopherVR/pptx-viewer/commit/a32260e6d391ae1ed2b98a13b958ccb137bc1347))
|
|
573
|
+
- **core:** Serialize justLow/dist/thaiDist paragraph alignment ([#78](https://github.com/ChristopherVR/pptx-viewer/issues/78)) (by @ChristopherVR) ([59a882a](https://github.com/ChristopherVR/pptx-viewer/commit/59a882a60d43f83e9b8189063838f7ea4d2a5502))
|
|
574
|
+
- **core:** Flag embedded media as embedded, not linked ([#79](https://github.com/ChristopherVR/pptx-viewer/issues/79)) (by @ChristopherVR) ([0decc64](https://github.com/ChristopherVR/pptx-viewer/commit/0decc64d2c5b7b5c1bd3cd469bed6910c5766957))
|
|
575
|
+
|
|
160
576
|
## [0.17.3](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.17.3) - 2026-07-19
|
|
161
577
|
|
|
578
|
+
### Bug Fixes
|
|
579
|
+
|
|
580
|
+
- **core:** Themed background text, colour and geometry fidelity (by @ChristopherVR) ([a8fc2be](https://github.com/ChristopherVR/pptx-viewer/commit/a8fc2bea2407f70bc3df4008be5c152d107cc3eb))
|
|
581
|
+
- **shared:** Render freeform fills via clip-path and correct flip/rotate order (by @ChristopherVR) ([7122f43](https://github.com/ChristopherVR/pptx-viewer/commit/7122f43c7ff9bae5bf0278d2753a6209bc1821af))
|
|
582
|
+
|
|
162
583
|
## [0.17.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.17.2) - 2026-07-19
|
|
163
584
|
|
|
585
|
+
### Bug Fixes
|
|
586
|
+
|
|
587
|
+
- **core:** Stop truncating interleaved custom-geometry paths ([#66](https://github.com/ChristopherVR/pptx-viewer/issues/66)) (by @ChristopherVR) ([9bbac7d](https://github.com/ChristopherVR/pptx-viewer/commit/9bbac7d024fbad8ccd476f7e2a5d993ce1ad2b1b))
|
|
588
|
+
|
|
589
|
+
### Performance
|
|
590
|
+
|
|
591
|
+
- **core:** Cache layout/master XML during background resolution (by @ChristopherVR) ([9eea305](https://github.com/ChristopherVR/pptx-viewer/commit/9eea3057d62825f2c6355cf9891123a77df0c8fb))
|
|
592
|
+
|
|
164
593
|
## [0.17.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.17.1) - 2026-07-18
|
|
165
594
|
|
|
595
|
+
### Bug Fixes
|
|
596
|
+
|
|
597
|
+
- **core:** Load themed backgrounds and inherited placeholders ([#66](https://github.com/ChristopherVR/pptx-viewer/issues/66)) (by @ChristopherVR) ([bed627b](https://github.com/ChristopherVR/pptx-viewer/commit/bed627bc4e2abb5c897e7e9b49fb27735f5e01a1))
|
|
598
|
+
|
|
166
599
|
## [0.17.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.17.0) - 2026-07-18
|
|
167
600
|
|
|
601
|
+
### Features
|
|
602
|
+
|
|
603
|
+
- **shared:** PowerPoint File > Options parity model (by @ChristopherVR) ([b1f041d](https://github.com/ChristopherVR/pptx-viewer/commit/b1f041d2396520e3d04c30172a4842f725c7c655))
|
|
604
|
+
- **vanilla:** PowerPoint-style File > Options dialog (by @ChristopherVR) ([81ba347](https://github.com/ChristopherVR/pptx-viewer/commit/81ba34734ef9d3df45ebe8f1deb03ae0058700b0))
|
|
605
|
+
|
|
168
606
|
## [0.16.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.16.1) - 2026-07-18
|
|
169
607
|
|
|
170
608
|
### Documentation
|
|
@@ -191,8 +629,26 @@ by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
|
191
629
|
|
|
192
630
|
## [0.13.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.13.0) - 2026-07-18
|
|
193
631
|
|
|
632
|
+
### Features
|
|
633
|
+
|
|
634
|
+
- **vanilla:** Ribbon and chrome parity with React (by @ChristopherVR) ([c385ee9](https://github.com/ChristopherVR/pptx-viewer/commit/c385ee9a83f6d2228767bb489b97bf57d404aef5))
|
|
635
|
+
- **vanilla:** Full React-parity Properties sections in the inspector (by @ChristopherVR) ([c8ef0c0](https://github.com/ChristopherVR/pptx-viewer/commit/c8ef0c021237a3a130e4c192ee07b19ee9500916))
|
|
636
|
+
|
|
637
|
+
### Bug Fixes
|
|
638
|
+
|
|
639
|
+
- **vanilla:** Stop the 24px tap-target floor from ballooning small controls (by @ChristopherVR) ([297e3cf](https://github.com/ChristopherVR/pptx-viewer/commit/297e3cfffd603165b3079b9444320369a11fb7b3))
|
|
640
|
+
|
|
194
641
|
## [0.12.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.12.0) - 2026-07-17
|
|
195
642
|
|
|
643
|
+
### Features
|
|
644
|
+
|
|
645
|
+
- **vanilla:** Persist theme/language switching and add a real Account page (by @ChristopherVR) ([c6959e0](https://github.com/ChristopherVR/pptx-viewer/commit/c6959e094a2d3ba044ecac6cced6076394ab40de))
|
|
646
|
+
|
|
647
|
+
### Other
|
|
648
|
+
|
|
649
|
+
- Integrate React theme/language switching and Account page (by @ChristopherVR) ([2fb0854](https://github.com/ChristopherVR/pptx-viewer/commit/2fb0854ed4f4505dbb22889aa6c4e5d3c2540094))
|
|
650
|
+
- Integrate Vanilla theme/language persistence and Account page (by @ChristopherVR) ([d86984f](https://github.com/ChristopherVR/pptx-viewer/commit/d86984fdd63c3305c3f3f4654b7be0d719514896))
|
|
651
|
+
|
|
196
652
|
## [0.11.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.11.0) - 2026-07-17
|
|
197
653
|
|
|
198
654
|
### Features
|
|
@@ -205,6 +661,18 @@ by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
|
205
661
|
|
|
206
662
|
## [0.10.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.10.0) - 2026-07-17
|
|
207
663
|
|
|
664
|
+
### Features
|
|
665
|
+
|
|
666
|
+
- **shared:** Add theme/locale catalogs, viewer prefs storage, and account model (by @ChristopherVR) ([9b9ad18](https://github.com/ChristopherVR/pptx-viewer/commit/9b9ad1888507dc879693f5d9b844ddcaabad909a))
|
|
667
|
+
|
|
668
|
+
### Bug Fixes
|
|
669
|
+
|
|
670
|
+
- **shared:** Add missing toolbar-actions module (by @ChristopherVR) ([21144f5](https://github.com/ChristopherVR/pptx-viewer/commit/21144f525fcd4aff77ec42dc98cdd599c98cddf9))
|
|
671
|
+
|
|
672
|
+
### Styling
|
|
673
|
+
|
|
674
|
+
- Fix oxfmt formatting drift blocking CI (by @ChristopherVR) ([4f26420](https://github.com/ChristopherVR/pptx-viewer/commit/4f26420ce8db8eae9176f315a6450d843054e2a6))
|
|
675
|
+
|
|
208
676
|
## [0.9.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.9.1) - 2026-07-17
|
|
209
677
|
|
|
210
678
|
### Dependencies
|
|
@@ -229,6 +697,19 @@ by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
|
229
697
|
|
|
230
698
|
## [0.7.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.7.0) - 2026-07-15
|
|
231
699
|
|
|
700
|
+
### Features
|
|
701
|
+
|
|
702
|
+
- **viewer:** Complete shared e2e parity (by @ChristopherVR) ([170bc74](https://github.com/ChristopherVR/pptx-viewer/commit/170bc74f21dc1c4c5a1d7c5583cf5c8656a312d3))
|
|
703
|
+
|
|
704
|
+
### Bug Fixes
|
|
705
|
+
|
|
706
|
+
- **viewer:** Align inspector and status chrome (by @ChristopherVR) ([0a4b38a](https://github.com/ChristopherVR/pptx-viewer/commit/0a4b38a851f42ec7dbc18b097904bfaa4e95a67c))
|
|
707
|
+
- **viewer:** Align responsive mobile chrome (by @ChristopherVR) ([547f98c](https://github.com/ChristopherVR/pptx-viewer/commit/547f98cb37705aff9c36a6098f7cb6986101992f))
|
|
708
|
+
|
|
709
|
+
### Testing
|
|
710
|
+
|
|
711
|
+
- **viewer:** Enforce framework-neutral e2e parity (by @ChristopherVR) ([7389c7e](https://github.com/ChristopherVR/pptx-viewer/commit/7389c7e7586e7ce926400a096945b7e51448f709))
|
|
712
|
+
|
|
232
713
|
## [0.6.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.6.0) - 2026-07-13
|
|
233
714
|
|
|
234
715
|
### Features
|
|
@@ -249,12 +730,59 @@ by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
|
249
730
|
|
|
250
731
|
## [0.5.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.5.1) - 2026-07-13
|
|
251
732
|
|
|
733
|
+
### Bug Fixes
|
|
734
|
+
|
|
735
|
+
- **core:** Open Office-encrypted pptx files (by @ChristopherVR) ([51aa670](https://github.com/ChristopherVR/pptx-viewer/commit/51aa670e8ca78d78323f55766b1a4c0e8b366c00))
|
|
736
|
+
|
|
252
737
|
## [0.5.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.5.0) - 2026-07-11
|
|
253
738
|
|
|
739
|
+
### Features
|
|
740
|
+
|
|
741
|
+
- **core:** Add canonical collaboration field-schema (by @ChristopherVR) ([cc78c1e](https://github.com/ChristopherVR/pptx-viewer/commit/cc78c1ed352fac3f69180ec2846d1df3e1dbd377))
|
|
742
|
+
- **vanilla:** Full collaboration presence + UI (Share/Broadcast/cursors) (by @ChristopherVR) ([5cc6c89](https://github.com/ChristopherVR/pptx-viewer/commit/5cc6c898c53aa6b4d8e111c9ad25e6b963e3a797))
|
|
743
|
+
- **shared:** Add the office colour swatch catalogue (by @ChristopherVR) ([41135a0](https://github.com/ChristopherVR/pptx-viewer/commit/41135a0f8687550cb17ded1451fa8f361fc975b1))
|
|
744
|
+
- **vanilla:** Add Draw ribbon tab shell with tool/colour/width controls (by @ChristopherVR) ([353191b](https://github.com/ChristopherVR/pptx-viewer/commit/353191b1f206bc06808e5d93b48f87ac032d9c2a))
|
|
745
|
+
- **vanilla:** Add history-integrated ink stroke commit/erase actions (by @ChristopherVR) ([29aaab5](https://github.com/ChristopherVR/pptx-viewer/commit/29aaab53d323ccfb9bb35c640ebfb7c5bb9793f9))
|
|
746
|
+
- **vanilla:** Wire pen/highlighter/eraser pointer gestures on the stage (by @ChristopherVR) ([360596a](https://github.com/ChristopherVR/pptx-viewer/commit/360596a34bc262db1893e424a20d2e5a34186c69))
|
|
747
|
+
|
|
748
|
+
### Bug Fixes
|
|
749
|
+
|
|
750
|
+
- **shared:** Close CRDT allowlist data-loss gaps, add binary asset map (by @ChristopherVR) ([60ad222](https://github.com/ChristopherVR/pptx-viewer/commit/60ad2226bc4f3450c2992362e9fcceaac77f2ccf))
|
|
751
|
+
|
|
254
752
|
## [0.4.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.4.0) - 2026-07-11
|
|
255
753
|
|
|
754
|
+
### Features
|
|
755
|
+
|
|
756
|
+
- **vanilla:** Insert media, chart, equation, smartart, action button, field (by @ChristopherVR) ([7e70a21](https://github.com/ChristopherVR/pptx-viewer/commit/7e70a21fbc489e915c83c13528ac492ba5bd83ff))
|
|
757
|
+
- **vanilla:** Add Design, Transitions, and Animations ribbon tabs (by @ChristopherVR) ([5c2058e](https://github.com/ChristopherVR/pptx-viewer/commit/5c2058ea6e5281c122019ff174fd2b98065d9cf0))
|
|
758
|
+
- **shared:** Add text wrap/autofit, image adjustments, and table inspector helpers (by @ChristopherVR) ([54b2eda](https://github.com/ChristopherVR/pptx-viewer/commit/54b2eda35254bc75257932568442396a5f343708))
|
|
759
|
+
- **vanilla:** Element-type-aware property inspector panels (by @ChristopherVR) ([5bd1fb4](https://github.com/ChristopherVR/pptx-viewer/commit/5bd1fb4837a17d7125e05e111328220ab0eb3659))
|
|
760
|
+
|
|
761
|
+
### Documentation
|
|
762
|
+
|
|
763
|
+
- **shared:** Add i18n keys for the vanilla Design tab theme gallery (by @ChristopherVR) ([593ea23](https://github.com/ChristopherVR/pptx-viewer/commit/593ea230e61f606056ffc013e2fdb82bea70738b))
|
|
764
|
+
|
|
256
765
|
## [0.3.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.3.0) - 2026-07-11
|
|
257
766
|
|
|
767
|
+
### Features
|
|
768
|
+
|
|
769
|
+
- **vanilla:** Add tabbed ribbon shell with File/Home/Insert/View tabs (by @ChristopherVR) ([43594c6](https://github.com/ChristopherVR/pptx-viewer/commit/43594c6b675a067748714a4b0ce3f30a2e57e909))
|
|
770
|
+
- **vanilla:** Wire Ctrl+C/X/V clipboard shortcuts into the editor keyboard (by @ChristopherVR) ([423b3e3](https://github.com/ChristopherVR/pptx-viewer/commit/423b3e32d7877ebc9d8a465f07b2af992ce65ca0))
|
|
771
|
+
|
|
772
|
+
### Bug Fixes
|
|
773
|
+
|
|
774
|
+
- **shared,react,vue,angular:** Make the Aa Change Case dropdown actually rewrite text (by @ChristopherVR) ([d84fd78](https://github.com/ChristopherVR/pptx-viewer/commit/d84fd788097253cf8b9281eca35af35caad20dce))
|
|
775
|
+
|
|
776
|
+
### Refactor
|
|
777
|
+
|
|
778
|
+
- **shared:** Extract clipboard, shape-preset, and text-format catalogs from react (by @ChristopherVR) ([b9d7cc9](https://github.com/ChristopherVR/pptx-viewer/commit/b9d7cc9b061b8c9dcaad91038136349c9360080d))
|
|
779
|
+
- **shared:** Dedupe change-case logic against text-case-transform (by @ChristopherVR) ([d007c07](https://github.com/ChristopherVR/pptx-viewer/commit/d007c070fb5bf8573bd8ac6dbeae160b46fc2dde))
|
|
780
|
+
- **vanilla:** Move ribbon primary/nav row CSS out of css.ts (by @ChristopherVR) ([477ddd8](https://github.com/ChristopherVR/pptx-viewer/commit/477ddd8c2c49d1754058914f4fb46d63afe8d728))
|
|
781
|
+
|
|
782
|
+
### Testing
|
|
783
|
+
|
|
784
|
+
- **vanilla:** Cover the ribbon tab registry, insert grid, and clipboard group (by @ChristopherVR) ([cee383f](https://github.com/ChristopherVR/pptx-viewer/commit/cee383fc4bc8c55832c2fb9a6ad56db24bf3cf7b))
|
|
785
|
+
|
|
258
786
|
## [0.2.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vanilla-viewer@0.2.0) - 2026-07-11
|
|
259
787
|
|
|
260
788
|
### Features
|