github-actions[bot]
|
acc18f609b
|
[ci] release
@marko/runtime-tags@0.1.12
@marko/translator-tags@0.2.8
|
2024-09-10 16:46:49 -07:00 |
|
Ryan Turnquist
|
3464f38903
|
fix: walk over child with no sibling (#2293)
* fix: walk over child with no sibling
|
2024-09-10 16:17:03 -07:00 |
|
Ryan Turnquist
|
616e79e9c2
|
Better signal child optimization analysis and support recursive components (#2291)
* fix: use analysis for single node check
* fix: hoist exports for recursive components
|
2024-09-10 14:28:45 -07:00 |
|
github-actions[bot]
|
ae5dd22fa8
|
[ci] release (#2290)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.35.14
|
2024-08-30 15:55:23 -07:00 |
|
Ryan Turnquist
|
71936e7a6a
|
Dynamic tag vars (#2288)
* feat: support dynamic tag variables
|
2024-08-30 14:24:47 -07:00 |
|
Luke LaValva
|
e20e9af702
|
fix: referencing Marko.Component in a split component adds Marko to window (#2289)
|
2024-08-30 14:20:17 -07:00 |
|
github-actions[bot]
|
3286eac816
|
[ci] release
@marko/compiler@5.37.9
@marko/translator-default@6.0.11
marko@5.35.13
|
2024-08-29 11:11:08 -07:00 |
|
dpiercey
|
55338b5296
|
perf: optimize template literal printing in html mode
|
2024-08-29 11:03:46 -07:00 |
|
github-actions[bot]
|
e7eb9c3f53
|
[ci] release
@marko/babel-utils@6.5.5
@marko/compiler@5.37.8
@marko/runtime-tags@0.1.11
@marko/translator-default@6.0.10
@marko/translator-interop-class-tags@0.1.23
@marko/translator-tags@0.2.7
marko@5.35.12
|
2024-08-28 12:42:47 -07:00 |
|
dpiercey
|
d0723d3983
|
fix: source maps off by one in concise/static parsed nodes
|
2024-08-28 12:11:26 -07:00 |
|
github-actions[bot]
|
43c122593b
|
[ci] release
@marko/babel-utils@6.5.4
@marko/compiler@5.37.7
@marko/runtime-tags@0.1.10
@marko/translator-default@6.0.9
@marko/translator-interop-class-tags@0.1.22
@marko/translator-tags@0.2.6
marko@5.35.11
|
2024-08-28 09:37:00 -07:00 |
|
dpiercey
|
32e2eff5c3
|
fix: improve style block/tag sourcemaps
|
2024-08-28 09:21:58 -07:00 |
|
dpiercey
|
10f61e206b
|
chore: minor serialize improvement
|
2024-08-21 15:12:04 -07:00 |
|
github-actions[bot]
|
094ab1fb8f
|
[ci] release
@marko/translator-interop-class-tags@0.1.21
@marko/translator-tags@0.2.5
|
2024-08-19 16:40:22 -07:00 |
|
dpiercey
|
9411c9dc2c
|
fix: ensure MARKO_DEBUG is stripped for translators
|
2024-08-19 16:35:13 -07:00 |
|
github-actions[bot]
|
e8237f64d9
|
[ci] release
@marko/babel-utils@6.5.3
@marko/compiler@5.37.6
@marko/runtime-tags@0.1.9
@marko/translator-default@6.0.8
@marko/translator-interop-class-tags@0.1.20
@marko/translator-tags@0.2.4
marko@5.35.10
|
2024-08-19 12:14:30 -07:00 |
|
dpiercey
|
ce88d8194f
|
fix: start of line source location issue
|
2024-08-19 12:03:27 -07:00 |
|
Luke LaValva
|
74e6633b3e
|
refactor: function registration (#2273)
|
2024-08-19 10:01:00 -07:00 |
|
github-actions[bot]
|
a529d9114b
|
[ci] release
@marko/babel-utils@6.5.2
@marko/compiler@5.37.5
@marko/runtime-tags@0.1.8
@marko/translator-default@6.0.7
@marko/translator-interop-class-tags@0.1.19
@marko/translator-tags@0.2.3
marko@5.35.9
|
2024-08-16 16:15:27 -07:00 |
|
dpiercey
|
5cea7d65ea
|
perf: optimize javascript expression parsing
|
2024-08-16 16:10:29 -07:00 |
|
Luke LaValva
|
441bdcbfa8
|
feat: tag var shadowing, same scope (#2272)
|
2024-08-15 09:25:40 -07:00 |
|
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 |
|