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

Commit

Permalink
prep for v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Dec 12, 2015
1 parent eb1e96a commit c5c6587
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

[Upcoming changes][unreleased]

## [v1.0.0]

### Changed
esriLoader defaults to loading JSAPI v3.15. Docs site uses JSAPI v3.15 and Angular v1.4.8. [#166](https://github.com/Esri/angular-esri-map/pull/166)

### Documentation

Use calcite for docs pages [#77](https://github.com/Esri/angular-esri-map/issues/77), [#170](https://github.com/Esri/angular-esri-map/issues/170)

Added a left nave to examples page [#98](https://github.com/Esri/angular-esri-map/issues/98)

Replaced About page with a Patterns section [#155](https://github.com/Esri/angular-esri-map/issues/155)

## [v1.0.0-rc.2]

### Changed
Expand Down Expand Up @@ -179,7 +189,8 @@ Thank you to @willisd2, @ScottONeal, @thinking-aloud, and @jwasil for their cont
* 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-rc.2...HEAD
[unreleased]: https://github.com/Esri/angular-esri-map/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/Esri/angular-esri-map/compare/v1.0.0-rc.2...v1.0.0
[v1.0.0-rc.2]: https://github.com/Esri/angular-esri-map/compare/v1.0.0-rc.1...v1.0.0-rc.2
[v1.0.0-rc.1]: https://github.com/Esri/angular-esri-map/compare/v1.0.0-beta.5...v1.0.0-rc.1
[v1.0.0-beta.5]: https://github.com/Esri/angular-esri-map/compare/v1.0.0-beta.4...v1.0.0-beta.5
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-esri-map",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"homepage": "https://github.com/Esri/angular-esri-map",
"authors": [
"Javier Abadía <[email protected]> (https://github.com/jabadia)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-esri-map",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "A collection of directives to help you use Esri maps and services in your Angular applications",
"main": "dist/angular-esri-map.js",
"dependencies": {},
Expand Down

0 comments on commit c5c6587

Please sign in to comment.