Skip to content

Releases: developit/microbundle

v0.15.1

12 Aug 22:06
c76c41f
Compare
Choose a tag to compare

Patch Changes

  • cebafa1 #961 Thanks @zyrong! - Fix for when multiple entries reference different CSS, only the CSS referenced by the first entry will be packaged

  • 9a4e2b2 #954 Thanks @rschristian! - Bumps Node target to v12

  • 4ad4b76 #967 Thanks @agilgur5! - deps: upgrade rpt2 to latest v0.32.0 to fix monorepos

  • 6018e58 #956 Thanks @rschristian! - Silences warnings when using Node builtins with the 'node:...' protocol on imports. Warnings related to bare usage of these builtins were already silenced.

  • 88241dd #968 Thanks @PeterBurner! - deps: upgrade babel-plugin-transform-async-to-promises to latest v0.8.18 to fix #565

  • e72377a #964 Thanks @rschristian! - Fixes filename generation for es & modern outputs. Both 'jsnext:main' and 'esmodule' were incorrectly ignored.

v0.15.0

26 Apr 20:27
84c0a89
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.14.2

18 Nov 00:22
778ca3c
Compare
Choose a tag to compare

Patch Changes

  • dd0bdde #904 Thanks @rschristian! - Added missing CLI doc for 'jsxImportSource' and correcting the Examples section of the '--help' output

v0.14.1

14 Oct 15:55
c04bd48
Compare
Choose a tag to compare

Patch Changes

v0.14.0

06 Oct 14:22
d94bd97
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.13.3

11 Jun 19:41
3760f4e
Compare
Choose a tag to compare

Patch Changes

  • 3534815 #848 Thanks @developit! - Bugfix: re-enable support for Terser annotations like /*@__NOINLINE__*/ (these were incorrectly being removed during the Babel pass)

v0.13.2

07 Jun 20:16
a5a222e
Compare
Choose a tag to compare

Patch Changes

  • e3f1933 #847 Thanks @developit! - - Upgrade to Terser 5.7 to re-enable support for reduce_funcs:false in mangle.json configuration.

  • 86371f0 #784 Thanks @rschristian! - Allows users to customize the modern output's filename using "exports" like they can with "esmodules"

v0.13.1

27 May 01:05
2b37c12
Compare
Choose a tag to compare

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.

  • a7f7265 #802 Thanks @aheissenberger! - fix default extension to cjs for package.json "type":"module"

  • 4f7fbc4 Thanks @developit! - Fix transform-fast-rest to support referencing ...rest params from within closures.

  • 0c91795 #841 Thanks @rschristian! - Ensures JS format is not included in CSS filename output

v0.13.0

21 Dec 16:16
eb5cfd9
Compare
Choose a tag to compare

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).

  • 8142704 #741 Thanks @whitetrefoil! - Use user's typescript first, fallback to bundled

Patch Changes

v0.12.4

28 Sep 01:56
3f12b9f
Compare
Choose a tag to compare

Patch Changes