Skip to content

Commit f155641

Browse files
chore(release): version packages (#85)
Co-authored-by: karthikmudunuri <102793643+karthikmudunuri@users.noreply.github.com>
1 parent 83683e3 commit f155641

5 files changed

Lines changed: 27 additions & 19 deletions

File tree

.changeset/grpfill-inheritance.md

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

packages/slidewise/CHANGELOG.md

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

3+
## 1.17.1
4+
5+
### Patch Changes
6+
7+
- 83683e3: fix(pptx): render `<a:grpFill/>` shapes by inheriting the group's fill
8+
9+
Decorative line-art (e.g. the swoosh graphic on a title slide) is often
10+
authored as many `<a:custGeom>` segments inside a single `<p:grpSp>`, with every
11+
segment declaring `<a:grpFill/>` so they share the group's one translucent
12+
colour. `parsePptx` had no `grpFill` branch, so each segment fell through to
13+
`transparent` and the entire graphic disappeared on import — present in the
14+
source but invisible in the deck.
15+
16+
The group's resolved fill is now threaded down to descendants, and a shape with
17+
`<a:grpFill/>` paints with it (walking up the group chain when an inner group
18+
defines no fill of its own). Geometry was already preserved; only the paint was
19+
being dropped.
20+
321
## 1.17.0
422

523
### Minor 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.17.0",
3+
"version": "1.17.1",
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.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [83683e3]
8+
- @textcortex/slidewise@1.17.1
9+
310
## 0.0.28
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.28",
3+
"version": "0.0.29",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)