Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Releases: Esri/angular-esri-map

v1.1.5

12 May 02:15
Compare
Choose a tag to compare

Maintenance

Angular dependencies (^1.3.0) declared for package.json (npm install) and bower.json (bower install). #275

Documentation

Updated docs site header and layout to be more mobile friendly and same as v2 docs site. #277

v1.1.4

01 Apr 18:56
Compare
Choose a tag to compare

Maintenance

Unminified dist files adhere to strict dependecy injection (DI). Note that minified dist files already had strict DI. #269

Documentation

Added documentation info for map directive "webmap-id" parameter.

Added readme links to recent presentation slides.

v2.0.0-beta.2

09 Mar 05:46
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

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

09 Mar 02:23
Compare
Choose a tag to compare

Changed

esriLoader defaults to loading JSAPI v3.16. Docs site uses JSAPI v3.16. #258

Support

Updated examples site and readme example to use Angular v1.5.0. #228

v2.0.0-beta.1

16 Feb 02:06
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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

14 Feb 18:26
Compare
Choose a tag to compare

Changed

Fixed bug where legend labels did not show properly after reloading the route #225

Support

Docs show dismissable warning about version with link to latest.

v1.1.1

11 Feb 04:56
Compare
Choose a tag to compare

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.

v1.1.0

19 Dec 18:07
Compare
Choose a tag to compare

Added

Added new esriVectorTileLayer directive along with associated documentation and example page. #182 #173 @snodnipper

Documentation

Modified/updated example page for the esriVectorTileLayer directive. #177

Tests

Added unit and functional tests for new vector tile layer directive #183, #184

v1.0.1

15 Dec 14:31
Compare
Choose a tag to compare

Changed

esriLoader defaults to loading JSAPI using the same protocol (HTTP or HTTPS) as the page. #179

Documentation

Use protocol agnostic links to resouces #179 @JamesMilnerUK

Tests

Use protocol agnostic links to resouces in test pages #179

v1.0.0

12 Dec 16:08
Compare
Choose a tag to compare

Changed

esriLoader defaults to loading JSAPI v3.15. Docs site uses JSAPI v3.15 and Angular v1.4.8. #166

Documentation

Use calcite for docs pages #77, #170

Added a left nave to examples page #98

Replaced About page with a Patterns section #155