rollup v2.59.0 Release Notes

  • 2021-11-01

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support static class initialization blocks (#4249)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix an issue with the CommonJS plugin when module.exports has inherited properties (#4256)

    Pull Requests

    • #4236: typescript bug class field initialization order (@dnalborczyk)
    • ๐Ÿ‘ #4249: Support for class static initialization block (@dnalborczyk and @lukastaegert)
    • #4256: Skip inherited properties in synthetic namespaces (@lukastaegert)