Releases: Esri/angular-esri-map
v1.1.5
v1.1.4
v2.0.0-beta.2
Added
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
Support
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.
v1.1.3
v2.0.0-beta.1
Changed
Refactored to support JSAPI v4.0+. #198 #206 #220 #221
Support
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
v1.1.2
v1.1.1
Changed
Using the callback form of esriLoader.require()
now triggers the digest cycle, and should eliminate the need to manually call $scope.$apply()
within the callback.
Support
The gulp deploy-prod
task deploys to a new repo for v1.x so that we can have both v1.x and v2.x docs live at the same time.