4897 Commits

Author SHA1 Message Date
github-actions[bot]
b4f780de5f [ci] release marko@5.32.3 2023-12-14 14:33:06 -07:00
dpiercey
652b7aa160 fix: types 2023-12-14 14:29:53 -07:00
github-actions[bot]
1f59474a26 [ci] release @marko/compiler@5.34.2 @marko/translator-default@5.31.9 marko@5.32.2 2023-12-13 15:12:08 -07:00
dpiercey
977d690784 fix: pritning variable declarations 2023-12-13 15:08:04 -07:00
github-actions[bot]
f7767c4524 [ci] release marko@5.32.1 2023-12-12 09:49:45 -07:00
dpiercey
ea859a5479 fix: simplify Marko.NativeTags typings 2023-12-12 09:46:35 -07:00
github-actions[bot]
d3fc4336bf
[ci] release (#2065)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/compiler@5.34.1
2023-11-22 10:06:15 -08:00
Luke LaValva
5e294103f7
fix(sourcemaps): TagTypeArgs and TagTypeParams (#2064) 2023-11-22 10:01:17 -08:00
github-actions[bot]
f9e603a1d0 [ci] release @marko/compiler@5.34.0 marko@5.32.0 2023-11-17 08:15:52 -07:00
LuLaValva
dc5798ba78 fix(test): explicitly add node_modules 2023-11-17 08:12:31 -07:00
LuLaValva
35ee66d680 docs: add exports 2023-11-17 08:12:31 -07:00
LuLaValva
436ace040b chore: add changeset 2023-11-17 08:12:31 -07:00
LuLaValva
76840808c7 feat(compiler): add "exports" to marko.json 2023-11-17 08:12:31 -07:00
github-actions[bot]
21c0eeabf6 [ci] release @marko/babel-utils@6.3.4 @marko/compiler@5.33.8 @marko/translator-default@5.31.8 marko@5.31.18 2023-11-14 11:06:07 -07:00
LuLaValva
aed88284b8 chore: add changeset 2023-11-14 10:49:11 -07:00
LuLaValva
ad176646e1 fix(babel): use correct types for params and args 2023-11-14 10:49:11 -07:00
dpiercey
648a94928f chore: expose compiler metadata about which templates were analyzed 2023-11-14 10:46:48 -07:00
github-actions[bot]
79446a7d3c [ci] release @marko/compiler@5.33.7 @marko/translator-default@5.31.7 marko@5.31.17 2023-11-10 13:25:45 -07:00
dpiercey
84f443d605 fix: runtime loading in native esm 2023-11-10 13:13:20 -07:00
github-actions[bot]
63fb73a741 [ci] release @marko/babel-utils@6.3.3 @marko/compiler@5.33.6 @marko/translator-default@5.31.6 marko@5.31.16 2023-11-10 12:05:17 -07:00
dpiercey
1c5eccadf8 fix: correct exports for @marko/babel-utils 2023-11-10 11:59:59 -07:00
github-actions[bot]
236bac0092 [ci] release @marko/babel-utils@6.3.2 @marko/compiler@5.33.5 @marko/translator-default@5.31.5 marko@5.31.15 2023-11-10 10:33:11 -07:00
dpiercey
37b347eb5e fix: legacy compatibility issue with esm templates and defineWidget 2023-11-10 10:28:34 -07:00
LuLaValva
c113eda7d9 feat(generator): add ts params and args 2023-11-10 10:18:50 -07:00
LuLaValva
5354d44112 chore: add changeset 2023-11-10 10:18:50 -07:00
LuLaValva
a53092ba58 feat(ast): add type args and params 2023-11-10 10:18:50 -07:00
github-actions[bot]
2400c56220 [ci] release @marko/compiler@5.33.4 @marko/translator-default@5.31.4 marko@5.31.14 2023-10-27 08:16:53 -07:00
dpiercey
1554b1e1e5 fix: allow template.marko entries for v4/v3 compat 2023-10-27 08:02:23 -07:00
github-actions[bot]
c9b7a8162b [ci] release marko@5.31.13 2023-10-24 13:53:01 -07:00
dpiercey
b7cefe4c6f fix: lazy check for jQuery on legacy widgets 2023-10-24 13:48:34 -07:00
github-actions[bot]
a6434f8495 [ci] release @marko/compiler@5.33.3 marko@5.31.12 2023-10-16 18:09:17 -07:00
Dylan Piercey
4471046325 fix: support async babel config files (eg mjs) 2023-10-16 18:02:05 -07:00
LuLaValva
f94486b10f chore: add changeset 2023-10-16 17:18:54 -07:00
LuLaValva
926ed31bec fix(typescript): add css camelCase props 2023-10-16 17:18:54 -07:00
LuLaValva
358fb2d22e chore: add changeset 2023-10-16 16:41:21 -07:00
LuLaValva
1ea609c329 fix(typescript): demote all event handler camels to a single hump 2023-10-16 16:41:21 -07:00
github-actions[bot]
55ea759253 [ci] release marko@5.31.11 2023-09-28 14:41:02 -07:00
Dylan Piercey
a5e3f04613 fix: improve compat for legacy defineRenderer template references 2023-09-28 14:19:34 -07:00
github-actions[bot]
e64b7aff7f [ci] release @marko/compiler@5.33.2 @marko/translator-default@5.31.3 marko@5.31.10 2023-09-19 12:27:20 -07:00
Dylan Piercey
71a227a5ff fix: long hand nested attribute target property 2023-09-19 12:07:52 -07:00
github-actions[bot]
00493123a5
[ci] release (#2037)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.31.9
2023-09-18 14:02:55 -07:00
Ryan Turnquist
ea08cc2a9b
fix: batching to prevent treeshaking issues (#2036)
* fix: batching to prevent treeshaking issues

* chore: add changeset

* fix: add test to cover non-empty component batch
2023-09-18 13:55:34 -07:00
github-actions[bot]
1122f64b3a
[ci] release (#2035)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.31.8
2023-09-11 14:24:13 -07:00
Luke LaValva
a340023b7e
docs(concise-mode): add multiline attributes (#2034) 2023-09-11 13:53:49 -07:00
github-actions[bot]
4e5e6f59c9 [ci] release @marko/translator-default@5.31.2 marko@5.31.7 2023-09-08 14:49:54 -07:00
Dylan Piercey
0c8bca9c3e
chore: update snapshots 2023-09-08 14:45:34 -07:00
Dylan Piercey
034f967419 fix: add file ext to registry import 2023-08-29 20:22:18 -07:00
github-actions[bot]
2fa0255779
[ci] release (#2028)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.31.6
2023-08-24 17:01:19 -04:00
Michael Rawlings
db819d388e
Update marko-5-upgrade.md (#2027) 2023-08-24 16:51:09 -04:00
github-actions[bot]
93ebf90328 [ci] release marko@5.31.5 2023-08-17 14:55:20 -07:00