Skip to content

Releases: rollup/rollup

v4.52.4

03 Oct 05:49
Compare
Choose a tag to compare

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

v4.52.3

27 Sep 07:07
Compare
Choose a tag to compare

4.52.3

2025-09-27

Bug Fixes

  • Fix check in native loader for environments that do not support reports (#6123)

Pull Requests

v4.52.2

23 Sep 08:20
Compare
Choose a tag to compare

4.52.2

2025-09-23

Bug Fixes

  • Fix Android build crashing due to failed dlopen (#6109)

Pull Requests

v4.52.1

23 Sep 04:30
Compare
Choose a tag to compare

4.52.1

2025-09-23

Bug Fixes

  • Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (#6121)

Pull Requests

v4.52.0

19 Sep 19:47
Compare
Choose a tag to compare

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

  • #6087: fix: manualChunks and non manualChunks shared dependencies are merged with the first manualChunk encountered alphabetically (@maiieul)
  • #6110: Add support x86_64-pc-windows-gnu (@lsq, @lukastaegert)
  • #6118: Automatically remove REPL artefacts label from PRs (@lukastaegert)

v4.51.0

19 Sep 08:59
Compare
Choose a tag to compare

4.51.0

2025-09-19

Features

  • Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (#6108)

Bug Fixes

  • Improve OpenHarmony build to work in more situations (#6115)

Pull Requests

v4.50.2

15 Sep 07:15
Compare
Choose a tag to compare

4.50.2

2025-09-15

Bug Fixes

  • Resolve an issue where unused destructured array pattern declarations would conflict with included variables (#6100)

Pull Requests

v4.50.1

07 Sep 10:53
Compare
Choose a tag to compare

4.50.1

2025-09-07

Bug Fixes

  • Resolve a situation where a destructuring default value was removed (#6090)

Pull Requests

v4.50.0

31 Aug 07:39
Compare
Choose a tag to compare

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

v4.49.0

27 Aug 07:26
Compare
Choose a tag to compare

4.49.0

2025-08-27

Features

  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#6038)

Pull Requests

  • #6038: feat: Run external check in cli/run/loadConfigFile.ts as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@stazz, @TrickyPi)
  • #6082: Improve build pipeline performance (@lukastaegert)