6244 Commits

Author SHA1 Message Date
github-actions[bot]
06dbfe56ca [ci] release @marko/runtime-tags@6.0.61 @marko/translator-interop-class-tags@0.2.45 2025-09-04 13:09:49 -07:00
LuLaValva
5bba517de0 chore: update tests 2025-09-04 12:14:41 -07:00
LuLaValva
7ddccabf97 chore: add changeset 2025-09-04 12:14:41 -07:00
LuLaValva
061129f550 fix: static placeholders 2025-09-04 12:14:41 -07:00
dpiercey
61ffaf55d7 refactor: rename runtime apis to snake_case 2025-09-04 12:01:55 -07:00
dpiercey
a697ebb7ae fix: error on const mutation 2025-09-03 20:15:30 -07:00
dpiercey
81ec94eea9 fix: isolate binding resolution to per file 2025-09-03 19:04:12 -07:00
github-actions[bot]
2b2a955000 [ci] release @marko/runtime-tags@6.0.60 2025-09-03 10:26:05 -07:00
dpiercey
eef940f805 fix: closure binding sort order 2025-09-03 09:34:00 -07:00
github-actions[bot]
1874581034 [ci] release @marko/runtime-tags@6.0.59 @marko/translator-interop-class-tags@0.2.44 2025-09-02 18:29:44 -07:00
Luke LaValva
22028ab95f
feat: allow override for <id> tag (#2795) 2025-09-02 15:22:15 -07:00
github-actions[bot]
c4170df664 [ci] release @marko/runtime-tags@6.0.58 2025-09-02 08:47:54 -07:00
dpiercey
803b187049 fix: change handler binding issues 2025-09-02 08:27:07 -07:00
Luke LaValva
9e5a53259e
feat: include links to docs in error messages (#2796)
* feat: link to docs in errors

* chore: update tests

* chore: add changeset
2025-09-02 08:16:40 -07:00
github-actions[bot]
a612e5aa5d [ci] release @marko/runtime-tags@6.0.57 2025-08-30 16:24:26 -07:00
dpiercey
d7271e7198 fix: register functions passed as return value 2025-08-30 15:57:35 -07:00
dpiercey
663c3b14c7 fix: issue mutating tag variables in non registered intersection function 2025-08-30 15:57:35 -07:00
github-actions[bot]
252255d145 [ci] release @marko/runtime-tags@6.0.56 2025-08-29 16:37:56 -07:00
dpiercey
5446f784c6 fix: reduce function registration in tag expressions 2025-08-29 15:43:33 -07:00
dpiercey
9c4b2d874a feat: only register static functions with serializable downstreams 2025-08-29 15:43:33 -07:00
dpiercey
76abc09b85 fix: improve function reference tracking binding downstreams 2025-08-29 15:43:33 -07:00
dpiercey
b5059580c1 perf: eagerly register functions in some known cases 2025-08-29 15:43:33 -07:00
dpiercey
4f0ff62053 fix: avoid registering static functions passed to native event handlers 2025-08-29 15:43:33 -07:00
dpiercey
0b3663b3b2 fix: setup function registry analysis, avoid registering functions with only call expressions 2025-08-29 05:58:30 -07:00
github-actions[bot]
8422c586e3 [ci] release @marko/runtime-tags@6.0.55 @marko/translator-interop-class-tags@0.2.43 marko@5.37.51 2025-08-28 11:10:34 -07:00
dpiercey
df07bb6ec8 fix: tags/class interop walk order 2025-08-28 11:04:28 -07:00
github-actions[bot]
1091291ae2 [ci] release @marko/runtime-tags@6.0.54 @marko/translator-interop-class-tags@0.2.42 marko@5.37.50 2025-08-28 08:29:36 -07:00
dpiercey
bbde0e8415 fix: class/tags compat improvements 2025-08-28 08:03:43 -07:00
github-actions[bot]
20f45d39b1 [ci] release @marko/runtime-tags@6.0.53 @marko/translator-interop-class-tags@0.2.41 marko@5.37.49 2025-08-27 16:55:12 -07:00
dpiercey
506539cbb1 fix: improve class/tags interop flush orchestration 2025-08-27 16:36:46 -07:00
Luke LaValva
0265d6b67e
fix(marko6): walks string (#2781) 2025-08-27 10:33:09 -07:00
github-actions[bot]
cf5a81a023 [ci] release @marko/runtime-tags@6.0.52 @marko/translator-interop-class-tags@0.2.40 marko@5.37.48 2025-08-26 16:19:11 -07:00
dpiercey
f388228ade fix: misc tags api compat improvements 2025-08-26 15:53:02 -07:00
dpiercey
0b3bc7275b chore: pretty print script code for snapshots 2025-08-26 15:53:02 -07:00
dpiercey
157fbf58a1 fix: avoid serializing closures for non serialized sections 2025-08-26 15:53:02 -07:00
github-actions[bot]
2d348e77cf
[ci] release (#2778)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@marko/runtime-tags@6.0.51 @marko/translator-interop-class-tags@0.2.39
2025-08-26 09:22:58 -07:00
Luke LaValva
e8856c8209
fix: dynamic tag content (#2777)
* fix: dynamic tag content

* chore: add changeset

* Update tangy-ghosts-cough.md
2025-08-26 09:14:07 -07:00
github-actions[bot]
34b88ac564 [ci] release @marko/runtime-tags@6.0.50 2025-08-20 09:37:35 -07:00
dpiercey
ff7a87935e fix: ensure functions deserialize after scopes complete 2025-08-20 09:29:49 -07:00
github-actions[bot]
034ed9be50 [ci] release @marko/runtime-tags@6.0.49 marko@5.37.47 2025-08-20 09:07:44 -07:00
dpiercey
f1399079f9 fix: special case meta tag content attribute 2025-08-20 08:59:56 -07:00
dpiercey
7680160917 fix: improve types 2025-08-20 08:59:56 -07:00
github-actions[bot]
bb0e06ffcb [ci] release @marko/runtime-tags@6.0.48 @marko/translator-interop-class-tags@0.2.38 marko@5.37.46 2025-08-19 07:57:31 -07:00
dpiercey
6027c1e981 fix: tags api compat runtime improvements 2025-08-19 07:51:20 -07:00
dpiercey
9c66e30094 fix: invalid compat import in prod builds 2025-08-19 07:51:20 -07:00
dpiercey
0dd9c7c50a fix: improve runtimeId and renderId error messages 2025-08-19 07:51:20 -07:00
dpiercey
9b529e62d2 fix: mark template as interactive in more cases 2025-08-19 07:51:20 -07:00
github-actions[bot]
716d533cdc [ci] release @marko/runtime-tags@6.0.47 2025-08-15 21:08:18 -07:00
dpiercey
b7776cf762 fix: tags api runtime id 2025-08-15 21:02:06 -07:00
github-actions[bot]
9c8b689a22 [ci] release marko@5.37.45 2025-08-15 18:27:22 -07:00