Commit Graph

44 Commits

Author SHA1 Message Date
sunnylost
5983f366d4
fix(html): escape html attribute (#18067)
Co-authored-by: 翠 / green <green@sapphi.red>
2024-09-10 13:45:39 +02:00
patak
242f550eb4
feat: Environment API (#16471)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
Co-authored-by: Dario Piotrowicz <dario.piotrowicz@gmail.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
Co-authored-by: Arnaud Barré <arnaud.barre@carbometrix.com>
Co-authored-by: Anthony Fu <github@antfu.me>
Co-authored-by: Dominik G <dominik.goepel@gmx.de>
Co-authored-by: Igor Minar <i@igor.dev>
Co-authored-by: Viktor Lázár <lazarv1982@gmail.com>
Co-authored-by: Joaquín Sánchez <userquin@gmail.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-09-04 11:27:09 +02:00
翠 / green
8ce86833f2
test: fix flaky "should reload" test (#17961) 2024-08-28 09:50:03 +02:00
翠 / green
c2a4ce5a77
test: don't skip unicode related tests anymore (#16339) 2024-05-07 16:43:33 +08:00
Dr. Ralf S. Engelschall
0e93f588b9
fix: scripts and styles were missing from built HTML on Windows (#16421)
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-05-01 06:39:49 +02:00
Hiroshi Ogawa
102c2fd5ad
fix: fix accumulated stacks in error overlay (#16393) 2024-04-13 14:48:08 +00:00
patak
a05c70977a
feat: enable fs.cachedChecks by default (#15704) 2024-01-25 12:06:01 +01:00
Bjorn Lu
5ea9edbc9c
fix(html): handle offset magic-string slice error (#15435) 2024-01-01 12:00:47 +08:00
patak
c9b61c47b0
perf: cached fs utils (#15279) 2023-12-12 10:32:51 +01:00
翠 / green
fd31412131
test: skip unicode test on windows instead of lowering the Node version (#15096) 2023-11-22 11:15:57 +01:00
翠 / green
6fcceebe34
fix: make htmlFallback more permissive (#15059) 2023-11-21 13:27:41 +00:00
renovate[bot]
0bb3995a7d
fix(deps): update all non-major dependencies (#14961)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2023-11-13 09:25:20 +01:00
Bjorn Lu
4f71ae8736
fix(html)!: align html serving between dev and preview (#14756)
Co-authored-by: 翠 / green <green@sapphi.red>
2023-10-30 21:57:15 +08:00
Bjorn Lu
e4c801c552
feat(define): handle replacement with esbuild (#11151)
Co-authored-by: Tony Trinh <tony19@gmail.com>
2023-10-26 11:30:05 +08:00
Bjorn Lu
da80372ef5
feat: add server.warmup option (#14291) 2023-10-16 23:53:47 +08:00
翠 / green
883089c10d
fix(html): support import.meta.env define replacement without quotes (#13425) 2023-07-24 20:10:38 +08:00
renovate[bot]
5a56941a89
chore(deps): update dependency prettier to v3 (#13759)
Co-authored-by: Arnaud Barré <arnaud.barre@carbometrix.com>
2023-07-19 09:53:25 +02:00
이채준 - CJ Lee
85bdcda747
feat(client): close vite-error-overlay with Escape key (#13795) 2023-07-13 20:41:34 +08:00
sun0day
5497abe757
chore: upgrade rollup to 3.25.2 (#13608) 2023-06-25 17:29:58 +02:00
sun0day
f8868afb5e
fix(indexHtml): decode html URI (#13581) 2023-06-22 11:27:08 +02:00
fi3ework
a8c7eb24a2
test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
patak
f09551f18d
fix: ignore sideEffects for scripts imported from html (#12786) 2023-04-07 17:36:09 +00:00
patak
96f36a9a5e
fix: html env replacement plugin position (#12404) 2023-03-15 07:21:08 +01:00
Bjorn Lu
4f2c49f886
feat(html): support env replacement (#12202) 2023-03-07 13:07:37 +00:00
Wei
f6fdc56acd
refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
fi3ework
25c64d7ec2
fix: importmap should insert before module preload link (#11492) 2023-01-02 17:04:50 +08:00
fi3ework
7d20580949
test(html): do not wrap duplicated html (#11515) 2022-12-29 11:29:54 +08:00
翠 / green
5170e44920
chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
Arnaud Barré
134ce68179
chore: enable prettier trailing commas (#11167) 2022-12-04 08:19:06 +01:00
Anthony Fu
1db52bfbe8
feat: align object interface for transformIndexHtml hook (#9669) 2022-11-30 07:49:58 +01:00
Bjorn Lu
29292af23f
fix(html): allow self closing on non-void elements (#10478) 2022-10-15 13:17:21 +02:00
翠 / green
7b4d6e827a
fix(html): handle attrs with prefix (fixes #10337) (#10381) 2022-10-08 18:30:06 +02:00
patak
f541239752
fix: no quote on attrs (#10117) 2022-09-14 12:37:36 +02:00
patak
05b3ce6aa7
refactor: migrate from vue/compiler-dom to parse5 (#9678) 2022-08-24 19:50:49 +02:00
Bjorn Lu
b386fba49e
fix(html): move importmap before module scripts (#9392)
Co-authored-by: 翠 / green <green@sapphi.red>
2022-08-21 19:26:13 +02:00
翠 / green
9e9cd23763
chore: node prefix lint (#9514) 2022-08-03 22:57:50 +09:00
Rongjian Zhang
e6c896516b
fix: support stylesheets with link tag and media/disable prop (#6751)
Co-authored-by: Thomas Steiner <tomac@google.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2022-07-25 17:35:16 +02:00
patak
09648c220a
feat!: relative base (#7644) 2022-05-18 07:07:41 +02:00
yoho
d0deac04f2
fix: relative path html (#8122) 2022-05-12 21:11:03 +02:00
Zheeeng
c2bf62bd76
chore: using Unicode instead of unicode in doc and tests (#6852) 2022-05-11 19:56:38 +02:00
Anthony Fu
79ef186b40
chore: enable typecheck for tests and scripts (#8114) 2022-05-11 18:09:52 +08:00
Anthony Fu
d2874827f7
test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
Anthony Fu
8148f67f4a
test: migrate to vitest (#8076) 2022-05-11 14:33:20 +08:00
Anthony Fu
875fc116a0
chore: move playground to root (#8072) 2022-05-09 09:36:14 +02:00