Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

0.16.1

Compare
Choose a tag to compare
@MoOx MoOx released this 23 Aug 07:52
· 1255 commits to master since this release
  • Fixed: Uncaught TypeError: (0 , _reactRouterScroll2.default) is not a function
    We now
    only import useScroll
    from react-router-scroll (as we only use this).
    [email protected] was exporting a default value, 0.3.2 is not.
    (#627 - @MoOx)
  • Fixed: SyntaxError: Unexpected token when importing CSS from
    node_modules.
    Previously, node_modules/* where skipped in webpack static build,
    to improve performance (via webpack externals option).
    The problem is that is going to cause some issue for most people that will
    require stuff from node_modules like CSS, SVG or other non-JS files.
    (#639 - @MoOx)
  • Added: better webpack build notifications.
    We replaced
    webpack-error-notifications
    by
    [webpack-notifier(https://www.npmjs.com/package/webpack-notifier)
    (which add compat for Windows).
    You don't have to do anything as it's embedded in Phenomic dev server.
    (#527 - @MoOx)