5725 Commits

Author SHA1 Message Date
Luke LaValva
3a820ad213
feat: transform for binding syntax (#2271) 2024-08-13 09:12:08 -07:00
github-actions[bot]
4668c8a2e4 [ci] release marko@5.35.8 2024-08-08 14:59:36 -07:00
dpiercey
18bcddb64b chore: update snapshots 2024-08-08 14:12:51 -07:00
dpiercey
07072eb4e2 chore: upgrade deps and eslint config 2024-08-08 14:12:51 -07:00
Luke LaValva
b7e8f77e0f
fix: allow assignments before tag variables are initialized (#2266) 2024-08-08 09:34:33 -07:00
Luke LaValva
1ab93fd048
feat(attr-tags): naive rendering, no conditionals (#2228) 2024-08-08 09:24:59 -07:00
Luke LaValva
d06ef6bdf6
feat(tags-api): add tests for compiler errors (#2225) 2024-08-08 08:38:18 -07:00
Michael Rawlings
b5332168b7
Add open graph attributes to type defs (#2267)
* Add open graph attributes to type defs
2024-08-06 12:40:41 -04:00
Dylan Piercey
a3378e265f
Tags API: New HTML writer implementation (#2268)
* feat: new tags api writer
2024-08-05 18:42:08 -04:00
github-actions[bot]
9b618c09d6 [ci] release @marko/translator-default@6.0.6 marko@5.35.7 2024-07-26 11:44:02 -07:00
Luke LaValva
992753e695
fix: code coverage in for-of loops (#2264)
* fix: sourcemaps in for loops

* chore: add changeset
2024-07-26 11:28:26 -07:00
github-actions[bot]
2e0be72b69 [ci] release marko@5.35.6 2024-07-23 21:43:31 -07:00
Voon Siong Wong
daa22a88d9
chore: add popover attribute (#2261) 2024-07-23 21:31:53 -07:00
Ryan Turnquist
40d406799d
feat: controllable let (#2258) 2024-07-10 14:04:37 -07:00
github-actions[bot]
556769014c [ci] release @marko/babel-utils@6.5.1 @marko/compiler@5.37.4 @marko/runtime-tags@0.1.7 @marko/translator-default@6.0.5 @marko/translator-interop-class-tags@0.1.18 @marko/translator-tags@0.2.2 marko@5.35.5 2024-06-20 09:57:19 -07:00
dpiercey
bfe85d1877 fix: ensure exports loaded when in node_modules folder 2024-06-20 09:49:37 -07:00
dpiercey
339c28dd59 fix: allow duplicate macros with a warning instead of an error 2024-06-20 09:49:37 -07:00
github-actions[bot]
e491e45948
[ci] release (#2251)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.35.4
2024-06-14 09:14:34 -07:00
Dylan Piercey
2cf464f46b
fix: allow lazy/pending hydration after browser has finished loading (#2250) 2024-06-14 08:33:12 -07:00
github-actions[bot]
2ccd99293b
[ci] release (#2249)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/compiler@5.37.3 @marko/translator-default@6.0.4 @marko/translator-interop-class-tags@0.1.17 marko@5.35.3
2024-06-13 08:41:42 -07:00
Dylan Piercey
0ced6e17c2
fix: compat improvements (#2248) 2024-06-13 08:35:39 -07:00
github-actions[bot]
b256161430
[ci] release (#2247)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/compiler@5.37.2 @marko/translator-default@6.0.3 @marko/translator-interop-class-tags@0.1.16 marko@5.35.2
2024-06-12 15:24:28 -07:00
Dylan Piercey
a699cd9434
fix: misc compat improvments (#2246) 2024-06-12 15:19:07 -07:00
Michael Rawlings
21d260151c
fix: precommit script tracks size snapshots (#2243)
* fix: precommit script tracks size snapshots
* feat: replace registryIds with knownTemplates
2024-06-11 16:46:36 -04:00
github-actions[bot]
e7ff94cc65
[ci] release (#2245)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/compiler@5.37.1 @marko/translator-default@6.0.2 marko@5.35.1
2024-06-10 18:02:39 -07:00
Luke LaValva
934dc13972
fix: allow mixing comments with attr tags (#2244)
* fix: allow mixing comments with attr tags

* chore: add changeset
2024-06-10 16:03:40 -07:00
github-actions[bot]
a23abfb402
[ci] release (#2241)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/runtime-tags@0.1.6 @marko/translator-tags@0.2.1
2024-05-31 12:38:35 -07:00
Michael Rawlings
a6bac65c11
Stale closure bug (#2240)
* test: add broken closure case

* fix: for loop closures

---------

Co-authored-by: LuLaValva <lukelavalva@gmail.com>
2024-05-31 15:31:05 -04:00
github-actions[bot]
da90eabde0
[ci] release (#2239)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/babel-utils@6.5.0 @marko/compiler@5.37.0 @marko/translator-interop-class-tags@0.1.15 @marko/translator-tags@0.2.0 marko@5.35.0
2024-05-28 14:19:00 -07:00
Dylan Piercey
a741f36e60
feat: add templateIds compiler option (#2238)
* chore: use rollup to bundle hydrate test snapshots

* feat: add templateIds compiler option
2024-05-28 14:11:16 -07:00
dpiercey
b53e8487fd chore: update sizes script to print assets to disk 2024-05-25 15:35:47 -07:00
dpiercey
8207723e52 fix: ensure renderers are registered in ssr 2024-05-25 15:35:47 -07:00
Michael Rawlings
5cb4d41810
Signal refactor (#2236)
* test: replace manual test with compiled test

* refactor: all signals have same interface

* refactor: remove valueWithIntersection
2024-05-24 13:13:47 -07:00
Dylan Piercey
45677ae8c1
(Marko 6) Fine grained input (#2235)
* feat: call fine-grained exports from parent component

---------

Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
2024-05-24 09:45:19 -07:00
Michael Rawlings
0434ceac46
feat: export individual signals from child components (#2234) 2024-05-17 18:09:08 -04:00
Michael Rawlings
d2b973cbd3 docs: recommend Marko Run 2024-05-17 13:08:06 -04:00
github-actions[bot]
ec0d35c16f
[ci] release (#2233)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/compiler@5.36.2 @marko/translator-default@6.0.1 marko@5.34.5
2024-05-16 14:41:33 -07:00
Dylan Piercey
a67e1c42b0
fix: incorrect attribute tag escaping (#2232) 2024-05-16 14:36:48 -07:00
Dylan Piercey
2200c45215
fix: support spread event handlers on native tag (#2231) 2024-05-16 12:04:11 -07:00
Dylan Piercey
9d94b0d2bd
(Marko 6) Ensure functions close over scope, integrate serializer updates (#2229)
* feat: bound functions

* feat: integrate updated serializer
2024-05-16 11:54:32 -07:00
github-actions[bot]
1f3db3be18 [ci] release marko@5.34.4 2024-05-10 11:52:00 -07:00
dpiercey
7691418bc5 fix: issue with ooo stream with and io stream followed by ooo stream 2024-05-10 11:45:34 -07:00
github-actions[bot]
5c59829ab5
[ci] release (#2224)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.34.3
2024-05-01 17:07:11 -07:00
Luke LaValva
2bb3119d6f
feat: namespace exports (#2222) 2024-05-01 16:12:04 -07:00
Luke LaValva
1453eb8c88
fix: native tag return type (#2223) 2024-05-01 16:04:03 -07:00
Luke LaValva
b0af4cf1f6
feat: add server and client statements (#2221) 2024-05-01 14:20:20 -07:00
github-actions[bot]
08916bb5de
[ci] release (#2220)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/translator-default@6.0.0 @marko/translator-interop-class-tags@0.1.14 marko@5.34.2
2024-04-19 13:24:03 -07:00
Luke LaValva
0ee141c525
fix: add empty-component to runtime entry files (#2219)
* fix: add empty-component to runtime entry files

* chore: add changeset
2024-04-19 13:15:49 -07:00
github-actions[bot]
3896ad5d46 [ci] release @marko/compiler@5.36.1 @marko/translator-default@5.33.1 marko@5.34.1 2024-04-18 21:06:51 -07:00
dpiercey
4fc46149ae fix: optimize vdom key issue 2024-04-18 21:02:28 -07:00