Skip to content

Commit

Permalink
Released v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Aug 30, 2017
1 parent d8d2402 commit d4b9d2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d4b9d2a

Please sign in to comment.