Skip to content

Commit

Permalink
Version 4.0.0-beta.68
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Oct 30, 2018
1 parent 8d38862 commit b7afb66
Show file tree
Hide file tree
Showing 117 changed files with 240 additions and 192 deletions.
Binary file not shown.
9 changes: 9 additions & 0 deletions dist/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Please note, that this project, while following numbering syntax, it DOES NOT
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.


## [4.0.0-beta.68] - 2018-10-30

### Changed
- `tooltip.defaultState.transitionDuration` and `tooltip.hiddenState.transitionDuration` default values of animated theme set to `400`.

### Fixed
- Chart was not being drawn properly when instantiated in a hiden container.


## [4.0.0-beta.67] - 2018-10-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amcharts/amcharts4-ember",
"version": "4.0.0-beta.67",
"version": "4.0.0-beta.68",
"description": "Ember add-on for AmCharts V4",
"keywords": [
"ember-addon",
Expand Down
9 changes: 9 additions & 0 deletions dist/ember/vendor/script/amcharts4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Please note, that this project, while following numbering syntax, it DOES NOT
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.


## [4.0.0-beta.68] - 2018-10-30

### Changed
- `tooltip.defaultState.transitionDuration` and `tooltip.hiddenState.transitionDuration` default values of animated theme set to `400`.

### Fixed
- Chart was not being drawn properly when instantiated in a hiden container.


## [4.0.0-beta.67] - 2018-10-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/charts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/charts.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/core.js.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/ember/vendor/script/amcharts4/stock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Please note, that this project, while following numbering syntax, it DOES NOT
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.


## [4.0.0-beta.68] - 2018-10-30

### Changed
- `tooltip.defaultState.transitionDuration` and `tooltip.hiddenState.transitionDuration` default values of animated theme set to `400`.

### Fixed
- Chart was not being drawn properly when instantiated in a hiden container.


## [4.0.0-beta.67] - 2018-10-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/stock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"@amcharts/amcharts4": "^4.0.0-beta.67"
"@amcharts/amcharts4": "^4.0.0-beta.68"
},
"keywords": [
"amcharts",
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/themes/animated.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/themes/animated.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions dist/es2015/.internal/charts/axes/Axis.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/charts/axes/Axis.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/es2015/.internal/charts/elements/HeatLegend.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/charts/elements/HeatLegend.js.map

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions dist/es2015/.internal/charts/types/TreeMap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/charts/types/TreeMap.js.map

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions dist/es2015/.internal/core/Component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/core/Component.js.map

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions dist/es2015/.internal/core/Container.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,6 @@ export declare class Container extends Sprite {
* @param {Optional<number>} value Height (px)
*/
minHeight: Optional<number>;
/**
* @ignore
*/
protected setMaxWidth(value: number): void;
/**
* @ignore
*/
protected setMaxHeight(value: number): void;
/**
* Overrides the original `removeElement` so that Container's actual element
* is not removed. We do not need to remove element of a Container.
Expand Down
Loading

0 comments on commit b7afb66

Please sign in to comment.