diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6bbcc..d52b620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 0.1.3 + +## Fixed +- errors caused by calling `load()` in multiple acceptance tests ### Changed - added acceptance tests diff --git a/README.md b/README.md index 58f4e0e..c76c3f1 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,8 @@ You cannot use ES2015 module syntax for ArcGIS API modules (i.e. `import Map fro the ArcGIS API, and you'd prefer the cleaner abstraction of being able to use `import` statements, you can use [ember-cli-amd](https://emberobserver.com/addons/ember-cli-amd). +Using this addon to load ArcGIS API for JavaScript v4.x modules in tests run in PhantomJS [may cause global errors](https://github.com/Esri/ember-esri-loader/pull/28#issue-253837905). Those errors did not happen when running the same tests in Chrome or FireFox. + Also, this addon cannot be used in an [Ember twiddle](https://ember-twiddle.com/). ## Development Instructions diff --git a/package.json b/package.json index 5f4b2b4..f7900f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-esri-loader", - "version": "0.1.2", + "version": "0.1.3", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon",