Vance Ingalls
c691869e22
chore: release v0.7.78
2026-07-28 05:27:29 -07:00
Miguel Ángel
3c857d768b
chore: release v0.7.77
2026-07-28 02:12:41 +00:00
James
5cad2bc312
chore: release v0.7.76
2026-07-27 05:08:40 +00:00
James
45b458c007
chore: release v0.7.75
2026-07-27 03:38:16 +00:00
James Russo
0cc78c1d42
chore: release v0.7.74 ( #2818 )
2026-07-26 21:57:54 -04:00
James
527751c871
chore: release v0.7.73
2026-07-26 21:25:03 +00:00
James Russo
72ae39e3d0
chore: release v0.7.72 ( #2800 )
2026-07-26 02:01:10 -04:00
James
d07d1874b6
chore: release v0.7.71
2026-07-24 19:03:16 +00:00
Vance Ingalls
b9c3e3a4b6
chore: release v0.7.70
2026-07-23 20:59:30 -07:00
James
f0034228f5
chore: release v0.7.69
2026-07-23 12:03:36 -07:00
Hblee
dd7378bbd9
fix(sdk): keep <br> line breaks editable and uncorrupted in setText ( #2742 )
...
A `<br>` is a void element but `resolveSingleChildTextTarget` treated a lone
`<br>` child as the element's text target. So `getOwnText(<h1>A<br>B</h1>)`
read the `<br>`'s (empty) textContent → `text: null`, which consumers surface
as "not editable", and `setOwnText` wrote into the `<br>`, corrupting it
(serialized as invalid `</br>`).
Exclude void elements from the single-child text target; read `<br>` as "\n";
and rebuild the text/`<br>` run from the newline-separated value on write,
reusing existing `<br>` nodes so their identity (data-hf-id) survives an
in-place edit.
2026-07-23 08:34:30 -07:00
James
71d84ff27f
chore: release v0.7.68
2026-07-22 04:41:54 +00:00
James
4b6bb8ffa9
chore: release v0.7.67
2026-07-21 23:51:05 +00:00
Miguel Angel Simon Sierra
84841b8dae
chore: release v0.7.66
2026-07-21 14:36:22 +02:00
James
835fa899c7
chore: release v0.7.65
2026-07-21 04:45:59 +00:00
James
ab8b50afd7
refactor(repo): resolve changed-code audit
2026-07-20 11:59:57 -07:00
James
3454a80eb2
test(repo): execute packed subpaths
2026-07-18 18:27:44 -04:00
James
8d9d9c016e
refactor(repo): centralize package subpaths
2026-07-18 15:58:23 -04:00
Miguel Ángel
11cd61d1e3
chore: release v0.7.64 ( #2630 )
...
Release HyperFrames v0.7.64.
2026-07-18 15:02:20 -04:00
Miguel Ángel
feb675a89d
chore: release v0.7.63 ( #2628 )
2026-07-18 04:44:56 -04:00
Miguel Ángel
7f76170956
chore: release v0.7.62 ( #2626 )
2026-07-17 22:02:49 -04:00
Vance Ingalls
c268f5ba85
chore: release v0.7.61
2026-07-17 01:07:09 -07:00
James Russo
21cb722ebd
refactor(core): unify composition contract ( #2157 )
...
* refactor(core): unify composition contract
* fix(parsers): parse start expressions linearly
2026-07-16 02:44:22 -04:00
Miguel Ángel
0f287ee0b6
chore: release v0.7.60
2026-07-16 05:26:57 +00:00
Vance Ingalls
4682da14f1
fix(sdk): attachSync re-syncs the override snapshot on iframe load
2026-07-15 14:50:41 -07:00
Vance Ingalls
db5e062211
feat(sdk): getVariableValue({ base: true }) reads pre-override declared defaults
2026-07-15 14:50:33 -07:00
Vance Ingalls
ff3b1541e5
chore: release v0.7.59
2026-07-15 11:57:49 -07:00
Miguel Ángel
4b0b89e8b1
chore: release v0.7.58 ( #2446 )
2026-07-14 16:15:59 -04:00
Miguel Ángel
90be05019b
chore: release v0.7.57 ( #2393 )
2026-07-14 00:29:29 -04:00
Miguel Ángel
94c2e0f6eb
chore: release v0.7.56
2026-07-13 07:04:42 +00:00
Vance Ingalls
c830aa83c5
chore: release v0.7.55
2026-07-12 11:52:53 -07:00
Vance Ingalls
ae4946e624
chore: release v0.7.54
2026-07-11 17:15:24 -07:00
Miguel Angel Simon Sierra
3b081a44ae
chore: release v0.7.53
2026-07-11 15:59:07 -04:00
Vance Ingalls
7498eb4a3a
chore: release v0.7.52
2026-07-10 19:47:59 -07:00
Vance Ingalls
2d17e34b90
Merge pull request #2189 from heygen-com/fix/sdk-template-gsap-resolver-parity
...
fix(sdk): include template GSAP scripts in resolver parity
2026-07-10 18:22:34 -07:00
Vance Ingalls
a61f7de8d7
fix(sdk): align template script traversal
2026-07-10 17:36:09 -07:00
Miguel Ángel
598dd8b350
chore: release v0.7.51 ( #2188 )
2026-07-10 20:16:15 -04:00
Vance Ingalls
46602d75f4
fix(sdk): include template GSAP scripts in resolver parity
2026-07-10 16:55:19 -07:00
Miguel Angel Simon Sierra
1d97ddaf8c
chore: release v0.7.50
2026-07-10 18:48:40 -04:00
Vance Ingalls
6152437d2a
chore: release v0.7.49
2026-07-10 09:57:48 -07:00
Miguel Ángel
3fd340f6ba
chore: release v0.7.48 ( #2118 )
2026-07-09 21:49:58 -04:00
Miguel Angel Simon Sierra
3aa1cf0d83
chore: release v0.7.47
2026-07-09 20:34:59 -04:00
James
8de80bf369
feat(sdk,studio): editable template sub-compositions + promote sub-comp element properties
2026-07-09 13:31:04 -07:00
James
f7ee0768ae
feat(core): declarative variable bindings — data-var-src, data-var-text, css custom props
2026-07-09 13:31:03 -07:00
James
bc0e0b314b
fix(studio): code-review and live-test fixes for the variables stack
2026-07-09 13:31:03 -07:00
James
b34ad85165
feat(studio): variables inspector panel with live preview values
2026-07-09 13:31:03 -07:00
James
91831f3f8e
feat(sdk): variable usage scan + preview-values adapter seam
2026-07-09 13:31:02 -07:00
James Russo
839881a98e
feat(sdk): variable declaration edit ops (declare/update/remove) ( #2047 )
2026-07-09 13:29:24 -07:00
James Russo
fcbd4cb0f6
feat(sdk): variable declaration read apis + browser-safe variables entry ( #2046 )
2026-07-09 13:15:21 -07:00
Vance Ingalls
030fded71d
chore: release v0.7.46
2026-07-09 12:01:33 -07:00