angular-esri-map
Advanced tools
Changelog
[v2.0.0]
Unminified dist files adhere to strict dependecy injection (DI). Note that minified dist files already had strict DI. #269
Angular dependencies (^1.3.0) declared for package.json (npm install
) and bower.json (bower install
). #275
Source code, test pages, unit tests, and e2e tests were updated for the Esri JSAPI 4.0 release. The <esri-home-button>
directive was given a new bound property (view-ui-position
) to be able to specify its position in a MapView or SceneView. #282
Documentation site examples and patterns pages were updated for the Esri JSAPI 4.0 release. #282
Updated documentation site and README quick start to use Angular v1.5.5. #282
Added popups example page to documentation site. #211
Removed ng-router autoscroll from examples since it is not needed as a temp workaround with Esri JSAPI 4.0 release. #235
Added README links to Dev Summit 2016 presentation slides.
Changelog
[v2.0.0-beta.2]
Added on-error
event for view directives, and site uses this to show warning in unsupported (mobile) browsers #242
Property binding patterns page #238
Added esri-webscene-slides directive and related test, example, and patterns pages #254
Added esriRegistry service and related test, example, and patterns documentation. #256
Docs site is more mobile friendly #245 and shows error message when mobile browsers don't have required support for WebGL #250.
Updated quick start in README to include instructions for CDN #252.
Changelog
[v2.0.0-beta.1]
Refactored to support JSAPI v4.0+. #198 #206 #220 #221
Added/updated example and test pages to show how to use this with JSAPI v4.0+. #198 #207 #210 #230
Updated examples site and README example to use Angular v1.5.0. #228
Docs show dismissable warning about version with link to previous. #237
Changelog
[v1.1.0]
Added new esriVectorTileLayer directive along with associated documentation and example page. #182 #173 @snodnipper
Modified/updated example page for the esriVectorTileLayer directive. #177
Added unit and functional tests for new vector tile layer directive #183, #184
Changelog
[v1.0.1]
esriLoader defaults to loading JSAPI using the same protocol (HTTP or HTTPS) as the page. #179
Use protocol agnostic links to resouces #179 @JamesMilnerUK
Use protocol agnostic links to resouces in test pages #179