From bc62b34a2d023e6719df5feb27b64baa6a0170fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 08:18:45 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/solid-fill-alpha.md | 17 ----------------- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- packages/preview/CHANGELOG.md | 17 +++++++++++++++++ packages/preview/package.json | 2 +- 5 files changed, 36 insertions(+), 19 deletions(-) delete mode 100644 .changeset/solid-fill-alpha.md diff --git a/.changeset/solid-fill-alpha.md b/.changeset/solid-fill-alpha.md deleted file mode 100644 index c2d9bbe8..00000000 --- a/.changeset/solid-fill-alpha.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -'@office-kit/pptx': minor -'@office-kit/pptx-preview': patch ---- - -Read and render the transparency of solid fills and outlines. - -`@office-kit/pptx` adds `getShapeFillOpacity`, `getShapeStrokeOpacity`, and -`resolveDrawingColorOpacity`, which resolve `` / `` / -`` on a color to a 0–1 opacity. `getShapeFillColorResolved` and -`getShapeStrokeColorResolved` keep returning the plain `#RRGGBB`. - -`@office-kit/pptx-preview` now emits `fill-opacity` / `stroke-opacity` for -translucent solid fills and outlines, including artwork inherited from slide -layouts and masters. A semi-transparent shape layered over a gradient or the -slide background previously rendered as an opaque block that hid whatever sat -beneath it. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6baaa1ef..1416a99b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # pptx-kit +## 0.13.0 + +### Minor Changes + +- 104f7d2: Read and render the transparency of solid fills and outlines. + + `@office-kit/pptx` adds `getShapeFillOpacity`, `getShapeStrokeOpacity`, and + `resolveDrawingColorOpacity`, which resolve `` / `` / + `` on a color to a 0–1 opacity. `getShapeFillColorResolved` and + `getShapeStrokeColorResolved` keep returning the plain `#RRGGBB`. + + `@office-kit/pptx-preview` now emits `fill-opacity` / `stroke-opacity` for + translucent solid fills and outlines, including artwork inherited from slide + layouts and masters. A semi-transparent shape layered over a gradient or the + slide background previously rendered as an opaque block that hid whatever sat + beneath it. + ## 0.12.0 ### Minor Changes diff --git a/package.json b/package.json index 92ff8b05..cf285135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@office-kit/pptx", - "version": "0.12.0", + "version": "0.13.0", "description": "Generate and edit .pptx (OOXML PresentationML) files from TypeScript, in Node and the browser.", "keywords": [ "drawingml", diff --git a/packages/preview/CHANGELOG.md b/packages/preview/CHANGELOG.md index 3b18c833..f96d2ec5 100644 --- a/packages/preview/CHANGELOG.md +++ b/packages/preview/CHANGELOG.md @@ -1,5 +1,22 @@ # pptx-kit-preview +## 0.9.3 + +### Patch Changes + +- 104f7d2: Read and render the transparency of solid fills and outlines. + + `@office-kit/pptx` adds `getShapeFillOpacity`, `getShapeStrokeOpacity`, and + `resolveDrawingColorOpacity`, which resolve `` / `` / + `` on a color to a 0–1 opacity. `getShapeFillColorResolved` and + `getShapeStrokeColorResolved` keep returning the plain `#RRGGBB`. + + `@office-kit/pptx-preview` now emits `fill-opacity` / `stroke-opacity` for + translucent solid fills and outlines, including artwork inherited from slide + layouts and masters. A semi-transparent shape layered over a gradient or the + slide background previously rendered as an opaque block that hid whatever sat + beneath it. + ## 0.9.2 ### Patch Changes diff --git a/packages/preview/package.json b/packages/preview/package.json index a756cef8..b36805e5 100644 --- a/packages/preview/package.json +++ b/packages/preview/package.json @@ -1,6 +1,6 @@ { "name": "@office-kit/pptx-preview", - "version": "0.9.2", + "version": "0.9.3", "description": "Experimental preview renderer for @office-kit/pptx: render a slide to SVG (browser + Node) or rasterize it to a PNG/RGBA image in Node, with no browser binary.", "keywords": [ "ooxml",