Skip to content

Releases: cozy/create-cozy-app

v0.10.0

04 Jul 08:10
Compare
Choose a tag to compare

[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

[email protected]

19 Jun 08:52
Compare
Choose a tag to compare

[email protected], [email protected] (2018-05-29)

✨ New Features:

  • cozy-scripts
    • #567 Use the new cozy-client in the (P)React template (mini todo app). (@CPatchane)

🐛 Bug Fixes:

  • cozy-scripts

📝 Documentations:

  • cozy-scripts, create-cozy-app

⬆️ Dependencies:

v0.8.0

21 May 15:07
Compare
Choose a tag to compare

[email protected], [email protected] (2018-05-21)

💥 Breaking Changes:

  • cozy-scripts
    • #511 Handling prettier + eslint-vue as linter/formatter for vue components + improve template vue linting + minor fixes (@CPatchane)

💅 Enhancements:

🐛 Bug Fixes:

  • eslint-config-cozy-app

⬆️ Dependencies:

v0.7.3

19 May 17:18
Compare
Choose a tag to compare

[email protected], [email protected] (2018-05-19)

🐛 Bug Fixes:

  • eslint-config-cozy-app

v0.7.2

19 May 15:22
Compare
Choose a tag to compare

[email protected], [email protected] (2018-05-19)

✨ New Features:

💅 Enhancements:

  • cozy-scripts
    • #533 Better usage of babel-preset cozy-app for .js files. (@CPatchane)

⬆️ Dependencies:

Committers: 1

v0.7.1

14 May 22:42
Compare
Choose a tag to compare

[email protected], [email protected], [email protected], [email protected], [email protected] (2018-05-14)

✨ New Features:

  • babel-preset-cozy-app
  • cozy-scripts
    • #522 Better eslint usage and preloader + update eslint-config-cozy-app to v0.7.0. (@CPatchane)

💅 Enhancements:

  • cozy-scripts

📝 Documentations:

  • cozy-scripts, create-cozy-app
  • babel-preset-cozy-app, cozy-scripts-vanilla, cozy-scripts, create-cozy-app, eslint-config-cozy-app
    • #512 Use npmcharts links in READMEs as download shield. (@CPatchane)
  • cozy-scripts

⬆️ Dependencies:

Committers: 1

v0.7.0

08 May 22:51
Compare
Choose a tag to compare

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

💥 Breaking Changes:

TL;DR
  • Drop Node < 8 support, now use Node 8+ only
  • eslint-config-cozy-app contains now two separate configs:
    • For classical JS (new default): "extends": ["cozy-app"]
    • For (P)React applications with JSX: "extends": ["cozy-app/react"]
  • babel-preset-cozy-app contains now two separate presets:
    • For browsers targeting (default): "presets": ["cozy-app"]
    • For Node targeting: "presets": [ ["cozy-app", { "node": true }] ]
Details & PRs
  • eslint-config-cozy-app
  • babel-preset-cozy-app
  • create-cozy-app
  • cozy-scripts-vanilla, cozy-scripts, create-cozy-app

💅 Enhancements:

🐛 Bug Fixes:

  • cozy-scripts

🔧 Chore:

  • Other
  • babel-preset-cozy-app, cozy-scripts-vanilla, cozy-scripts, create-cozy-app, eslint-config-cozy-app

⬆️ Dependencies:

Committers: 1

v0.6.1

08 May 22:51
Compare
Choose a tag to compare

[email protected] (2018-04-16)

🐛 Bug Fixes:

  • cozy-scripts
    • #460 Fix missing .travis.yml in package.json files for publishing. (@CPatchane)

⬆️ Dependencies:

Committers: 1

v0.6.0

11 Apr 13:38
Compare
Choose a tag to compare

[email protected] (2018-04-11)

✨ New Features:

  • cozy-scripts
    • #444 Add app publish script in templates .travis.yml files. (@CPatchane)
    • #440 Add publish command using internally latest cozy-app-publish package. (@CPatchane)

💅 Enhancements:

📝 Documentations:

  • cozy-scripts
    • #422 Add Travis CI documentation about automatic app build. (@CPatchane)

⬆️ Dependencies:

Committers: 2

v0.5.15

22 Mar 18:12
Compare
Choose a tag to compare

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

🔧 Chore:

  • eslint-config-cozy-app

⬆️ Dependencies:

Committers: 1