Skip to content

Releases: rollup/rollup

v4.25.0

09 Nov 08:38
Compare
Choose a tag to compare

4.25.0

2024-11-09

Features

  • Add output.sourcemapDebugIds option to add matching debug ids to sourcemaps and code for tools like Sentry or Rollbar (#5712)

Bug Fixes

  • Make it easier to manually reproduce base16 hashes by using a more standard base16 conversion algorithm (#5719)

Pull Requests

v4.24.4

04 Nov 08:47
Compare
Choose a tag to compare

4.24.4

2024-11-04

Bug Fixes

  • Ensure mutations by handlers in Proxy definitions are always respected when tree-shaking (#5713)

Pull Requests

v4.24.3

29 Oct 14:14
Compare
Choose a tag to compare

4.24.3

2024-10-29

Bug Fixes

  • Slightly reduce memory consumption by specifying fixed array sizes where possible (#5703)

Pull Requests

v4.24.2

27 Oct 15:40
Compare
Choose a tag to compare

4.24.2

2024-10-27

Bug Fixes

  • Add missing build dependency (#5705)

Pull Requests

  • #5705: Fix "Couldn't find package" error when installing rollup using yarn (@tagattie)

v4.24.1

27 Oct 06:43
Compare
Choose a tag to compare

4.24.1

2024-10-27

Bug Fixes

  • Support running Rollup natively on FreeBSD (#5698)

Pull Requests

v4.24.0

02 Oct 09:37
Compare
Choose a tag to compare

4.24.0

2024-10-02

Features

  • Support preserving and transpiling JSX syntax (#5668)

Pull Requests

v4.23.0

01 Oct 07:10
Compare
Choose a tag to compare

4.23.0

2024-10-01

Features

  • Collect all emitted names and originalFileNames for assets (#5686)

Pull Requests

v4.22.5

27 Sep 11:48
Compare
Choose a tag to compare

4.22.5

2024-09-27

Bug Fixes

  • Allow parsing of certain unicode characters again (#5674)

Pull Requests

v4.22.4

21 Sep 06:11
Compare
Choose a tag to compare

4.22.4

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

v4.22.3

21 Sep 05:03
Compare
Choose a tag to compare

4.22.3

2024-09-21

Bug Fixes

  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)

Pull Requests