thefrontside / emberx-form

Form/field components for working with changesets
MIT License
3 stars 1 forks source link

Upgrade to ember-cli 2.18 #31

Closed cherewaty closed 6 years ago

cherewaty commented 6 years ago

Ends testing for Ember 2.4 and 2.8.

The only notable change: tests/integration/components/x-field-test.js has been removed, with an extra section added to tests/integration/components/x-form-test.js to make up for it.

New deprecation warning that needs new ember-cli-mirage and ember-changeset-validations releases to get fixed: DEPRECATION: An addon is trying to access project.nodeModulesPath. This is not a reliable way to discover npm modules. Instead, consider doing: require("resolve").sync(something, { basedir: project.root }).