Skip to content

Commit ff3c7ac

Browse files
chore(release): version packages (#72)
Co-authored-by: karthikmudunuri <102793643+karthikmudunuri@users.noreply.github.com>
1 parent 71f96cb commit ff3c7ac

5 files changed

Lines changed: 19 additions & 11 deletions

File tree

.changeset/custgeom-schemeclr-selfcontain.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/slidewise/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @textcortex/slidewise
22

3+
## 1.16.2
4+
5+
### Patch Changes
6+
7+
- 71f96cb: fix(pptx): resolve theme colours when persisting verbatim custGeom, so brand-coloured vectors qualify for cross-process replay
8+
9+
The cross-process verbatim-replay fix (1.16.1) only stamped a custGeom shape's source `<p:sp>` into the deck JSON when the XML was fully self-contained — and it _excluded_ anything referencing a theme colour (`<a:schemeClr>`). Brand marks are almost always filled with a theme accent (e.g. E.ON red is `schemeClr val="accent2"`), so the very shapes this was meant to fix (the bicycle) were skipped and fell back to the lossy synth path — still blank.
10+
11+
The importer now **resolves** `<a:schemeClr>` references to literal `<a:srgbClr>` against the slide's theme before persisting, instead of bailing. Both elements accept the same child transforms (`lumMod`, `alpha`, …) so the swap is lossless — only the colour source changes from a theme reference to a baked hex, making the fragment valid without the source theme. Shapes that still reference media (`r:embed`/`r:id`/`r:link`) or carry a colour token absent from the theme remain on the synth path.
12+
313
## 1.16.1
414

515
### Patch Changes

packages/slidewise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textcortex/slidewise",
3-
"version": "1.16.1",
3+
"version": "1.16.2",
44
"description": "Embeddable React PPTX editor.",
55
"license": "MIT",
66
"type": "module",

website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# website
22

3+
## 0.0.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [71f96cb]
8+
- @textcortex/slidewise@1.16.2
9+
310
## 0.0.24
411

512
### Patch Changes

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)