Skip to content

Commit 064f068

Browse files
authored
feat: content attr in native tags (#2746)
* feat: content attr in native tags * chore: add changeset * chore: rerun tests * fix: edge case
1 parent 34bc21e commit 064f068

File tree

44 files changed

+1331
-355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1331
-355
lines changed

.changeset/strong-owls-find.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@marko/runtime-tags": patch
3+
"marko": patch
4+
---
5+
6+
Allow `content` attribute in native tags

.sizes.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{
88
"name": "*",
99
"total": {
10-
"min": 19080,
11-
"brotli": 7252
10+
"min": 19321,
11+
"brotli": 7333
1212
}
1313
},
1414
{
@@ -18,12 +18,12 @@
1818
"brotli": 151
1919
},
2020
"runtime": {
21-
"min": 3956,
22-
"brotli": 1748
21+
"min": 3960,
22+
"brotli": 1760
2323
},
2424
"total": {
25-
"min": 4140,
26-
"brotli": 1899
25+
"min": 4144,
26+
"brotli": 1911
2727
}
2828
},
2929
{
@@ -34,11 +34,11 @@
3434
},
3535
"runtime": {
3636
"min": 2188,
37-
"brotli": 1146
37+
"brotli": 1143
3838
},
3939
"total": {
4040
"min": 2294,
41-
"brotli": 1243
41+
"brotli": 1240
4242
}
4343
},
4444
{
@@ -49,11 +49,11 @@
4949
},
5050
"runtime": {
5151
"min": 7019,
52-
"brotli": 2996
52+
"brotli": 3005
5353
},
5454
"total": {
5555
"min": 7910,
56-
"brotli": 3451
56+
"brotli": 3460
5757
}
5858
},
5959
{
@@ -64,11 +64,11 @@
6464
},
6565
"runtime": {
6666
"min": 2355,
67-
"brotli": 1198
67+
"brotli": 1202
6868
},
6969
"total": {
7070
"min": 2495,
71-
"brotli": 1317
71+
"brotli": 1321
7272
}
7373
}
7474
]

0 commit comments

Comments
 (0)