Skip to content

v0.7.0

Compare
Choose a tag to compare
@CPatchane CPatchane released this 08 May 22:51
· 1503 commits to master since this release

[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