FuseBox v3.5.0-next.11 Release Notes

Release Date: 2018-08-28 // over 5 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿšš cleanup, added favicon. removed unused blocks (d2b6ba1)
    • ๐Ÿ’… CSS better styles on landing (35c55e1)
    • Quantum: Quantum CSS splitting loads sourcemaps on production (3e548cc)
    • don't throw asset reference error on wildcard imports (d594e65)
    • ๐Ÿ’… footer styles (a0afc35)
    • HMR event and sourcemaps reload (86d9811), closes #1324
    • ๐ŸŒฒ log.showBundledFiles ignored when log.enabled value missing (b1d1b17)
    • ๐Ÿ“ฆ match against valid npm namespace + package name (3e2bf8e)
    • Quantum: Quantum file resolution of conflicting libraries (9cea9e5)
    • ๐Ÿ›  md, css - links, added resources, other small fixes (2aa7768)
    • minor changes to layout (c13c6f7)
    • more content (b99f424)
    • typescript section (aa91528)
    • โšก๏ธ Update typescript version to fix a problem with build #1339 (17594a4)
    • โฌ†๏ธ Upgrade fs-extra to remove fs.promises API warning (#1341) (e37caef)
    • watcher can't resume if queue contains a rejecting promise (84dd0f0), closes #1335
    • ๐Ÿ“„ docs: colors (96b1d18)
    • quantum: Ignoring Dynamic imports when mixed with sync imports (dd664d5)
    • Quantum: fix Quantum CSS paths without splitConfig (0ec4058)
    • Quantum: Prevent Quantum from creating empty chunks (24f5915), closes #1297 #1184
    • Quantum: Quantum CSS splitting respects hashing (eafee77)
    • Quantum: VUE modules ignored dynamic imports (d4be225), closes #1360

    ๐Ÿ”‹ Features

    • โž• add test for scope packages with valid name (d4f26fd)
    • Automatic css splitting and lazy load with dynamic imports (e600da7)
    • Quantum: Loading CSS chunks before split bundles are loaded and executed (#1355) (89800ef)
    • website: A new website based on Docosaurus (c4cbea9)
    • ๐Ÿ”‹ feature list (a3c4d08)
    • ๐ŸŽ‰ Initial docs styles, fonts and logos (77dadd0)
    • moving to sass (5990f30)
    • ๐Ÿ†• New Quantum target - browser/server/universal (#1323) (b77400e)
    • TypeScript section (5dc3814)

    ๐ŸŽ Performance Improvements

    • swap minimist for getopts (eb48f84)