microbundle/CHANGELOG.md
Preact Bot 2b37c12ed4
Version Packages (#800)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-26 21:02:08 -04:00

6.2 KiB

microbundle

0.13.1

Patch Changes

  • 54402ac #830 Thanks @JounQin! - fix: add generateTypes cli option, check false value correctly
  • edcd777 #823 Thanks @rschristian! - Ensures ambient type declaration for CSS Modules is included in the published bundle
  • d87a5dc Thanks @developit! - - Fix --sourcemap=false to match --no-sourcemap and actually turn sourcemaps off.
  • 6f1a20f #777 Thanks @rschristian! - Fixing a bug that would cause a CSS file to be generated to match each JS build output
  • 25b73d2 #834 Thanks @cometkim! - Add support for configuration overrides using the publishConfig package.json field.
  • 4f7fbc4 Thanks @developit! - Fix transform-fast-rest to support referencing ...rest params from within closures.

0.13.0

Minor Changes

  • bd5d15e #738 Thanks @wardpeet! - Upgrade rollup to version latest and upgrade all its dependencies
  • 967f8d5 #769 Thanks @developit! - Add --css inline option. The default CSS output for all formats is now external files (as it was supposed to be).

Patch Changes

  • 12668b9 #687 Thanks @developit! - Add friendly microbundle-specific errors when modules can't be resolved.

0.12.4

Patch Changes

  • d08f977 #702 Thanks @wardpeet! - Use @babel/preset-env with bugfixes instead of preset-modules to enable "Optional chaining" & "nullish coalescing" by default.
  • 3488411 #700 Thanks @wardpeet! - Disable warnings for node's builtin-modules when using node as a target environment.