What's Changed
Breaking Changes
- fix(server)!: should respect the value of the
server.cors
option by @chenjiahan in #4876
New Features 🎉
- feat(asset): add support for raw query by @chenjiahan in #4869
- feat(types): declare existing properties of
import.meta.env
by @chenjiahan in #4871 - feat: integrate Rspack lazy compilation middleware by @chenjiahan in #4881
Bug Fixes 🐞
- fix(types): missing
server.cors
object type by @chenjiahan in #4877
Document 📖
- docs: import static assets as string by @chenjiahan in #4872
- docs: polish credits in README files by @chenjiahan in #4875
- docs: enhance CORS configuration examples by @chenjiahan in #4880
- docs: update lazy compilation configuration by @chenjiahan in #4882
Other Changes
- refactor(types): streamline query params and improve JSDoc by @chenjiahan in #4870
- refactor(server): refactor compilation middleware by @chenjiahan in #4878
- release: 1.3.0-beta.3 by @chenjiahan in #4884
Full Changelog: v1.3.0-beta.2...v1.3.0-beta.3