Skip to content

Releases: rollup/rollup

v3.26.2

06 Jul 11:39
Compare
Choose a tag to compare

3.26.2

2023-07-06

Bug Fixes

  • Improve error handling when manual chunks would contain external modules (#5050)

Pull Requests

  • #5050: fix: improve error for manualChunks' modules that are resolved as an external module (@TrickyPi)

v3.26.1

05 Jul 07:46
Compare
Choose a tag to compare

3.26.1

2023-07-05

Bug Fixes

  • Support hasOwnProperty as exported name in CommonJS (#5010)
  • Properly reference browser types in package file (#5051)

Pull Requests

v3.26.0

30 Jun 04:46
Compare
Choose a tag to compare

3.26.0

2023-06-30

Features

  • Add --filterLogs CLI flag and ROLLUP_FILTER_LOGS environment variable for log filtering (#5035)

Pull Requests

  • #5035: Add ability to filter logs via CLI option or environment variable (@lukastaegert)
  • #5049: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])

v3.25.3

26 Jun 20:10
Compare
Choose a tag to compare

3.25.3

2023-06-26

Bug Fixes

  • Fix error when inlining dynamic imports that contain unused reexported variables (#5047)

Pull Requests

  • #5047: Do not add tree-shaken variables to namespaces when inlining dynamic imports (@lukastaegert)

v3.25.2

24 Jun 20:41
Compare
Choose a tag to compare

3.25.2

2023-06-24

Bug Fixes

  • Handle plugin errors where code is not a string (#5042)
  • Use current transformed source when generating code frames with positions in transform hooks (#5045)

Pull Requests

v3.25.1

12 Jun 04:41
Compare
Choose a tag to compare

3.25.1

2023-06-12

Bug Fixes

  • Respect __NO_SIDE_EFFECTS__ for async functions (#5031)

Pull Requests

  • #5031: fix: __NO_SIDE_EFFECTS__ annotation for async function (@antfu)

v3.25.0

11 Jun 05:08
Compare
Choose a tag to compare

3.25.0

2023-06-11

Features

  • Add this.info and this.debug plugin context logging functions (#5026)
  • Add onLog option to read, map and filter logs (#5026)
  • Add logLevel option to fully suppress logs by level (#5026)
  • Support function logs in this.warn, this.info and this.debug to avoid heavy computations based on log level (#5026)
  • Add onLog plugin hook to read, filter and map logs from plugins (#5026)

Pull Requests

v3.24.1

10 Jun 04:43
Compare
Choose a tag to compare

3.24.1

2023-06-10

Bug Fixes

  • Fix an issue where bundles with @rollup/plugin-commonjs were missing internal dependencies when code-splitting (#5029)
  • Do not use process.exit(0) in watch mode to avoid issues in embedded scenarios (#5027)

Pull Requests

v3.24.0

07 Jun 04:50
Compare
Choose a tag to compare

3.24.0

2023-06-07

Features

  • Add new annotation /* #__NO_SIDE_EFFECTS__ */ to mark function declarations as side effect free (#5024)

Pull Requests

  • #5024: feat: support #__NO_SIDE_EFFECTS__ annotation for function declaration (@antfu)

v3.23.1

04 Jun 18:44
Compare
Choose a tag to compare

3.23.1

2023-06-04

Bug Fixes

  • Ensure the last segment of sourcemapBaseUrl is never omitted (#5022)

Pull Requests