Releases: rollup/rollup
Releases Β· rollup/rollup
v4.28.1
4.28.1
2024-12-06
Bug Fixes
- Support running Rollup natively on LoongArch (#5749)
- Add optional
debugId
toSourceMap
types (#5751)
Pull Requests
- #5749: feat: add support for LoongArch (@darkyzhou)
- #5751: feat: Add
debugId
toSourceMap
types (@timfish, @lukastaegert) - #5752: chore(deps): update dependency mocha to v11 (@renovate[bot])
- #5753: chore(deps): update dependency vite to v6 (@renovate[bot])
- #5754: fix(deps): update swc monorepo (major) (@renovate[bot])
- #5755: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
- #5756: Test if saving the Cargo cache can speed up FreeBSD (@lukastaegert)
v4.28.0
4.28.0
2024-11-30
Features
- Allow to specify how to handle import attributes when transpiling Rollup config files (#5743)
Pull Requests
v4.27.4
v4.27.3
4.27.3
2024-11-18
Bug Fixes
- Revert object property tree-shaking for now (#5736)
Pull Requests
- #5736: Revert object tree-shaking until some issues have been resolved (@lukastaegert)
v4.27.2
4.27.2
2024-11-15
Bug Fixes
- Ensure unused variables in patterns are always deconflicted if rendered (#5728)
Pull Requests
- #5728: Fix more variable deconflicting issues (@lukastaegert)
v4.27.1
4.27.1
2024-11-15
Bug Fixes
- Fix some situations where parameter declarations could put Rollup into an infinite loop (#5727)
Pull Requests
- #5727: Debug out-of-memory issues with Rollup v4.27.0 (@lukastaegert)
v4.27.0
4.27.0
2024-11-15
Features
- Tree-shake unused properties in object literals (#5420)
Bug Fixes
- Change hash length limit to 21 to avoid inconsistent hash length (#5423)
Pull Requests
- #5420: feat: implement object tree-shaking (@TrickyPi, @lukastaegert)
- #5723: Reduce max hash size to 21 (@lukastaegert)
- #5724: fix(deps): update swc monorepo (major) (@renovate[bot])
- #5725: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
v4.26.0
v4.25.0
v4.24.4
4.24.4
2024-11-04
Bug Fixes
- Ensure mutations by handlers in Proxy definitions are always respected when tree-shaking (#5713)
Pull Requests
- #5708: Update configuration-options document (@sacru2red, @lukastaegert)
- #5711: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
- #5713: fix: Deoptimize the proxied object if its property is reassigned in the handler functions (@TrickyPi)