Skip to content

Releases: rollup/rollup

v4.29.1

21 Dec 07:16
Compare
Choose a tag to compare

4.29.1

2024-12-21

Bug Fixes

  • Fix crash from deoptimized logical expressions (#5771)

Pull Requests

v4.29.0

20 Dec 18:38
Compare
Choose a tag to compare

4.29.0

2024-12-20

Features

  • Treat objects as truthy and always check second argument to better simplify logical expressions (#5763)

Pull Requests

  • #5759: docs: add utf-8 encoding to JSON file reading (@chouchouji)
  • #5760: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5763: fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking (@TrickyPi)
  • #5766: chore(deps): update dependency @rollup/plugin-node-resolve to v16 (@renovate[bot])
  • #5767: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])

v4.28.1

06 Dec 11:45
Compare
Choose a tag to compare

4.28.1

2024-12-06

Bug Fixes

  • Support running Rollup natively on LoongArch (#5749)
  • Add optional debugId to SourceMap types (#5751)

Pull Requests

v4.28.0

30 Nov 13:16
Compare
Choose a tag to compare

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

23 Nov 07:01
Compare
Choose a tag to compare

4.27.4

2024-11-23

Bug Fixes

  • Update bundled magic-string to support sourcemap debug ids (#5740)

Pull Requests

  • #5740: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])

v4.27.3

18 Nov 16:40
Compare
Choose a tag to compare

4.27.3

2024-11-18

Bug Fixes

  • Revert object property tree-shaking for now (#5736)

Pull Requests

v4.27.2

15 Nov 17:20
Compare
Choose a tag to compare

4.27.2

2024-11-15

Bug Fixes

  • Ensure unused variables in patterns are always deconflicted if rendered (#5728)

Pull Requests

v4.27.1

15 Nov 16:08
Compare
Choose a tag to compare

4.27.1

2024-11-15

Bug Fixes

  • Fix some situations where parameter declarations could put Rollup into an infinite loop (#5727)

Pull Requests

v4.27.0

15 Nov 10:41
Compare
Choose a tag to compare

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

v4.26.0

13 Nov 06:45
Compare
Choose a tag to compare

4.26.0

2024-11-13

Features

  • Allow to avoid await bundle.close() via explicit resource management in TypeScript (#5721)

Pull Requests