angular-esri-map
Advanced tools
Changelog
[v2.0.5]
Uses .when()
instead of .then()
for JSAPI 4.7+ compatibility
esriLoader defaults to loading JSAPI v4.8. Docs site uses JSAPI v4.8
Added information to readme to clarify status of this project.
Updated Travis CI config and package.json ("engines") to indicate the node versions that tests are expected to run on.
Fixed calcite-bootstrap css url in docs pages.
Changelog
[v2.0.4]
esriLoader defaults to loading JSAPI v4.4. Docs site uses JSAPI v4.4 and Angular v1.6.5.
Changelog
[v2.0.2]
esriLoader defaults to loading JSAPI v4.2. Docs site uses JSAPI v4.2. #317
Added support for Angular v1.6.0 and greater due to Angular's breaking changes with pre-assigning bindings on controller instances. #314
Various npm package.json dev dependency versions were updated to support gulp test
.
Updated e2e test pages to use Angular v1.6.1. Docs site uses Angular v1.6.1. #314 #319
Changelog
[v2.0.1]
esriLoader defaults to loading JSAPI v4.1. Docs site uses JSAPI v4.1. #305
Added new patterns page, test page, and e2e functional test for developing custom Angular factories that can load and manage the state of Esri modules. #287
Documentation site examples, patterns, and API pages were updated to have more links back to Esri docs and more consistency among module naming conventions. #290
README and documentation site home page were updated with information about integrating Esri with Angular 2. #285
Fixed PopupTemplate <ul>
formatting in docs sample page since the official Esri JSAPI sample was also fixed at JSAPI v4.1. #299