FuseBox v3.2.0 Release Notes

Release Date: 2018-04-06 // about 6 years ago
  • ๐Ÿ› Bug Fixes

    • #1101 types missing because of using bind (#1104) (76e6600)
    • โž• Add very small memory save (699979e)
    • โž• Added react and react-dom to devDependencies (#1111) (320522f)
    • ๐Ÿ‘ Allow postcss to to be overridden by options given to the plugin (8dcbc3d)
    • ๐Ÿ’ป browser nested routes bug with Quantum (#1168) (dda92bb)
    • Catching typescript transpilation errors (#1103) (8c0122a)
    • ๐Ÿ”Œ data URLs handling in CSSResourcePlugin (#1098) (e44448e)
    • ๐Ÿ›  Fix and optimize component HMR (adf5223)
    • ๐Ÿ›  Fix bugs when using VueComponentPlugin in development. (b32016d)
    • ๐Ÿ›  Fix postCSS error "without 'from' option" (#1118) (0ee1cc7)
    • ๐Ÿ›  Fix scoped selector in VuePlugin. (#1117) (8d8ef5a)
    • LoaderAPI typeof fix (#1109) (4f5d253)
    • โšก๏ธ Optimize EnvPlugin when running on electron (a81448c)
    • โšก๏ธ Optimize VuePlugin when is running on electron (7a5aa0b)
    • ๐Ÿ’ป PathResolver and browser overrides should respect a module override (2ecd663)
    • Quantum typeof require should not be replaced with replaceTypeOf (d2df9ba), closes #1133
    • Replace arrow functions with function in imports for development (02f2b77)
    • ๐Ÿ sourcemaps path and windows slashes (14ea0be), closes #1143
    • Stream polyfill returns an empty function (95868e3), closes #1162
    • ๐Ÿ‘• tslint: fixed all auto-fixable errors in core/FuseBox.ts (a16ab51)
    • ๐Ÿ‘• tslint: fixed all auto-fixable errors in Log.ts (78594b9)
    • ๐Ÿ‘Œ Support tsconfig.json with comments (#1129) (d3e9a8a)
    • ๐Ÿ— Suppress warnings for electron builds (1cf3638), closes #1160
    • Typing error in source map generators (3331cab)
    • ๐Ÿ”Œ typings plugins can consists of strings (3c13991), closes #1169
    • โšก๏ธ Update the condition for vue HMR (#1120) (83c44ab)
    • ๐Ÿ“œ use typescript api to parse tsconfig.json (4236a32)

    ๐Ÿ”‹ Features

    • languagelevel: adds template literal as identifier of ES2015 (a99e155)
    • โž• Added ServiceWorker case (1b77d27), closes #1163
    • โž• Add a useOriginalFilenames option to CSSResourcePlugin (78d31a9)
    • โž• Add help messages to Sparky tasks (f68993c)
    • ๐ŸŒฒ log option now takes an object (enabled, showBundledFiles & clearTerminalOnBundle) (#1136) (600b204)
    • Quantum definedExpressions option (#1105) (4d846d2)
    • sorted bundle sources (c1ba79f)
    • stdin option (#1121) (cf975ad)
    • ๐Ÿ”Œ WebIndexPlugin - Possibility to shape how bundles are emitted (#1144) (f1ac7d5)