Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rollup/rollup

v4.54.0

20 Dec 09:30

Choose a tag to compare

4.54.0

2025-12-20

Features

  • Enable tree-shaking for Symbol.hasInstance, Symbol.dispose and Symbol.asyncDispose properties if unused (#6046)

Bug Fixes

  • Ensure that well-known-Symbol-valued properties are not tree-shaken except in select cases (#6046)
  • Ensure namespace properties are included when referenced only from a try-catch (#6216)

Pull Requests

v4.53.5

16 Dec 06:16

Choose a tag to compare

4.53.5

2025-12-16

Bug Fixes

  • Fix wrong semicolon insertion position when using JSX (#6206)
  • Generate spec-compliant sourcemaps when sources content is excluded (#6196)

Pull Requests

  • #6196: fix: set sourcesContent to undefined instead of null when excluding sources content (@TrickyPi)
  • #6206: Fix semicolon order in JSX (@TrickyPi)

v4.53.4

15 Dec 12:02

Choose a tag to compare

4.53.4

2025-12-15

Bug Fixes

  • Ensure Symbol.dispose and Symbol.asyncDispose properties are never removed with (await) using declarations. (#6209)

Pull Requests

v4.53.3

19 Nov 06:33

Choose a tag to compare

4.53.3

2025-11-19

Bug Fixes

  • Fix an error where too many modules where flagged for having an unused external import (#6182)
  • Fix an error where an assignment was wrongly tree-shaken when mutating it (#6183)

Pull Requests

v4.53.2

10 Nov 08:58

Choose a tag to compare

4.53.2

2025-11-10

Bug Fixes

  • Do not throw when using invalid escape sequences in template literals (#6177)

Pull Requests

v4.53.1

07 Nov 21:57

Choose a tag to compare

4.53.1

2025-11-07

Bug Fixes

  • Fix install script (#6172)

Pull Requests

  • #6172: fix: move patch-package from postinstall to prepare script (@mshima)

v4.53.0

07 Nov 16:23

Choose a tag to compare

4.53.0

2025-11-07

Features

  • Improve rendering performance by caching generated variable names (#5947)

Pull Requests

v4.52.5

18 Oct 06:54

Choose a tag to compare

4.52.5

2025-10-18

Bug Fixes

  • Always produce valid UUIDs as debugIds in sourcemaps (#6144)

Pull Requests

v4.52.4

03 Oct 05:49

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

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