-
-
Notifications
You must be signed in to change notification settings - Fork 757
docs: add 1.7.0 release blog #12571
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.7.0 release blog #12571
Conversation
✅ Deploy Preview for rspack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
… into docs/release-v1.7.0
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 adds the Rspack 1.7.0 release blog announcement in both English and Chinese, highlighting improvements to SWC plugin compatibility, new Import Bytes support, lazy compilation defaults, and stabilization of experimental features. The PR also updates related blog references across older announcements.
Key changes:
- New comprehensive release blog for Rspack 1.7 with detailed feature descriptions and upgrade guides
- Configuration updates to support diff notation in code blocks
- Consistency improvements to error message references across historical blog posts
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| website/rspress.config.ts | Added transformerNotationDiff to support diff syntax highlighting in code blocks |
| website/docs/en/blog/index.mdx | Added entry for Rspack 1.7 announcement |
| website/docs/zh/blog/index.mdx | Added entry for Rspack 1.7 announcement (Chinese) |
| website/docs/en/blog/announcing-1-7.mdx | New comprehensive English release blog for version 1.7 |
| website/docs/zh/blog/announcing-1-7.mdx | New comprehensive Chinese release blog for version 1.7 |
| website/docs/en/blog/_meta.json | Added announcing-1-7 to blog navigation |
| website/docs/zh/blog/_meta.json | Added announcing-1-7 to blog navigation (Chinese) |
| website/docs/en/errors/swc-plugin-version.mdx | Fixed title from "unmatched" to "mismatch" |
| website/docs/en/blog/announcing-1-[2-6].mdx | Updated references to use consistent "mismatch" terminology |
| website/cspell.config.cjs | Added technical terms 'cbor' and 'rkyv' to dictionary |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary
Release blog for v1.7.0
Checklist