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

Skip to content

Releases: rollup/rollup

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)

v4.48.1

25 Aug 05:43
Compare
Choose a tag to compare

4.48.1

2025-08-25

Bug Fixes

  • Correctly ignore white-space in JSX strings around line-breaks (#6051)

Pull Requests

v4.48.0

23 Aug 06:20
Compare
Choose a tag to compare

4.48.0

2025-08-23

Features

  • If configured, also keep unparseable import attributes of external dynamic imports in the output(#6071)

Bug Fixes

  • Ensure variables referenced in non-removed import attributes are included (#6071)

Pull Requests

v4.47.1

21 Aug 08:44
Compare
Choose a tag to compare

4.47.1

2025-08-21

Bug Fixes

  • Revert build process changes to investigate issues (#6077)

Pull Requests

v4.47.0

21 Aug 05:43
Compare
Choose a tag to compare

4.47.0

2025-08-21

Features

  • Aggressively reduce WASM build size (#6053)

Bug Fixes

  • Fix illegal instruction error on Android ARM platforms (#6072)
  • Allow to pass explicit undefined for optional fields in Rollup types (#6061)

Pull Requests

v4.46.4

20 Aug 05:34
Compare
Choose a tag to compare

4.46.4

2025-08-20

Bug Fixes

  • Do not omit synthetic namespaces when only accessed via in operator (#6052)

Pull Requests

v4.46.3

18 Aug 05:59
Compare
Choose a tag to compare

4.46.3

2025-08-18

Bug Fixes

  • Resolve illegal instruction error on arm64 architectures (#6055)
  • Resolve sourcemap generation performance regression (#6057)

Pull Requests

v4.46.2

29 Jul 19:46
Compare
Choose a tag to compare

4.46.2

2025-07-29

Bug Fixes

  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#6041)

Pull Requests