Skip to content

Commit a8ccfb8

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

5 files changed

Lines changed: 22 additions & 14 deletions

File tree

.changeset/fix-synth-zorder.md

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

packages/slidewise/CHANGELOG.md

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

3+
## 1.18.1
4+
5+
### Patch Changes
6+
7+
- f16cfa5: fix(pptx): respect z-order for synthesised content (charts, custGeom shapes, connectors)
8+
9+
Synthesised spTree content was always inserted at the back of the slide, so an
10+
in-app chart / custGeom "SVG" / connector with a higher z than its background
11+
card was buried behind that card (and its shadow) and rendered invisible. Each
12+
synth item now anchors directly on top of the pptxgenjs node it sits above
13+
(matched by shape name), preserving the deck's z-order, and only falls to the
14+
back when it is genuinely below every model element.
15+
316
## 1.18.0
417

518
### 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.18.0",
3+
"version": "1.18.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.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f16cfa5]
8+
- @textcortex/slidewise@1.18.1
9+
310
## 0.0.30
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.30",
3+
"version": "0.0.31",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)