Skip to content

Releases: rollup/rollup

v4.63.3

Choose a tag to compare

@github-actions github-actions released this 14 Sep 12:47

4.63.3

2026-09-14

Bug Fixes

  • Make sure that the internal shims for basename and extname in the browser build fully match NodeJS (#6473)
  • Always report and recover from failures on invalidation in watch mode (#6506)
  • Respect windows line terminators when tree-shaking in situations where line-breaks need to be removed to prevent automatic semicolon insertion (#6514)

Pull Requests

v4.63.2

Choose a tag to compare

@github-actions github-actions released this 12 Sep 06:39

4.63.2

2026-09-12

Bug Fixes

  • Fix a bug when filtering logs for nested properties via the CLI (#6511)

Pull Requests

v4.63.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 06:01

4.63.1

2026-08-28

Bug Fixes

  • Revert function return value tracking until the most recent issue is understood (#6490)

Pull Requests

v4.63.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 13:05

4.63.0

2026-08-25

Features

  • Allow to analyze function return values in many more cases (#6065)

Pull Requests

v4.62.5

Choose a tag to compare

@github-actions github-actions released this 20 Aug 17:03

4.62.5

2026-08-20

Bug Fixes

  • Resolve an issue where compact mode could result in invalid module concatenations (#6468)

Pull Requests

v4.62.4

Choose a tag to compare

@github-actions github-actions released this 01 Aug 05:22

4.62.4

2026-08-01

Bug Fixes

  • Resolve a regression when using Rollup on older Linux distributions (#6467)

Pull Requests

v4.62.3

Choose a tag to compare

@github-actions github-actions released this 26 Jul 15:00

4.62.3

2026-07-26

Bug Fixes

  • Sanitize illegal characters preserved modules input base (#6439)

Pull Requests

v4.62.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:57

4.62.2

2026-06-19

Bug Fixes

  • Do not add spurious side-effect-free external imports to chunks when using minChunkSize (#6411)

Pull Requests

v4.62.1

Choose a tag to compare

@github-actions github-actions released this 19 Jun 12:43

4.62.1

2026-06-19

Bug Fixes

  • Preserve multipart file extensions when deconflicting output chunks (#6408)
  • Fix an issue where getLogFilter would match additional logs (#6415)

Pull Requests

v4.62.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 08:32

4.62.0

2026-06-13

Features

  • Ensure that shared dependencies between manual chunks and entry points receive a serparate chunk (#6374)

Pull Requests