Rollup v2.26.0 Release Notes

  • 2020-08-15

    ๐Ÿ”‹ Features

    • โž• Add a new entry importedBindings to the bundle information to list bindings per dependency (#3722)

    ๐Ÿ› Bug Fixes

    • Do not render an invalid UMD wrapper when no bindings are imported from a dependency (#3724)
    • Avoid situations where removing the else branch from an if statement might catch the else branch from another one (#3725)

    Pull Requests

    • #3722: Add import specifiers to bundle information (@lukastaegert)
    • ๐Ÿ— #3724: Fix missing variables for UMD and IIFE builds (@lukastaegert)
    • ๐Ÿšš #3725: Do not entirely remove else branch if another else branch might accidentally be referenced (@lukastaegert)