5755 Commits

Author SHA1 Message Date
dpiercey
33a1ba61cd feat: add <for> tag runtime 2024-10-28 10:18:37 -07:00
github-actions[bot]
da16f94cd1 [ci] release @marko/compiler@5.37.21 marko@5.35.30 2024-10-25 17:59:48 -07:00
dpiercey
033adb92de fix: ensure onError called for optional taglibs 2024-10-25 17:54:40 -07:00
github-actions[bot]
64003a46bb [ci] release @marko/babel-utils@6.5.8 @marko/compiler@5.37.20 @marko/translator-default@6.0.21 @marko/translator-interop-class-tags@0.1.27 @marko/translator-tags@0.2.14 marko@5.35.29 2024-10-25 14:46:02 -07:00
dpiercey
40b41dadfa fix: incorrect function registry name 2024-10-25 14:38:00 -07:00
dpiercey
ea95de1dea fix: avoid babel startColumn api for now 2024-10-25 14:38:00 -07:00
LuLaValva
212fbd063d chore: add changeset 2024-10-24 15:38:26 -07:00
LuLaValva
0715aee1c2 fix: ts was not finding .marko files 2024-10-24 15:38:26 -07:00
github-actions[bot]
82560356ae [ci] release @marko/translator-default@6.0.20 @marko/translator-tags@0.2.13 marko@5.35.28 2024-10-23 11:45:45 -07:00
dpiercey
719d8a10fd refactor: improve types for visitor exports 2024-10-23 10:33:12 -07:00
dpiercey
54bd2792af fix: issue with optional types being mutated instead of cloned 2024-10-23 10:33:12 -07:00
dpiercey
6e8765300d fix: remove extraneous runtime helper 2024-10-23 10:33:12 -07:00
dpiercey
b920f86328 fix: incorrect attr tag type definition 2024-10-23 10:33:12 -07:00
github-actions[bot]
62b6bf7c44 [ci] release @marko/runtime-tags@0.1.15 @marko/translator-interop-class-tags@0.1.26 @marko/translator-tags@0.2.12 2024-10-22 10:29:29 -07:00
dpiercey
8fe4e50225 refactor: share html parser with template and dynamic html 2024-10-22 10:24:25 -07:00
dpiercey
bdbe303724 fix: remove bindFunction api, support serialized element references 2024-10-22 10:24:25 -07:00
dpiercey
427cb87f5f fix: remove bind renderer 2024-10-22 10:24:25 -07:00
dpiercey
e4a6d8b46c fix: make templates renders, cleanup dynamic tags 2024-10-22 10:24:25 -07:00
dpiercey
7199f879a6 fix: remove Before/After walk codes 2024-10-21 09:24:48 -07:00
dpiercey
b582929fbd fix: ensure change handler errors are in debug mode 2024-10-21 09:24:48 -07:00
dpiercey
def0e6c308 fix: prefer ||= over ??= 2024-10-21 09:24:48 -07:00
dpiercey
76b7a00163 fix: refactor template parsing 2024-10-21 09:24:48 -07:00
Luke LaValva
13d039f307
feat(tags-api): custom tags from local variables must be PascalCase (#2328) 2024-10-18 15:09:51 -07:00
github-actions[bot]
3ca55b9936 [ci] release marko@5.35.27 2024-10-17 12:18:44 -07:00
dpiercey
807b7255eb chore: deprecate the Marko.RepeatableAttrTags type and update docs/guidance 2024-10-17 12:13:20 -07:00
github-actions[bot]
7dbde59c63
[ci] release (#2325)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/compiler@5.37.19 @marko/translator-default@6.0.19 marko@5.35.26
2024-10-17 11:00:20 -07:00
Ryan Turnquist
4776e334ed
fix: direct import of tags in translator-default (#2324) 2024-10-17 10:48:01 -07:00
github-actions[bot]
daaa49d006 [ci] release @marko/compiler@5.37.18 @marko/translator-tags@0.2.11 marko@5.35.25 2024-10-16 12:49:42 -07:00
dpiercey
420405db95 fix: remove default compiler cache clearing 2024-10-16 12:21:50 -07:00
github-actions[bot]
b2924d964d [ci] release @marko/compiler@5.37.17 @marko/translator-default@6.0.18 marko@5.35.24 2024-10-11 16:07:05 -07:00
dpiercey
13b32707ed fix: optimize style/script tag diffing in vdom 2024-10-11 16:02:06 -07:00
dpiercey
a9da4d64cf fix: dynamic tag regression 2024-10-11 16:02:06 -07:00
github-actions[bot]
e74fa8f098 [ci] release @marko/compiler@5.37.16 @marko/translator-default@6.0.17 marko@5.35.23 2024-10-10 14:08:35 -07:00
dpiercey
1dbb189976 fix: issue with empty nullable native tags 2024-10-10 14:03:34 -07:00
dpiercey
3fca231022
fix: test race condition marko@5.35.22 2024-10-10 10:32:07 -07:00
github-actions[bot]
1e9d224205 [ci] release 2024-10-10 10:26:14 -07:00
dpiercey
e57e706a90 fix: expose v3 helpers 2024-10-10 10:14:43 -07:00
dpiercey
1e2c903cb1 fix: trailing in order await before reorder runtime blocking resolved out of order awaits 2024-10-10 10:14:43 -07:00
github-actions[bot]
84c3ab4c3c
[ci] release (#2311)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.35.21
2024-10-09 13:34:58 -07:00
Luke LaValva
4bab09c3ab
fix: throw error instead of printing CDATA (#2312)
* fix: error when using cdata (Marko 6)
2024-10-09 13:27:58 -07:00
LuLaValva
5d4742ec15 refactor: remove unused reconcilers 2024-10-09 13:27:08 -07:00
dpiercey
5b4ffa85d4 fix: add back marko v3 legacy helpers 2024-10-09 13:25:38 -07:00
dpiercey
75d0ab8301 fix: downgrade minimatch 2024-10-09 13:08:51 -07:00
Luke LaValva
a279d09349
docs: add warning about overserialization (#2308) 2024-10-08 13:22:41 -07:00
github-actions[bot]
7b6bf89c23 [ci] release @marko/babel-utils@6.5.7 @marko/compiler@5.37.15 @marko/runtime-tags@0.1.14 @marko/translator-default@6.0.16 @marko/translator-interop-class-tags@0.1.25 @marko/translator-tags@0.2.10 marko@5.35.20 2024-10-03 16:40:23 -07:00
dpiercey
f06d4b0559 chore: fix babel regression 2024-10-03 16:17:06 -07:00
Ryan Turnquist
2a971ce661
Fix cleanup (#2309)
* fix: cleanup nested scopes

* fix: ensure child scopes get written for custom and dynamic tags

* fix: add downstream intersections to `intersection` signals

* fix: lazy intersections in dom compilation, make order irrelevant

* fix: use symbol for tag extra member
2024-10-01 13:57:33 -07:00
Michael Rawlings
4d8eb53c73
fix: upgrade babel/it-fails, fix VComment (#2306)
- updated VComment to not assume the host is the document
- regenerated lockfile, primarily to update @babel/generate
- updated it-fails to get a fix for an issue that caused the process to exit early
- updated lots of snapshots that had whitespace changes due to @babel/generate changes
2024-09-27 14:22:57 -04:00
github-actions[bot]
ab914dc527
[ci] release (#2304)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/compiler@5.37.14 marko@5.35.19
2024-09-25 18:08:34 -07:00
Ryan Turnquist
e6d117b67a
fix: add frame property to compile errors (#2303) 2024-09-25 17:48:36 -07:00