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 }).
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 totests/integration/components/x-form-test.js
to make up for it.New deprecation warning that needs new
ember-cli-mirage
andember-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 }).