Skip to content

Commit

Permalink
📦 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benstoltz committed Jan 11, 2017
1 parent 495c639 commit 1d0bc39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.8.1]
## [0.8.2]
### Support
- getTokenValue now uses a for loop as it was previously erroneously using a for...in loop

## [0.8.1]
### Support
- Tom didn't push the dist folder

## [0.8.0]
### Added
- add transform property to modify query results before rendering
Expand Down Expand Up @@ -116,6 +120,7 @@ Baseline version.
- Basic interaction events: on, off, clicked
- Map to Chart interaction demos

[0.8.2]: https://github.com/Esri/cedar/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/Esri/cedar/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/Esri/cedar/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/Esri/cedar/compare/v0.6.1...v0.7.0
Expand Down
Binary file added arcgis-cedar-v0.8.1.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arcgis-cedar",
"version": "0.8.1",
"version": "0.8.2",
"description": "Visualization framework for the ArcGIS Platform",
"main": "./dist/cedar.js",
"scripts": {
Expand Down

0 comments on commit 1d0bc39

Please sign in to comment.