Conversation
✅ Deploy Preview for rolldown-rs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| - don't throw resolve errors for dynamic import inside try block (#5537) by @shulaoda | ||
| - rolldown: oxc v0.79.0 (#5512) by @Boshen | ||
| - rolldown_plugin_asset: align `render_chunk` logic (#5511) by @shulaoda | ||
| - rolldown_plugin_utls: finish `render_asset_url_in_js` (#5508) by @shulaoda |
Contributor
There was a problem hiding this comment.
There's a typo in the changelog entry: rolldown_plugin_utls should be rolldown_plugin_utils. This would maintain consistency with the naming pattern used in other entries, including the subsequent entries that correctly use rolldown_plugin_utils.
Suggested change
| - rolldown_plugin_utls: finish `render_asset_url_in_js` (#5508) by @shulaoda | |
| - rolldown_plugin_utils: finish `render_asset_url_in_js` (#5508) by @shulaoda | |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[1.0.0-beta.31] - 2025-08-04
🚀 Features
export * from ...(feat(hmr): generate initializer forexport * from ...#5577) by @hyf0watch.clearScreen(feat: optionwatch.clearScreen#5518) by @situ2001nameandoriginalFileName(feat(assetFileNames): supportnameandoriginalFileName#5555) by @shulaodaonInvalidateschema to validator (feat: add optionalonInvalidateschema to validator #5528) by @situ2001render_chunklogic (feat(rolldown_plugin_asset): alignrender_chunklogic #5511) by @shulaodarender_asset_url_in_js(feat(rolldown_plugin_utls): finishrender_asset_url_in_js#5508) by @shulaoda__VITE_ASSET__(feat(rolldown_plugin_utils): align replacement logic for__VITE_ASSET__#5507) by @shulaodarender_asset_url_in_jssupport (feat(rolldown_plugin_utils): add partialrender_asset_url_in_jssupport #5504) by @shulaodasourcemapBaseUrlfrom NormalizedOutputOptions (feat: exposesourcemapBaseUrlfrom NormalizedOutputOptions #5513) by @sapphi-red🐛 Bug Fixes
generateBundleandwriteBundle(fix: modify output filename correctly ingenerateBundleandwriteBundle#5580) by @shulaodaexport * from ...(fix(hmr): ensure correct runtime behavior forexport * from ...#5578) by @hyf0export * from ...(fix(hmr): handleexport * from ...#5566) by @hyf0import.metacorrectly (fix(rolldown_plugin_web_worker_post): handleimport.metacorrectly #5565) by @shulaodaimport/requireconditions for external modules resolution (fix(plugin/vite-resolve): useimport/requireconditions for external modules resolution #5540) by @sapphi-redresolve.externalConditions(fix(plugin/vite-resolve): resolve externalized packages withresolve.externalConditions#5491) by @sapphi-redmodule.exports.__esModule = true(fix(scanner): identifymodule.exports.__esModule = true#5503) by @overlookmotelsourcemapBaseUrlis an invalid URL (fix: error instead of panic ifsourcemapBaseUrlis an invalid URL #5514) by @sapphi-red🚜 Refactor
__rolldown_exports__as the name for esm module namespace object (refactor(hmr): use__rolldown_exports__as the name for esm module namespace object #5579) by @hyf0_configNameto_testNamein configuration files and update variant formatting in snapshots (refactor(tests): rename_configNameto_testNamein configuration files and update variant formatting in snapshots #5569) by @hyf0rolldown_rstrcrate and useCompactStrdirectly (refactor(rolldown): Removerolldown_rstrcrate and useCompactStrdirectly #5542) by @CopilotImportRecordMeta(refactor: use pascal case when naming bitflags field forImportRecordMeta#5539) by @IWANABETHATGUYsourcemap_base_urlparsing (refactor: use combinator function handlesourcemap_base_urlparsing #5517) by @IWANABETHATGUYto_output_file_path_in_js(refactor(rolldown_plugin_utils): improveto_output_file_path_in_js#5505) by @shulaoda📚 Documentation
🧪 Testing
configNameto_configNameand add comments (test(rust): renameconfigNameto_configNameand add comments #5568) by @hyf0rolldown_testing_config(test(rust): re-organizerolldown_testing_config#5567) by @hyf0⚙️ Miscellaneous Tasks
code-spell-checkerextension (chore(vscode): removecode-spell-checkerextension #5530) by @shulaoda❤️ New Contributors