rollup v2.44.0 Release Notes

  • 2021-03-29

    ๐Ÿ”‹ Features

    • โž• Add a new option makeAbsoluteExternalsRelative to opt out of renormalizing absolute external ids to relative ids (#4021)
    • ๐Ÿ”Œ Extend the resolveId plugin hook to allow forcing or preventing renormalization of absolute external ids (#4021)
    • ๐Ÿ‘‰ Make the rendered code of individual modules available in the generated bundle (#4028)

    ๐Ÿ› Bug Fixes

    • Handle objects with __proto__ properties correctly (#4019)

    Pull Requests

    • #4019: Deoptimize ObjectExpression when a __proto__ property is present (@marijnh)
    • #4021: Improve absolute path handling (@lukastaegert)
    • #4026: chore: fix vscode launch config (change tdd to bdd) (@jameslahm)
    • #4027: Post comment for PRs from forks (@lukastaegert)
    • #4028: Expose rendered module code to generateBundle hook (@btd)