Skip to content

Releases: kylemellander/ember-test-with-data

Ember 2.16 and Babel integrations

12 Nov 02:06
Compare
Choose a tag to compare

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

11 Oct 17:08
Compare
Choose a tag to compare

Bugfix

08 Mar 22:54
Compare
Choose a tag to compare

Fixes an issue where initializer was trying to be accessed in production builds where data-test attributes were stripped.

Improved Build

02 Mar 08:16
Compare
Choose a tag to compare

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

29 Dec 05:26
Compare
Choose a tag to compare

This build adds support for future versions of Ember, plus support for older versions of Ember.

1.1.10

22 Dec 23:51
Compare
Choose a tag to compare
1.1.10

1.1.8

22 Dec 23:03
Compare
Choose a tag to compare
1.1.8

1.1.7: Merge pull request #10 from kashiif/ember-2.4-support

05 Dec 16:36
Compare
Choose a tag to compare
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

05 Dec 16:34
Compare
Choose a tag to compare

Adds support for older versions of Ember.

1.1.5

19 Oct 16:26
Compare
Choose a tag to compare

This minor update provides support for ember >= 2.8 and streamlines some of the processes.