webpack-dashboard v3.0.0 Release Notes

Release Date: 2019-02-15 // about 5 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ›  Migrated from using blessed to neo-blessed as the underlying terminal renderer. neo-blessed is a maintained fork of blessed and brings in some nice fixes for us. Included in: #270
    • โž• Added Prettier to the codebase ๐ŸŽ‰ Included in: #270

    ๐Ÿ“„ Docs

    • โž• Added a warning about deprecation of Node 6 support. Included in: #270

    Migration Instructions

    ๐Ÿš€ With this release we are dropping support for Node 6 altogether. neo-blessed requires Node >= 8.0.0, meaning all users of the dashboard will need to run it using Node 8 or above. Previous versions of webpack-dashboard are still compatible with Node 6.