Commit Graph

5925 Commits

Author SHA1 Message Date
Evan You
1dda64fc48
docs: use search-only key 2024-09-27 12:56:29 +09:00
patak-dev
f1d8845fff release: v4.5.5 2024-09-16 21:23:28 +02:00
patak
bacd06d586
fix: update pnpm/active-setup (#18120) 2024-09-16 21:22:21 +02:00
patak-dev
2466c08625 release: v4.5.4 2024-09-16 21:09:57 +02:00
jackfromeast
e812716697 fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) 2024-09-16 21:03:08 +02:00
patak-dev
b901438f99 fix: backport #18112, fs raw query 2024-09-16 21:03:08 +02:00
sapphi-red
aac695e9f8 release: v4.5.3 2024-03-24 22:30:05 +09:00
翠 / green
96a7f3a41e fix: fs.deny with globs with directories (#16250) 2024-03-24 22:25:16 +09:00
patak
d0360c1247 release: v4.5.2 2024-01-19 14:17:58 +01:00
patak
eeec23bbc9 fix: fs deny for case insensitive systems (#15653) 2024-01-19 14:08:04 +01:00
patak
c0751156f0 release: v4.5.1 2023-12-04 10:39:19 +01:00
patak
41bb3546a8
fix: backport #15223, proxy html path should be encoded (#15226) 2023-12-03 12:00:42 +01:00
Evan You
f7f53aaa1c docs: adjust sponsor logo 2023-11-15 00:23:13 +08:00
patak
4d29cfefec
docs: link to ViteConf replay (#14970) 2023-11-13 09:32:28 +01:00
Evan You
2004a67d80 docs: remix sponsor logo 2023-11-01 11:43:45 +08:00
patak
055d2b86b0 release: v4.5.0 2023-10-18 11:11:03 +02:00
patak
ed7bdc5206
feat: scan .marko files (#14669) 2023-10-18 11:07:24 +02:00
patak
45595ef82f
feat: backport mdx as known js source (#14560) (#14670)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Mark Dalgleish <mark.john.dalgleish@gmail.com>
2023-10-18 10:35:24 +02:00
patak
520139cdff
feat(ssr): backport ssr.resolve.conditions and ssr.resolve.externalConditions (#14498) (#14668)
Co-authored-by: Marc MacLeod <marbemac@gmail.com>
2023-10-18 10:31:54 +02:00
Evan You
ad7466c45d docs: redirect vite.dev to vitejs.dev 2023-10-06 11:02:09 +08:00
bluwy
b50db04a5a release: v4.4.11 2023-10-05 15:36:14 +08:00
bluwy
54e12755c0 revert: "fix: use string manipulation instead of regex to inject esbuild helpers
(#14094)"

This reverts commit 128ad8f925.
2023-10-05 15:33:02 +08:00
bluwy
f3a3e77de1 release: v4.4.10 2023-10-04 00:25:29 +08:00
bluwy
f8b9adb73d fix: restore builtins list 2023-10-04 00:20:14 +08:00
André Costa
104971d9b4 fix(resolve): support submodules of optional peer deps (#14489) 2023-10-04 00:20:14 +08:00
Dunqing
0c6d289a2a fix(analysis): warnings for dynamic imports that use static template literals (#14458)
Co-authored-by: 翠 / green <green@sapphi.red>
2023-10-04 00:20:14 +08:00
Bjorn Lu
269aa4393e fix(import-analysis): preserve importedUrls import order (#14465) 2023-10-04 00:20:14 +08:00
翠 / green
6f6e5de0ad fix: handle errors during hasWorkspacePackageJSON function (#14394) 2023-10-04 00:20:14 +08:00
Bjorn Lu
8bc1f9d3c7 feat: improve deno and bun support (#14379) 2023-10-04 00:20:14 +08:00
sun0day
3d63ae6774 fix(manifest): preserve pure css chunk assets (#14297) 2023-10-04 00:20:14 +08:00
Bjorn Lu
d334b3de8c fix(css): reset render cache on renderStart (#14326) 2023-10-04 00:20:14 +08:00
anyesu
fcaf7491f4 fix(optimizer): define crawlDeps after scanProcessing and optimizationResult are complete (fix #14284) (#14285) 2023-10-04 00:20:14 +08:00
Yuhei Yasuda
40e99a117c fix: include vite/types/* in exports field (#14296) 2023-10-04 00:20:14 +08:00
sun0day
cd7e033c98 fix(css): remove pure css chunk sourcemap (#14290) 2023-10-04 00:20:14 +08:00
btea
d4bc0fb9f4 fix(cli): convert special base (#14283) 2023-10-04 00:20:14 +08:00
Simon Chan
df6f32f4bc fix: add source map to Web Workers (fix #14216) (#14217) 2023-10-04 00:20:14 +08:00
Daniel Roe
c4758d17de fix(vite): precisely check if files are in dirs (#14241) 2023-10-04 00:20:14 +08:00
翠 / green
218861f746 fix: handle sourcemap correctly when multiple line import exists (#14232) 2023-10-04 00:20:14 +08:00
宋铄运 (Alan Song)
128ad8f925 fix: use string manipulation instead of regex to inject esbuild helpers (#14094) 2023-10-04 00:20:14 +08:00
btea
b1b816a6bb fix: if host is specified check whether it is valid (#14013) 2023-10-04 00:20:14 +08:00
btea
119c074604 fix: initWasm options should be optional (#14152) 2023-10-04 00:20:14 +08:00
翠 / green
441642e848 fix: ws never connects after restarting server if server.hmr.server is set (#14127) 2023-10-04 00:20:14 +08:00
翠 / green
0f582bf49c fix(glob): trigger HMR for glob in a package (#14117) 2023-10-04 00:20:14 +08:00
翠 / green
cdf263253a ci: use Node 18.17 for Windows due to a bug in Node (#14507) 2023-10-03 15:36:48 +08:00
patak
56769b42e3 docs: better links for ViteConf 2023-08-17 16:47:06 +02:00
patak
c269d1ef4c docs: icon in ViteConf action 2023-08-17 16:41:58 +02:00
patak
5bf49b226d docs: viteconf 23 link (#14075) 2023-08-17 16:41:41 +02:00
patak
898fee7ac3 release: v4.4.9 2023-08-07 11:14:16 +02:00
Bjorn Lu
4021a0e214
chore: fix eslint warnings (#14031) 2023-08-07 11:03:39 +02:00
patak
4479431312
fix: dynamic import vars ignored warning (#14006) 2023-08-07 15:27:05 +08:00