5568 Commits

Author SHA1 Message Date
github-actions[bot]
695b9f6a94 [ci] release @marko/compiler@5.35.12 @marko/translator-default@5.32.14 marko@5.33.17 2024-04-15 16:11:58 -07:00
dpiercey
c8fe951813
chore: bump compiler and translator versions 2024-04-15 16:02:13 -07:00
github-actions[bot]
61fbf71199 [ci] release marko@5.33.16 2024-04-15 15:37:27 -07:00
dpiercey
d23e1939e0 chore: update gh actions to format on release commits 2024-04-15 15:32:40 -07:00
Rajeev Hegde
22ad069f19 chore: linked the document about sending global data to browsers. 2024-04-15 15:16:55 -07:00
Rajeev Hegde
d04b968f55 chore: made suggested change.
out.global to $global

Co-authored-by: Luke LaValva <llavalva@ebay.com>
2024-04-15 15:16:55 -07:00
Rajeev Hegde
2cb5b03352 fix 2024-04-15 15:16:55 -07:00
Rajeev Hegde
413154288d Update fastify.md 2024-04-15 15:16:55 -07:00
dpiercey
af4adcd1ee fix: hydration native tag no-update issue 2024-04-15 15:14:32 -07:00
dpiercey
11acdf6f87 fix: avoid normalizing nullish values for script/style interpolation 2024-04-13 15:53:28 -07:00
dpiercey
944e22efab perf: improve attr escape helper 2024-04-11 14:49:55 -07:00
dpiercey
532d784b63 perf: update xml escape helpers to be closer to Marko 5 2024-04-11 14:49:55 -07:00
github-actions[bot]
4e199cba11 [ci] release marko@5.33.15 2024-04-11 12:22:01 -07:00
dpiercey
e0602bb245 perf: improve html body content escaping 2024-04-11 11:48:11 -07:00
dpiercey
6b3e7f93d6 refactor: improve html content runtime and add tests 2024-04-10 14:35:25 -07:00
dpiercey
929c6f5d69 refactor: improve html attrs helpers and add tests 2024-04-10 14:35:25 -07:00
dpiercey
7b0817a5ff chore: improve class/style value helpers and add tests 2024-04-10 14:35:25 -07:00
dpiercey
801ba2a562 refactor: improve ssr dynamic tag runtime 2024-04-10 14:35:25 -07:00
dpiercey
42d6065175 refactor: use includes api to check for invalid attr name char 2024-04-10 14:35:25 -07:00
dpiercey
00bb825154 refactor: avoid object assign for signal methods 2024-04-10 14:35:25 -07:00
dpiercey
a1f444f84f refactor: initialize client scope with default properties 2024-04-10 14:35:25 -07:00
dpiercey
77ebc4152d chore: add warnings for invalid runtimeId or multiple init calls 2024-04-10 14:35:25 -07:00
dpiercey
cd3fbe4b1e refactor: remove dom write helper, simplify dynamic html helper 2024-04-10 14:35:25 -07:00
dpiercey
fa7fb061b7 refactor: avoid mutating param in control flow runtime 2024-04-10 14:35:25 -07:00
dpiercey
c4c4a4f424 refactor: simplify shared runtime helpers 2024-04-10 14:35:25 -07:00
dpiercey
31e1001599 refactor: use analyze shorthand where possible 2024-04-10 14:35:25 -07:00
dpiercey
d793ebfc4b refactor: cleanup dynamic tag runtime 2024-04-10 14:35:25 -07:00
dpiercey
705df0fb71 refactor: improve/simplify ssr escape logic 2024-04-10 14:35:25 -07:00
dpiercey
a4f4a298fa refactor: avoid unecessary analyze exit analysis 2024-04-10 14:35:25 -07:00
Luke LaValva
b506afdfe2
<html-comment> tag var and dynamic body (#2199) 2024-04-09 15:58:04 -07:00
github-actions[bot]
40431f8374
[ci] release (#2197)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/translator-default@5.32.13 @marko/translator-interop-class-tags@0.1.13 @marko/translator-tags@0.1.14
2024-04-05 18:09:58 -07:00
Luke LaValva
e98d1b2564
fix: prevent featureType collision with tags-api-preview (#2196) 2024-04-05 16:11:28 -07:00
github-actions[bot]
3047f26069
[ci] release (#2195)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/translator-interop-class-tags@0.1.12 @marko/translator-tags@0.1.13
2024-04-04 13:24:37 -04:00
Michael Rawlings
db337828c3
State based registration (#2194)
* fix: only register renderers for if/for when stateful

* fix: correct serialization of closures

* test: enable resume on tests that now work
2024-04-04 13:07:41 -04:00
github-actions[bot]
f102dfd1a0 [ci] release marko@5.33.14 2024-04-03 14:55:49 -07:00
dpiercey
e2d5f18d3c fix: split text across components regression 2024-04-03 14:50:52 -07:00
github-actions[bot]
c02b2956cd [ci] release @marko/babel-utils@6.4.3 @marko/compiler@5.35.11 @marko/translator-default@5.32.12 @marko/translator-interop-class-tags@0.1.11 @marko/translator-tags@0.1.12 marko@5.33.13 2024-04-02 16:09:56 -07:00
Dylan Piercey
638ca07db3 chore: add changeset, run format 2024-04-02 15:56:44 -07:00
Michael Rawlings
ab20382831 fix: update getSourceBindings to walk param upstreams 2024-04-02 15:56:44 -07:00
Michael Rawlings
60e097f0ec feat: hoist isEffect when merging references, refactor native tag analyze 2024-04-02 15:56:44 -07:00
Michael Rawlings
198b42bef0 fix: use isStateful to remove unnecessary markers 2024-04-02 15:56:44 -07:00
dpiercey
9925a30f98 feat: improve comment markers for placeholders 2024-04-02 15:56:44 -07:00
Michael Rawlings
af73083c99 feat: state analysis 2024-04-02 15:56:44 -07:00
Michael Rawlings
d20931231c feat: source analysis 2024-04-02 15:56:44 -07:00
dpiercey
70952fe6c9 chore: update deps 2024-04-02 15:56:44 -07:00
Dylan Piercey
d421f9efe9
Improve reference tracking in Marko 6 (#2189)
* improve reference tracking

---------

Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
2024-03-29 16:08:46 -07:00
github-actions[bot]
3c9870b7e6 [ci] release @marko/compiler@5.35.10 @marko/translator-default@5.32.11 @marko/translator-interop-class-tags@0.1.10 @marko/translator-tags@0.1.11 marko@5.33.12 2024-03-28 11:30:41 -07:00
dpiercey
41e9569184 fix: docs formatting 2024-03-28 11:26:40 -07:00
dpiercey
fe344b0004 fix: class/tags interop issues 2024-03-28 11:26:40 -07:00
Patrick Nelson
f1d116e78f docs: Fixing NativeTags demo (interface, not namespace) 2024-03-26 17:11:57 -07:00