Releases: Esri/angular-esri-map
v1.0.0-rc.2
Changed
Replaced unnecessary references to Angular helper functions in services and controllers with vanilla JavaScript. #164
esriLoader tests for existence of global require() function instead of global esri namespace to determine if the JSAPI has been loaded. #163
Added .npmignore so that dist files would be added when publishing to NPM. #154
Tests
Added config and hooks for Travis CI so tests will be run for pull requests. #157
Documentation
Added a home page and index pages for each module to the API docs #159
v1.0.0-rc.1
Added
Added support for defining and using a custom basemap. #121
Changed
Fixed a bug causing the legend to not show after re-loading a route. #129
Map directive no longer creates an InfoWindow from map options infoWindow property. #116
Update map and layer directives to use controllerAs and bindToController instead of injecting $socpe into controllers. #123
Refactored shared code out of directives and into controllers and services. #108
Moved services out of the esri.map module and into an esri.core module that can be used stand-alone. #69
Documentation
Added additional example pages for dynamic map services and custom basemap. #124
Added an API section to the documentation pages generated by ngDocs. #99
Tests
Added additional e2e tests for dynamic map services and legend. #115 and #139
Added unit tests for esri.core services using Karma #30 and #146
Replaced jshint with eslint for automated linting and code style enforcement #138
v1.0.0-beta.5
Added
Geographic center coordinates are normalized prior to updating esriMap scope values #93
Add or remove layers from the map programatically #51 @eas604
The feature layer directive now includes optional attributes for opacity, definition expression, and constructor options. Opacity and definition expression act just like the visible attribute, and are watched for changes and can be adjusted at any time. #51 @eas604 #97 and #100
The feature layer directive also now includes optional attributes for the layer's load and update-end events. #103
Added a directive for dynamic map service layers. Like the feature layer directive, it has optional attributes for visibility, opacity and constructor options. #52 @Kollibri
Added a directive to set the info template(s) for layers so that they show a popup when clicked. #52 #118 @Kollibri
Changed
Map directive's addLayer accepts an optional index argument, and layers are now added to the esriMap and esriLegend in the order that they appear in the markup.
#104 and #111
Legend directive now uses $scope.$watchCollection to watch map.layerInfos for changes and refresh the legend appropriately. #52 @Kollibri
Documentation
Examples pages are now driven by configurable JSON and have more consistent titles #94
Using ng-options for zoom level select Set Center and Zoom example page so that it has the correct value selected initially c8659fce
Feature-layers example now includes adjustable layer opacity, definition expression, and additional information on the esriFeatureLayer directive options #97 and #100.
Added an example page for the new dynamic map service layer. c69329b9
Added an example page showing how to add/remove layers from a map. 061ed936
Added an example page (feature-layer-events) showing how to interact with the esriFeatureLayer directive's attributes for layer load and update-end events. #103
Added an example page (other-esri-modules) showing how to use other Esri modules that we have not included directives for (such as graphics, symbols, toolbars, etc.). #106
Tests
Added functional testing using Protractor. #82, #94, #112
Maintenance
Published to NPM #80
v1.0.0-beta.4
Added
- The esriMap directive's additonal map options now support advanced options such as Extent and Popup. #71
Changed
- The esriMap directive now reads additonal map options by scope function binding, and these options are passed into the construction of a map from a webmapId. #71
- Changes to accommodate a thorough review of the map directive life cycle, and adjustments to make sure all properties are updated and events fired as expected. #76
- Several existing docs and test pages updated (web map example includes a legend).
Fixed
- Additional Attributes Example Error: navigationMode must be 'css-transforms' or 'classic' #65
- Load event now properly fires when using a web map. #76
New Demos
Beta 3
Enhancements
- esriLoader takes a callback function to which it passes all loaded modules as arguments (#54)
- added support for a visible attribute on the esriFeatureLayer directive (816558e)
- Lazy loading of JSAPI (#60) and associated (minor) updates to esriLoader behavior.
Docs Site
Thank you to @willisd2, @ScottONeal, @thinking-aloud, and @jwasil for their contributions and continued patience.
Beta 2
Bug Fixes
- dojo loader multipleDefine in docs #38 (thanks @niblicroad)
- esrilegend.js not found in gulp #40 (thanks @eas604)
Enhancements
- esriLoader takes an array of module names and return an array of modules enhancement #45 (thanks @trkbrkr2000)
- additional map options via esri-map directive attributes #39 (thanks @eas604)
Docs Site
- Includes formatted code snippets.
- New Examples:
Misc
Test on latest version (3.13) of ArcGIS API for JavaScript
Beta 1
Initial public release.
Includes directives for map, features layers, and legend and services to facilitate loading Esri modules and enabling controllers to reference the map object.