Skip to content

chore(release): version packages#72

Merged
karthikmudunuri merged 1 commit into
mainfrom
changeset-release/main
May 31, 2026
Merged

chore(release): version packages#72
karthikmudunuri merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@textcortex/slidewise@1.16.2

Patch Changes

  • 71f96cb: fix(pptx): resolve theme colours when persisting verbatim custGeom, so brand-coloured vectors qualify for cross-process replay

    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.

    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.

website@0.0.25

Patch Changes

  • Updated dependencies [71f96cb]
    • @textcortex/slidewise@1.16.2

@karthikmudunuri karthikmudunuri merged commit ff3c7ac into main May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant