-
-
Notifications
You must be signed in to change notification settings - Fork 738
docs: add 1.6.0 release blog #12019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add 1.6.0 release blog #12019
Conversation
✅ Deploy Preview for rspack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
03f27e6 to
a3178e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR announces the release of Rspack 1.6, introducing the release blog post in both English and Chinese, updating the blog index pages, and refactoring the Open Graph image URL generation logic.
- Adds comprehensive release announcement documentation for Rspack 1.6 with features like enhanced tree shaking, import defer support, and improved ESM output
- Refactors the Open Graph image URL generation to use a dynamic pattern-matching approach instead of hardcoded version checks
- Removes the
lazyCompilationconfiguration from the builder config
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/rspress.config.ts | Refactored OG image generation to use dynamic pattern matching; removed lazyCompilation config |
| website/docs/en/blog/announcing-1-6.mdx | Added English release announcement for Rspack 1.6 |
| website/docs/zh/blog/announcing-1-6.mdx | Added Chinese release announcement for Rspack 1.6 |
| website/docs/en/blog/index.mdx | Added entry for Rspack 1.6 announcement in English blog index |
| website/docs/zh/blog/index.mdx | Added entry for Rspack 1.6 announcement in Chinese blog index |
| website/docs/en/blog/_meta.json | Added "announcing-1-6" to English blog metadata |
| website/docs/zh/blog/_meta.json | Added "announcing-1-6" to Chinese blog metadata |
| website/project-words.txt | Added "tsgo" to project dictionary |
| website/cspell.config.cjs | Added "tsgo" to spell checker whitelist |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Release blog for v1.6.0
Related links
Checklist