File tree 5 files changed +13
-6
lines changed
5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 5
5
],
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true ,
8
- "version" : " 1.0.0-beta.5 "
8
+ "version" : " 1.0.0-beta.6 "
9
9
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## 1.0.0-beta.6
7
+ ### Changed
8
+ - Defaults for bar charts with legends now specify legend valueAlign and spacing
9
+
6
10
## 1.0.0-beta.5
7
11
### Added
8
12
- One can now add a ` style ` property which contains ` padding ` and ` pie ` properties to ` definition `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esri/cedar-amcharts" ,
3
- "version" : " 1.0.0-beta.5 " ,
3
+ "version" : " 1.0.0-beta.6 " ,
4
4
"description" : " amCharts engine for @esri/cedar" ,
5
5
"files" : [
6
6
" dist"
Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
6
## Unreleased
7
+
8
+ ## [ 1.0.0-beta.6]
7
9
### Changed
8
- - Defaults for pie charts with legends now specify legend valueAlign and spacing
10
+ - Defaults for bar charts with legends now specify legend valueAlign and spacing
9
11
10
12
## [ 1.0.0-beta.5]
11
13
### Added
@@ -241,7 +243,8 @@ Baseline version.
241
243
- Basic interaction events: on, off, clicked
242
244
- Map to Chart interaction demos
243
245
244
- [ Unreleased ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.5...master
246
+ [ Unreleased ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.6...master
247
+ [ 1.0.0-beta.6 ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.5...v1.0.0-beta.6
245
248
[ 1.0.0-beta.5 ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.4...v1.0.0-beta.5
246
249
[ 1.0.0-beta.4 ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.3...v1.0.0-beta.4
247
250
[ 1.0.0-beta.3 ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.2...v1.0.0-beta.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esri/cedar" ,
3
- "version" : " 1.0.0-beta.5 " ,
3
+ "version" : " 1.0.0-beta.6 " ,
4
4
"description" : " Visualization framework for the ArcGIS Platform" ,
5
5
"files" : [
6
6
" dist"
66
66
"@esri/arcgis-rest-common-types" : " ^1.1.1" ,
67
67
"@esri/arcgis-rest-feature-service" : " ^1.1.1" ,
68
68
"@esri/arcgis-rest-request" : " ^1.1.1" ,
69
- "@esri/cedar-amcharts" : " ^1.0.0-beta.5 "
69
+ "@esri/cedar-amcharts" : " ^1.0.0-beta.6 "
70
70
},
71
71
"devDependencies" : {
72
72
"@types/jest" : " 20.0.2" ,
You can’t perform that action at this time.
0 commit comments