Commit Graph

1108 Commits

Author SHA1 Message Date
翠 / green
f83ba1e29e
docs: fix mobile menu background on light mode landing page (#18633) 2024-11-11 12:24:53 +01:00
Matthias Cavigelli
59249cf2fd
docs: fix attribute in example (#18627)
Co-authored-by: Matthias Cavigelli <matthias.cavigelli@trafit.ch>
2024-11-11 15:38:37 +08:00
Haoqun Jiang
2c6d3db046
docs: update haoqunjiang's info in team emeriti section (#18613) 2024-11-08 11:07:30 +08:00
Nozomu Ikuta
326ee45b44
docs: fix typo (#18609) 2024-11-07 12:34:48 +01:00
翠 / green
78dc4902ff
feat: use a single transport for fetchModule and HMR support (#18362)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2024-11-07 11:24:48 +09:00
patak
643928ceeb
docs: remove X links in team page (#18599)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-11-07 02:59:09 +01:00
翠 / green
d969d4db91
docs: clarify dynamic new URL(foo, import.meta.url) behavior (#18587) 2024-11-06 10:32:49 +01:00
Bjorn Lu
ce0eec91c9
chore: upgrade to express 5 (#18537) 2024-11-05 19:27:51 +08:00
翠 / green
7523a9fa41
docs(migration): add a note about using a CommonJS file as an entrypoint (#18577) 2024-11-05 10:47:35 +01:00
Bjorn Lu
61d0cfe03a
docs(migration): add bundle size note about strictRequires true (#18573) 2024-11-05 15:52:31 +08:00
Wouter Kroes
b2fa7260b1
docs(config): remove unused argument command (#18058) 2024-11-05 13:04:41 +08:00
Shammel Lee
23a781177b
docs(shared-options): fix typo in css.preprocessorOptions (#18571) 2024-11-05 12:00:22 +08:00
patak
a55e86bdeb
docs: remove horizontal scrollbars in code blocks (#18567) 2024-11-05 01:29:35 +01:00
Vladimir
f0f6659413
docs: add Vladimir bluesky link (#18569) 2024-11-04 21:06:02 +01:00
Divyansh Singh
d38ee03b6c
docs: add bluesky profiles (#18568) 2024-11-04 18:19:36 +01:00
Hugo ATTAL
9162172e03
feat(asset): add ?inline and ?no-inline queries to control inlining (#15454)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Co-authored-by: 翠 / green <green@sapphi.red>
2024-11-04 14:50:15 +00:00
renovate[bot]
fb227ec440
chore(deps): update all non-major dependencies (#18562) 2024-11-04 11:48:40 +08:00
翠 / green
d002e7d05a
feat(resolve)!: allow removing conditions (#18395)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: patak <583075+patak-dev@users.noreply.github.com>
2024-10-31 18:37:43 +01:00
sea
887ce8bc9a
docs: optimize home page styles (#18539) 2024-10-31 18:36:33 +01:00
Bjorn Lu
f65d6ae5a7
docs(migration): add section for html asset sources (#18536) 2024-10-31 12:24:31 +01:00
Bjorn Lu
8a7af50b5d
feat(html)!: support more asset sources (#11138) 2024-10-31 08:57:16 +01:00
patak
94b0857353
refactor!: remove fs.cachedChecks option (#18493) 2024-10-31 12:13:20 +08:00
翠 / green
3a46f97fbb
docs: migration guide for #18070 (#18519) 2024-10-30 22:35:46 +08:00
Bjorn Lu
61cbf6f2cf
feat(lib)!: use package name for css output file name (#18488)
Co-authored-by: 翠 / green <green@sapphi.red>
2024-10-30 09:13:01 +01:00
Bjorn Lu
d9513104e2
feat(html): support vite-ignore attribute to opt-out of processing (#18494) 2024-10-30 08:20:34 +01:00
patak
5da78a6859
docs: missing changes guides (#18491) 2024-10-30 07:13:33 +01:00
Bjorn Lu
192d555f88
feat!: update to chokidar v4 (#18453)
Co-authored-by: 翠 / green <green@sapphi.red>
2024-10-29 22:28:35 +08:00
Bjorn Lu
f886f75396
fix(config): remove error if require resolve to esm (#18437)
Co-authored-by: 翠 / green <green@sapphi.red>
2024-10-28 15:31:25 +00:00
patak
915cd7f11a
docs: top-level client environment config (#18474)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-10-28 10:44:55 +01:00
renovate[bot]
2ec12df98d
fix(deps): update all non-major dependencies (#18484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-10-28 17:06:33 +08:00
patak
1ac22de41c
refactor: optimizeDeps back to top level (#18465) 2024-10-28 09:51:20 +01:00
Divyansh Singh
3a27f627df
chore(deps)!: update postcss-load-config to v6 (#15235)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-10-28 11:53:16 +09:00
翠 / green
c148676c90
fix(manifest): non entry CSS chunk src was wrong (#18133) 2024-10-25 13:16:30 +02:00
翠 / green
c4e7f34d2e
docs: migration guide for plugin-commonjs upgrade (#18456) 2024-10-25 11:55:06 +02:00
Hiroshi Ogawa
d4e0442f9d
feat(css)!: change default sass api to modern/modern-compiler (#17937)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-10-25 16:49:27 +09:00
Bjorn Lu
d23a493cc4
feat(css)!: load postcss config within workspace root only (#18440) 2024-10-24 12:26:47 +02:00
翠 / green
f1d3bf74cc
fix!: default build.cssMinify to 'esbuild' for SSR (#15637) 2024-10-24 12:01:59 +02:00
Bjorn Lu
65014a32ef
fix(preview): set resolvedUrls null after close (#18445) 2024-10-24 09:03:18 +02:00
翠 / green
fd55c60917
docs: add some migration guide for v6 (#18444) 2024-10-24 07:24:50 +02:00
翠 / green
b80daa7c09
feat(json)!: add json.stringify: 'auto' and make that the default (#18303) 2024-10-23 22:59:33 +08:00
翠 / green
cc61d169a4
refactor: use builder in build (#18432) 2024-10-23 14:40:42 +02:00
翠 / green
19ce525b97
refactor!: bump minimal terser version to 5.16.0 (#18209) 2024-10-23 18:33:31 +08:00
Julien Ripouteau
f67629f675
docs(landing): add AdonisJS logo (#18258) 2024-10-23 17:18:22 +08:00
patak
3778c7acf9
docs: center last projects row in landing (#18424)
Co-authored-by: 翠 / green <green@sapphi.red>
2024-10-23 08:20:12 +02:00
Bjorn Lu
ff018dca95
chore: update moduleResolution value casing (#18409) 2024-10-21 16:33:54 +09:00
patak
257883fccc
docs: reload due to gsap and shiki (#18397) 2024-10-19 10:10:15 +02:00
Segev Finer
964a618e64
docs(backend-integration): add an example importedChunks (#18357)
Co-authored-by: 翠 / green <green@sapphi.red>
2024-10-18 15:38:27 +02:00
patak
105ca12b34
feat: add .git to deny list by default (#18382) 2024-10-18 14:53:27 +02:00
helloworld3200
159b4f4d9e
docs: change docs to include more details about public directory (#18286)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-10-18 12:33:15 +02:00
翠 / green
eec021deaa
docs: clarify where it applies for each config options (#18375) 2024-10-18 08:20:21 +02:00