Skip to content
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

release: 1.0.0-rc.0 #7662

Merged
merged 3 commits into from
Aug 23, 2024
Merged

release: 1.0.0-rc.0 #7662

merged 3 commits into from
Aug 23, 2024

Conversation

chenjiahan
Copy link
Member

@chenjiahan chenjiahan commented Aug 23, 2024

💡 Highlights

Faster eval-source-map

eval-source-map is now 80% faster than the previous version, see #7630.

image

HtmlRspackPlugin Escape Syntax

Now HtmlRspackPlugin uses the same syntax as html-webpack-plugin to escape a value. This can help you migrate from html-webpack-plugin to HtmlRspackPlugin more smoothly.

  • Before: Use <%= to escape the value, <%- does not escape the value.
  • After: Use <%- to escape the value, <%= does not escape the value.

For example, if a template value is <div>Rspack</div>, the current output will be:

<!-- Input -->
<%= value %>
<%- value %>

<!-- Output -->
<div>Rspack</div>
&lt;div&gt;Rspack&lt;/div&gt

PR: #7661

What's Changed

Breaking Changes 🛠

Performance Improvements ⚡

Exciting New Features 🎉

Bug Fixes 🐞

Document Updates 📖

Other Changes

New Contributors

Full Changelog: v1.0.0-beta.5...v1.0.0-rc.0

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Aug 23, 2024
Copy link

netlify bot commented Aug 23, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 621cd3b
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/66c8259136feef00086a354c

@rspack-bot
Copy link

rspack-bot commented Aug 23, 2024

📝 Ran ecosystem CI: Open

suite result
modernjs ✅ success
nx ❌ failure
rspress ✅ success
rslib ✅ success
rsbuild ❌ failure
examples ✅ success

@fi3ework
Copy link
Member

I rebased the branch to carry some just fixed commits.

@chenjiahan
Copy link
Member Author

Nice 👍

@rspack-bot
Copy link

rspack-bot commented Aug 23, 2024

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
nx ❌ failure
rspress ✅ success
rslib ✅ success
rsbuild ❌ failure
examples ✅ success

@chenjiahan chenjiahan merged commit 881f15f into main Aug 23, 2024
59 checks passed
@chenjiahan chenjiahan deleted the release_1_0_0_rc_0 branch August 23, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants