What's Changed
New Features 🎉
- feat: support resourceQuery for transform API by @chenjiahan in #2068
- feat: add modifyHTMLTags plugin API by @chenjiahan in #2078
- feat(server): add HMR forced reload error log by @9aoy in #2099
Performance 🚀
- perf: remove webpack-sources dependency by @chenjiahan in #2090
Bug Fixes 🐞
- fix(plugin-solid): only enable solid-refresh when target is web by @chenjiahan in #2069
- fix: ensure
crossorigin
can be applied to all tags by @chenjiahan in #2081
Document 📖
- docs: improve quickstart guide by @chenjiahan in #2071
- docs: add transform API handler param by @chenjiahan in #2075
- docs: update features list by @chenjiahan in #2083
- docs: update assets domain by @chenjiahan in #2096
- docs: add image assets guide to contributing by @chenjiahan in #2097
- docs: add api.modifyHTMLTags to document by @chenjiahan in #2101
Other Changes
- chore: simplify default plugins typing by @chenjiahan in #2076
- chore: simplify tag interface for modifyHTMLTags by @chenjiahan in #2079
- chore: generate network tags with modifyHTMLTags by @chenjiahan in #2080
- chore: merge resource hints plugins by @chenjiahan in #2082
- chore(deps): update dependency sass to ^1.75.0 by @renovate in #2084
- refactor: apply nonce via Rsbuild plugin API by @chenjiahan in #2094
- chore(deps): update dependency sass-loader to v14.2.0 by @renovate in #2085
- chore: remove "ua" type in "output.polyfill" by @fi3ework in #2095
- test(e2e): update plugin hooks test case by @chenjiahan in #2100
Full Changelog: v0.6.1...v0.6.2