Skip to content

Commit a3bc116

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

5 files changed

Lines changed: 27 additions & 19 deletions

File tree

.changeset/intero-import-fidelity.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.16.4
4+
5+
### Patch Changes
6+
7+
- a085c8d: fix(pptx): import-fidelity fixes for think-cell / brand-template decks
8+
9+
- Skip shapes flagged `hidden="1"` (e.g. think-cell "do not delete" data objects)
10+
- Render run-level text highlight (`<a:rPr><a:highlight>`) end to end
11+
- Apply `cap="all"`/`"small"` (including when inherited from a placeholder list style) as a render-time letter-case transform
12+
- Derive font weight from weight-named families ("Gilroy ExtraBold" → 800, "… Medium" → 500, …) so substitute fonts render at the right heaviness
13+
- Tables: per-cell fills, text colours, per-side borders, proportional column widths / row heights, cell spans (`gridSpan`/`hMerge`/`rowSpan`/`vMerge`), per-cell vertical anchor, and rich per-cell runs (highlight / bold / ✓ glyphs / bullet line breaks). Unfilled cells stay transparent instead of inheriting a sibling fill
14+
- Map Wingdings bullet glyphs to Unicode (`ü`→✓, `q`→☐, `§`→▪, …)
15+
- Bullets: repeat a character bullet across in-paragraph line breaks, suppress the glyph on empty paragraphs, and trim trailing empty paragraphs
16+
- Synthesise block-arrow paths (`down`/`up`/`left`/`rightArrow`) and resolve outline colour from `<p:style><a:lnRef>` so dashed/outlined shapes draw
17+
- Keep a text-bearing preset or custom-geometry shape's fill, border, and corner radius behind its text (roundRect callouts, outlined chevrons)
18+
- Honour `<a:bodyPr><a:spAutoFit>` no-wrap for short single-line labels; skip the arrow-tip text inset on no-fill label shapes
19+
- Render per-paragraph hanging-indent bullets as one block per line so multi-line items align correctly
20+
321
## 1.16.3
422

523
### Patch 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.16.3",
3+
"version": "1.16.4",
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.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a085c8d]
8+
- @textcortex/slidewise@1.16.4
9+
310
## 0.0.26
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.26",
3+
"version": "0.0.27",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)