Skip to content

Releases: cozy/create-cozy-app

v1.1.1

24 Nov 12:57
Compare
Choose a tag to compare

[email protected] (2018-10-30)

🔧 Chore:

  • cozy-scripts

⬆️ Dependencies:

v1.1.0

23 Oct 07:22
Compare
Choose a tag to compare

[email protected] (2018-10-17)

✨ New Features:

⬆️ Dependencies:

Committers: 1

v1.0.2

23 Oct 07:21
Compare
Choose a tag to compare

[email protected], [email protected] (2018-10-10)

💅 Enhancements:

  • cozy-scripts

🐛 Bug Fixes:

⬆️ Dependencies:

v1.0.1

03 Oct 23:16
Compare
Choose a tag to compare

[email protected] (2018-10-04)

Migrating from v0.10.6

  • With the Webpack 4, if you use cozy-scripts without custom configurations you don't need to do anything. But if you do use app.config.js to provided custom configurations, you'll need to update these configurations to be compatible with Webpack 4 and update related webpack packages/plugins/loaders.
  • Now the default webpack config uses React, if your application was using preact with preact-compat as before, you will have to use the preact bundle in an app.config.js file like following:
    // app.config.js
    module.exports = [require('cozy-scripts/config/webpack.bundle.preact')]
  • CCA now uses Babel 7 which introduces some breaking changes:
    • You may need to use babel.config.js instead of a .babelrc file to set your Babel configuration (see comment).
    • If you only use babel-preset-cozy-app in your application, you just need to have the latest version of this package. But if you use other babel core/configs/plugins, you will need to upgrade these dependencies to be compatible with Babel 7.
  • cozy-scripts now installs babel-jest and vue-jest for you, you can remove them from your application and still use them (see comment)
  • The cozy-scripts standalone command is now named cozy-scripts start and does much more than its predecessor
  • If you want to have the Hot Module Replacement working with your React application, you may need to use react-hot-loader in your main App component as in the template

🐛 Bug Fixes:

  • cozy-scripts
    • #841 Add missing postcss-discard-empty dependency (@CPatchane)
    • #840 Fix: Exiting the script stops docker correctly (@briced)

Committers: 2

v1.0.0

03 Oct 23:14
Compare
Choose a tag to compare

[email protected], [email protected], [email protected] (2018-10-03)

⚠️ Please use the version v1.0.1 of cozy-scripts which fix an issue about quiting correctly the docker at the end of yarn start

Migrating from v0.10.6

  • With the Webpack 4, if you use cozy-scripts without custom configurations you don't need to do anything. But if you do use app.config.js to provided custom configurations, you'll need to update these configurations to be compatible with Webpack 4 and update related webpack packages/plugins/loaders.
  • Now the default webpack config uses React, if your application was using preact with preact-compat as before, you will have to use the preact bundle in an app.config.js file like following:
    // app.config.js
    module.exports = [require('cozy-scripts/config/webpack.bundle.preact')]
  • CCA now uses Babel 7 which introduces some breaking changes:
    • You may need to use babel.config.js instead of a .babelrc file to set your Babel configuration (see comment).
    • If you only use babel-preset-cozy-app in your application, you just need to have the latest version of this package. But if you use other babel core/configs/plugins, you will need to upgrade these dependencies to be compatible with Babel 7.
  • cozy-scripts now installs babel-jest and vue-jest for you, you can remove them from your application and still use them (see comment)
  • The cozy-scripts standalone command is now named cozy-scripts start and does much more than its predecessor
  • If you want to have the Hot Module Replacement working with your React application, you may need to use react-hot-loader in your main App component as in the template

💥 Breaking Changes:

✨ New Features:

  • cozy-scripts, create-cozy-app
  • cozy-scripts

💅 Enhancements:

  • cozy-scripts, create-cozy-app
  • cozy-scripts
  • cozy-scripts-vanilla, cozy-scripts

🐛 Bug Fixes:

🔧 Chore:

  • cozy-scripts-vanilla, cozy-scripts, create-cozy-app

📝 Documentations:

⬆️ Dependencies:

Read more

v0.10.6

07 Sep 11:22
Compare
Choose a tag to compare

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

💅 Enhancements:

  • cozy-scripts

⬆️ Dependencies:

v0.10.5

29 Aug 11:26
Compare
Choose a tag to compare

[email protected] (2018-08-29)

🐛 Bug Fixes:

🔧 Chore:

  • cozy-scripts
  • babel-preset-cozy-app, eslint-config-cozy-app

⬆️ Dependencies:

Committers: 2

v0.10.4

07 Aug 13:18
Compare
Choose a tag to compare

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

⬆️ Dependencies:

v0.10.2

09 Jul 14:16
Compare
Choose a tag to compare

[email protected] (2018-07-09)

💅 Enhancements:

⬆️ Dependencies:

Committers: 2

v0.10.1

04 Jul 10:09
Compare
Choose a tag to compare

[email protected] (2018-07-04)

💅 Enhancements:

⬆️ Dependencies: