Skip to content

chore(release): version packages#101

Merged
karthikmudunuri merged 1 commit into
mainfrom
changeset-release/main
Jun 12, 2026
Merged

chore(release): version packages#101
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.21.1

Patch Changes

  • 94e348b: fix(render): emit a valid SVG <image> for image-fill backgrounds

    renderDeckToSvg rendered a slide's image-fill background as a CSS background
    shorthand inside an SVG fill="…" attribute — fill="center / cover no-repeat url("data:image…")". That is not valid SVG (a non-paint value plus nested
    unescaped quotes); browsers tolerate it, but strict rasterisers
    (@resvg/resvg-js, librsvg, batik) reject it, blocking a Chromium-free
    parsePptx → renderDeckToSvg → resvg → PNG path.

    The pptx importer stores image backgrounds as a CSS shorthand, but the
    renderer's image-ref detection only inspected the start of the value, so the
    shorthand fell through to the fill path. The renderer now recognises a
    url(...) anywhere in the value and emits a real <image> element
    (preserveAspectRatio = slice for cover, meet for contain). A lock-in
    test asserts every rendered slide is valid SVG a strict XML parser accepts,
    with an image-background slide as the regression case.

website@0.0.36

Patch Changes

  • Updated dependencies [94e348b]
    • @textcortex/slidewise@1.21.1

@github-actions github-actions Bot force-pushed the changeset-release/main branch from cc7fcbc to b0563c7 Compare June 12, 2026 10:58
@karthikmudunuri karthikmudunuri merged commit f7273c8 into main Jun 12, 2026
1 check passed
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