302 Commits

Author SHA1 Message Date
github-actions[bot]
7b6bf89c23 [ci] release 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>
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
github-actions[bot]
93a767ee56 [ci] release 2024-09-24 11:11:55 -07:00
dpiercey
d45f91a5e0 fix: issue with legacy w-bind being vdom optimized 2024-09-24 11:07:10 -07:00
github-actions[bot]
60c2c1cd62 [ci] release 2024-09-23 09:34:08 -07:00
dpiercey
c01d83fb26 fix: ignore unrecognized tags compiler option with dynamic tags 2024-09-23 09:26:45 -07:00
dpiercey
cfff311114 fix: remove dom manipulation warning 2024-09-23 09:26:45 -07:00
github-actions[bot]
11dd01c87a [ci] release 2024-09-20 11:11:38 -07:00
dpiercey
81c5c0e043 fix: compat issues 2024-09-20 11:04:43 -07:00
github-actions[bot]
8ae0ef9199 [ci] release 2024-09-19 15:30:45 -07:00
dpiercey
c600610247 fix: issue diffing unescaped html that contains comments 2024-09-19 14:33:47 -07:00
github-actions[bot]
acc18f609b [ci] release 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>
2024-08-30 15:55:23 -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 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 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 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 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 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
github-actions[bot]
a529d9114b [ci] release 2024-08-16 16:15:27 -07:00
dpiercey
5cea7d65ea perf: optimize javascript expression parsing 2024-08-16 16:10:29 -07:00
github-actions[bot]
4668c8a2e4 [ci] release 2024-08-08 14:59:36 -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
github-actions[bot]
9b618c09d6 [ci] release 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 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
github-actions[bot]
556769014c [ci] release 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>
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>
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>
2024-06-12 15:24:28 -07:00
Dylan Piercey
a699cd9434
fix: misc compat improvments (#2246) 2024-06-12 15:19:07 -07:00
github-actions[bot]
e7ff94cc65
[ci] release (#2245)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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