All Versions
627
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 7

  • v2.58.3 Changes

    2021-10-25

    ๐Ÿ› Bug Fixes

    • Republish 2.58.1 with npm 6 as files were missing
  • v2.58.2 Changes

    2021-10-25

    ๐Ÿ› Bug Fixes

    • Republish 2.58.1 as files were missing
  • v2.58.1 Changes

    2021-10-25

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix an issue with the CommonJS plugin when module.exports is falsy (#4247)

    Pull Requests

    • #4247: Handle falsy synthetic namespaces (@lukastaegert)
  • v2.58.0 Changes

    2021-10-01

    ๐Ÿ”‹ Features

    • โž• Add a flag to more reliably identify entry points in the resolveId hook (#4230)

    Pull Requests

    • #4230: Add isEntry flag to resolveId and this.resolve (@lukastaegert)
    • ๐Ÿšš #4233: Remove unused rollup-plugin-typescript ambient module types (@dnalborczyk)
    • โšก๏ธ #4235: Update dependencies (@lukastaegert)
  • v2.57.0 Changes

    2021-09-22

    ๐Ÿ”‹ Features

    • โž• Add generatedCode option to allow Rollup to use es2015 features for smaller output and more efficient helpers (#4215)
    • ๐Ÿ‘Œ Improve AMD and SystemJS parsing performance by wrapping relevant functions in parentheses (#4215)
    • ๐Ÿ—„ Using preferConst will now show a warning with strictDeprecations: true (#4215)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘Œ Improve ES3 syntax compatibility by more consequently quoting reserved words as props in generated code (#4215)
    • Do not use Object.assign in generated code to ensure ES5 compatibility without the need for polyfills (#4215)
    • ๐Ÿ‘Œ Support live-bindings in dynamic namespace objects that contain reexported external or synthetic namespaces (#4215)
    • ๐Ÿ‘‰ Use correct "this" binding in dynamic import expressions for CommonJS and AMD (#4215)
    • Properly handle shimMissingExports for exports that are only used internally (#4215)
    • ๐Ÿ“œ Prevent unhandled rejection for failed module parsing (#4228)

    Pull Requests

    • ๐Ÿšš #4212: chore: remove unused ambient types (@dnalborczyk)
    • #4215: Use ES2015 features in generated code snippets (@lukastaegert)
    • ๐Ÿšš #4219: chore: bump rollup typescript, remove unused micromatch (@dnalborczyk)
    • #4220: chore: use forceConsistentCasingInFileNames in ts-config (@dnalborczyk)
    • #4224: prepare for useDefineForClassFields (@dnalborczyk)
    • โš  #4228: fix: prevent UnhandledPromiseRejectionWarning when module resolution/parsing fails (@kherock)
  • v2.56.3 Changes

    2021-08-23

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“œ Make sure moduleInfo contains complete information about imported ids in the moduleParsed hook (#4208)

    Pull Requests

    • #4208: ModuleInfo.importedIds will return null if resolvedIds[source] is undefined (@FoxDaxian and @lukastaegert)
  • v2.56.2 Changes

    2021-08-10

    ๐Ÿ› Bug Fixes

    • Check if after simplification, an object pattern would become an expression statement or arrow function return value (#4204)

    Pull Requests

    • #4204: Do not create invalid code when simplifying object pattern assignments (@lukastaegert)
  • v2.56.1 Changes

    2021-08-08

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix rendering of SystemJS export declarations initialized with a simplifiable expression (#4202)

    Pull Requests

    • #4202: Fix incorrect rendering of export declarations in SystemJS (@lukastaegert)
  • v2.56.0 Changes

    2021-08-05

    ๐Ÿ”‹ Features

    • Create more efficient code for SystemJS exports (#4199)
    • ๐Ÿ”Œ Extend maxParallelFileReads option to also throttle plugin load hooks (#4200)

    ๐Ÿ› Bug Fixes

    • โšก๏ธ Return correct value for postfix update expressions of exported variables (#4194)

    Pull Requests

    • #4199: Refine SystemJS export rendering (@lukastaegert)
    • #4200: Restrict parallel execution of load hook (@schummar)
  • v2.55.1 Changes

    2021-07-29

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘Œ Improve CLI warning message for unused external imports (#4194)

    Pull Requests

    • #4194: Align batch warning for UNUSED_EXTERNAL_IMPORT to individual warning (@benmccann)