Skip to content

Releases: rollup/rollup

v1.2.4

26 Feb 05:56
Compare
Choose a tag to compare

2019-02-26

Bug Fixes

  • Fix an issue where a variable was imported twice under the same name (#2715)

Pull Requests

  • #2715: Deduplicate imports referencing default exports and their original variables (@lukastaegert)

v1.2.3

23 Feb 13:37
Compare
Choose a tag to compare

2019-02-23

Bug Fixes

  • Use correct path when rendering dynamic imports where the entry module is empty (#2714)

Pull Requests

v1.2.2

20 Feb 15:28
Compare
Choose a tag to compare

2019-02-19

Bug Fixes

  • Fix wrong external imports when using the paths options only for some outputs (#2706)

Pull Requests

v1.2.1

17 Feb 15:46
Compare
Choose a tag to compare

2019-02-17

Bug Fixes

  • Fix ESM version of Rollup (#2705)

Pull Requests

v1.2.0

17 Feb 08:35
Compare
Choose a tag to compare

2019-02-17

Features

  • Fewer renamed variables due to a completely reimplemented deconflicting logic (#2689)

Bug Fixes

  • Respect rendered and tree-shaken exports when determining chunk hashes (#2695)
  • Fix an error when dynamic imports end up in the same chunk as one of their importees (#2677)
  • Do not generate invalid code when expressions containing IIFEs are simplified (#2696)
  • Do not throw an error when more than ten bundles are watched (#2700)
  • Treat re-exported globals in a spec-compliant way (#2691)
  • Fix issues related to wrongly renamed variables (#2689)
  • Do not throw an error if config files contain non-default exports (#2673)
  • Improve type of RollupOutput.output to guarantee at least one chunk (#2679)

Pull Requests

v1.1.2

21 Jan 07:08
Compare
Choose a tag to compare

2019-01-21

Bug Fixes

  • Tree-shaken dynamic imports no longer leave behind undefined entries in the bundle information (#2663)
  • Dynamic imports in dynamically imported files could lead to crashes and would not always create new chunks (#2664)

Pull Requests

v1.1.1

19 Jan 21:47
Compare
Choose a tag to compare

2019-01-19

Bug Fixes

  • Make sure object prototype methods are not considered to be falsy when tree-shaking (#2652)

Pull Requests

v1.1.0

09 Jan 07:02
Compare
Choose a tag to compare

2019-01-09

Features

  • Make this.meta available from the options plugin hook (#2642)
  • Add a new writeBundle plugin hook that is called after all files have been written (#2643)

Bug Fixes

  • Make sure the acorn import of the bundled non-ESM acorn plugins is correctly translated to ESM (#2636)
  • Make sure input options are actually passed to the buildStart hook (#2642)

Pull Requests

v1.0.2

05 Jan 11:53
Compare
Choose a tag to compare

2019-01-05

Bug Fixes

  • Make sure the transform hook is always reevaluated when a file watched by the hook changes (#2633)
  • Fix a crash when generating hashes for tree-shaken dynamic imports (#2638)
  • Fix a crash and some inconsistencies when using the acorn-bigint plugin (#2640)

Pull Requests

v1.0.1

03 Jan 09:26
Compare
Choose a tag to compare

2019-01-03

Bug Fixes

  • Properly handle reexporting an external default export for non-ESM targets when using named exports mode (#2620)
  • Do not (wrongly) re-declare input options in the merged RollupOptions type (#2622)

Pull Requests