Skip to content

v0.10.0

Compare
Choose a tag to compare
@CPatchane CPatchane released this 04 Jul 08:10
· 1246 commits to master since this release

[email protected], [email protected], [email protected], [email protected], [email protected] (2018-07-04)

TL;DR

  • Now you can enable hot-module-reload by using --hot with the standalone mode (with webpack-dev-server). You have to disable CSPs in the Cozy to use HMR with a Cozy for development.
  • cozy-scripts now imports automatically babel-polyfill for you, you can remove it from your application (except maybe for testing). 💥 Be sure to not import babel-polyfill twice since it could break your application.
  • 💥 The environment variables PORT and HOST to define your standalone server port and host have been renamed to DEV_PORT and DEV_HOST to avoid variable conflicts.
  • The applicaiton icon is now automatically optimized using svgo if it's a SVG file.

💥 Breaking Changes:

✨ New Features:

💅 Enhancements:

🐛 Bug Fixes:

🔧 Chore:

  • cozy-scripts

⬆️ Dependencies:

Committers: 3