-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from paulcpederson/master
changelog, version bump, bower file
- Loading branch information
Showing
3 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Angular-Dimple Changelog | ||
|
||
# v1.0.1 | ||
* add bower manifest | ||
* add changelog | ||
* add label attribute to scatter-plots | ||
|
||
# v1.0.0 | ||
* support for graph, axis, and legened | ||
* support for bar, stacked, bar, area, stacked area, line, and scatter-plots | ||
* full documentation | ||
|
||
# v0.0.1 | ||
* alpha release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "angular-dimple", | ||
"version": "1.0.1", | ||
"main": "dist/angular-dimple.js", | ||
"homepage": "http://esripdx.github.io/angular-dimple/", | ||
"authors": [ | ||
"Paul C Pederson <[email protected]>", | ||
"Nik Wise <[email protected]>" | ||
], | ||
"description": "A mini-library of Angular directives for charting", | ||
"keywords": [ | ||
"Angular", | ||
"Dimple", | ||
"charts", | ||
"graphs", | ||
"directives" | ||
], | ||
"license": "ISC", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"documentation", | ||
"source", | ||
"test", | ||
"site" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters