Releases: kylemellander/ember-test-with-data
Ember 2.16 and Babel integrations
Due to some hindrances in speed, we have moved to a more modern babel approach to removing data-test attributes. This creates much faster build times and overall improvements under the hood.
Support for nested components
v1.3.5 1.3.5
Bugfix
Fixes an issue where initializer was trying to be accessed in production builds where data-test attributes were stripped.
Improved Build
This is a minor release because it causes one major change due to an issue with stripping tags from the hiddenEnvironments
. Instead of putting that setting in the config/enviroment
file, it now goes into the ember-cli-build.js file since it happens at build.
Also, you should now set the value based on the environment since you can easily grab it using EmberApp.env()
.
See the readme for an example of how to do this.
1.2.0
This build adds support for future versions of Ember, plus support for older versions of Ember.
1.1.10
1.1.10
1.1.8
1.1.8
1.1.7: Merge pull request #10 from kashiif/ember-2.4-support
Fix #9: Support ember LTS 2.4.x and node older versions
1.1.6: Merge pull request #10 from kashiif/ember-2.4-support
Adds support for older versions of Ember.
1.1.5
This minor update provides support for ember >= 2.8 and streamlines some of the processes.