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

Commit

Permalink
prepare for 1.0.0-beta.4 release
Browse files Browse the repository at this point in the history
ignore git folder
use esri-leaflet changelog format
update package.json and bower.json w/ release version
added release script
  • Loading branch information
tomwayson committed Sep 9, 2015
1 parent 05fc741 commit 080f5a0
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 584 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# built files under app folder
docs/lib

# distributable files - only included in releases
dist

# Logs
logs
*.log
Expand Down
84 changes: 53 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,87 @@
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
[Upcoming changes][unreleased]

None.

## [Beta 4](v1.0.0-beta.4)

### Added
- The esriMap directive's additonal map options now support advanced options such as Extent and Popup. https://github.com/Esri/angular-esri-map/pull/71

* The esriMap directive's additonal map options now support advanced options such as Extent and Popup. https://github.com/Esri/angular-esri-map/pull/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. https://github.com/Esri/angular-esri-map/pull/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. https://github.com/Esri/angular-esri-map/pull/76
- Several existing docs and test pages updated.

* 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. https://github.com/Esri/angular-esri-map/pull/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. https://github.com/Esri/angular-esri-map/pull/76
* Several existing docs and test pages updated ([web map example](http://esri.github.io/angular-esri-map/#/examples/web-map) includes a legend).

### Fixed
- Load event now properly fires when using a web map. https://github.com/Esri/angular-esri-map/pull/76

* Additional Attributes Example Error: navigationMode must be 'css-transforms' or 'classic' [#65](https://github.com/Esri/angular-esri-map/issues/65)
* Load event now properly fires when using a web map. [#76](https://github.com/Esri/angular-esri-map/pull/76)

### New Demos
- [No Basemap and Advanced Map Options](http://esri.github.io/angular-esri-map/#/examples/no-basemap)

## [Beta 3] - 2015-08-18
* [No Basemap](http://esri.github.io/angular-esri-map/#/examples/no-basemap) and [Additional Map Options](http://esri.github.io/angular-esri-map/#/examples/additional-map-options)

## [Beta 3](v0.0.1-beta.3)

This comment has been minimized.

Copy link
@jwasilgeo

jwasilgeo Sep 9, 2015

Contributor

Tried this style previously when following esri-leaflet, but the links break when accessing the changelog via github in the browser. "Upcoming changes" with with square brackets is working, however.

PS: Just doing [xyz] as in the previous L20 seems to work.
080f5a0#diff-4ac32a78649ca5bdd8e0ba38b7006a1eL20


### Added
- The esriLoader now takes a callback function to which it passes all loaded modules as arguments. https://github.com/Esri/angular-esri-map/pull/54
- Added support for a visible attribute on the esriFeatureLayer directive.
- Lazy loading of JSAPI and associated (minor) updates to esriLoader behavior. https://github.com/Esri/angular-esri-map/pull/60

* The esriLoader now takes a callback function to which it passes all loaded modules as arguments. https://github.com/Esri/angular-esri-map/pull/54
* Added support for a visible attribute on the esriFeatureLayer directive.
* Lazy loading of JSAPI and associated (minor) updates to esriLoader behavior. https://github.com/Esri/angular-esri-map/pull/60

### Changed
- Docs site uses JSAPI v.3.14 (#66) and Angular v1.4.4. https://github.com/Esri/angular-esri-map/pull/67

* Docs site uses JSAPI v.3.14 (#66) and Angular v1.4.4. https://github.com/Esri/angular-esri-map/pull/67

### Fixed
- Fixed script path (https://github.com/Esri/angular-esri-map/commit/6b4659c2d1d338ba752ddba8827f16fd12b4c330).

* Fixed script path (https://github.com/Esri/angular-esri-map/commit/6b4659c2d1d338ba752ddba8827f16fd12b4c330).

### New Demos
- [Deferred Map Example test page](http://esri.github.io/angular-esri-map/deferred-map.html)

* [Deferred Map Example test page](http://esri.github.io/angular-esri-map/deferred-map.html)

Thank you to @willisd2, @ScottONeal, @thinking-aloud, and @jwasil for their contributions and continued patience.

## [Beta 2] - 2015-04-14
## [Beta 2](v0.0.1-beta.2)

### Added
- The esriLoader factory can accept an array of module names and return an array of modules (thanks @trkbrkr2000). https://github.com/Esri/angular-esri-map/pull/45
- The esriMap directive can accept additional map options (thanks @eas604). https://github.com/Esri/angular-esri-map/pull/39
- Docs site includes formatted code snippets.

* The esriLoader factory can accept an array of module names and return an array of modules (thanks @trkbrkr2000). https://github.com/Esri/angular-esri-map/pull/45
* The esriMap directive can accept additional map options (thanks @eas604). https://github.com/Esri/angular-esri-map/pull/39
* Docs site includes formatted code snippets.

### Changed
- Docs site uses JSAPI v3.13.

* Docs site uses JSAPI v3.13.

### Fixed
- Dojo loader multipleDefine in docs (thanks @niblicroad). https://github.com/Esri/angular-esri-map/pull/38
- esrilegend.js was not found in gulp, renamed to esriLegend.js (thanks @eas604) https://github.com/Esri/angular-esri-map/pull/40

* Dojo loader multipleDefine in docs (thanks @niblicroad). https://github.com/Esri/angular-esri-map/pull/38
* esrilegend.js was not found in gulp, renamed to esriLegend.js (thanks @eas604) https://github.com/Esri/angular-esri-map/pull/40

### New Demos
- [Registry Pattern](http://esri.github.io/angular-esri-map/#/examples/registry-pattern)
- [Additional Map Options](http://esri.github.io/angular-esri-map/#/examples/additional-attributes)
- _NOTE: This demo page address has changed after Beta 3 to [Additional Map Options](http://esri.github.io/angular-esri-map/#/examples/additional-map-options)_

## [Beta 1] - 2014-11-10
* [Registry Pattern](http://esri.github.io/angular-esri-map/#/examples/registry-pattern)
* [Additional Map Options](http://esri.github.io/angular-esri-map/#/examples/additional-attributes)
* _NOTE: This demo page address has changed after Beta 3 to [Additional Map Options](http://esri.github.io/angular-esri-map/#/examples/additional-map-options)_

## [Beta 1](v0.0.1-beta.1)

### Added
- 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.

[Unreleased]: https://github.com/Esri/angular-esri-map/compare/v0.0.1-beta.3...HEAD
[Beta 3]: https://github.com/Esri/angular-esri-map/compare/v0.0.1-beta.2...v0.0.1-beta.3
[Beta 2]: https://github.com/Esri/angular-esri-map/compare/v0.0.1-beta.1...v0.0.1-beta.2
[Beta 1]: https://github.com/Esri/angular-esri-map/commits/v0.0.1-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.

[unreleased]: https://github.com/Esri/angular-esri-map/compare/v1.0.0-beta.4...HEAD
[v1.0.0-beta.4]: https://github.com/Esri/angular-esri-map/compare/v0.0.1-beta.3...v1.0.0-beta.4
[v0.0.1-beta.3]: https://github.com/Esri/angular-esri-map/compare/v0.0.1-beta.2...v0.0.1-beta.3
[v0.0.1-beta.2]: https://github.com/Esri/angular-esri-map/compare/v0.0.1-beta.1...v0.0.1-beta.2
[v0.0.1-beta.1]: https://github.com/Esri/angular-esri-map/commits/v0.0.1-beta.1
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-esri-map",
"version": "0.0.1-beta.3",
"version": "1.0.0-beta.4",
"homepage": "https://github.com/Esri/angular-esri-map",
"authors": [
"Javier Abadía <javier.abadia@esri.es> (https://github.com/jabadia)",
Expand All @@ -9,7 +9,7 @@
"Tom Wayson <twayson@esri.com> (http://tomwayson.com)"
],
"description": "A collection of directives to help you use Esri maps and services in your Angular applications",
"main": ["dist/angular-esri-map.js", "dist/angular-esri-map.min.js"],
"main": ["dist/angular-esri-map.js"],
"keywords": [
"Angular",
"Esri"
Expand Down
Loading

0 comments on commit 080f5a0

Please sign in to comment.