Skip to content

Commit

Permalink
Version 4.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Oct 2, 2020
1 parent dabbb4f commit 9656bf6
Show file tree
Hide file tree
Showing 527 changed files with 704 additions and 369 deletions.
1 change: 1 addition & 0 deletions build/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default function () {
$fs.writeFileSync(filename,
`import fixPolyfills from "./polyfill";
import "core-js/stable";
import "regenerator-runtime/runtime";
import * as m from "../es2015/core";
window.am4core = m;
Expand Down
13 changes: 13 additions & 0 deletions dist/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
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.10.5] - 2020-10-02

### Changed
- Inline curly-bracket data placeholders now support dot-separated data context names as literal strings, e.g. `"my.custom.property"`.
- A bunch of dependencies were updated to latest versions.

### Fixed
- Toggling `rtl` value on an existing `Label` was (still) not working properly.
- `showSystemTooltip` was being ignored since last version (4.10.4).
- `chart.cursor.snapToSeries` was not causing cursor to snap in wrong place if `groupData` was enabled.
- Bullet tooltip was being hidden even if it had to stay when cursor moved out of the plot area.


## [4.10.4] - 2020-09-22

### Changed
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.10.4",
"version": "4.10.5",
"description": "Ember add-on for amCharts 4",
"keywords": [
"ember-addon",
Expand Down
13 changes: 13 additions & 0 deletions dist/ember/vendor/script/amcharts4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
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.10.5] - 2020-10-02

### Changed
- Inline curly-bracket data placeholders now support dot-separated data context names as literal strings, e.g. `"my.custom.property"`.
- A bunch of dependencies were updated to latest versions.

### Fixed
- Toggling `rtl` value on an existing `Label` was (still) not working properly.
- `showSystemTooltip` was being ignored since last version (4.10.4).
- `chart.cursor.snapToSeries` was not causing cursor to snap in wrong place if `groupData` was enabled.
- Bullet tooltip was being hidden even if it had to stay when cursor moved out of the plot area.


## [4.10.4] - 2020-09-22

### Changed
Expand Down
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.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/ember/vendor/script/amcharts4/deps/pdfmake.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ember/vendor/script/amcharts4/deps/xlsx.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ember/vendor/script/amcharts4/plugins/annotation.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/charts/axes/DateAxis.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/DateAxis.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/charts/series/LineSeriesSegment.js

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/charts/types/XYChart.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export declare class XYChart extends SerialChart {
* @ignore Exclude from docs
* @param sprites A list of sprites to hide tooltip for
*/
hideObjectTooltip(sprites: List<Sprite>): void;
hideObjectTooltip(sprites: List<Axis | XYSeries>): void;
/**
* Shows a tooltip for all chart's series, using specific coordinates as a
* reference point.
Expand Down
4 changes: 3 additions & 1 deletion dist/es2015/.internal/charts/types/XYChart.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/XYChart.js.map

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion dist/es2015/.internal/core/Sprite.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/Sprite.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/core/System.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/System.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/.internal/core/elements/Label.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ export declare class Label extends Container {
*
* @param value `true` for to use RTL
*/
/**
* @return RTL?
*/
rtl: boolean;
/**
* Resets cached BBox.
Expand Down
43 changes: 29 additions & 14 deletions dist/es2015/.internal/core/elements/Label.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/elements/Label.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/es2015/.internal/core/interaction/Interaction.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/interaction/Interaction.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ export interface IInteractionObjectEvents extends IBaseObjectEvents {
rightclick: MouseTouchEvent;
/**
* Invoked when mouse or touch pointer is held down over object for some time.
* @ignore
* @deprecated
*/
hold: PointerTypeEvent & PointerEvent & MouseTouchEvent;
/**
Expand Down

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
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.10.5] - 2020-10-02

### Changed
- Inline curly-bracket data placeholders now support dot-separated data context names as literal strings, e.g. `"my.custom.property"`.
- A bunch of dependencies were updated to latest versions.

### Fixed
- Toggling `rtl` value on an existing `Label` was (still) not working properly.
- `showSystemTooltip` was being ignored since last version (4.10.4).
- `chart.cursor.snapToSeries` was not causing cursor to snap in wrong place if `groupData` was enabled.
- Bullet tooltip was being hidden even if it had to stay when cursor moved out of the plot area.


## [4.10.4] - 2020-09-22

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"webpack-dev-server": "^3.4.1",
"source-map-loader": "^0.2.4",
"core-js": "^3.0.1",
"regenerator-runtime": "^0.13.7",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
devtool: "source-map",

entry: {
index: ["core-js/stable", "./index.js"]
index: ["core-js/stable", "regenerator-runtime/runtime", "./index.js"]
},

output: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"webpack-dev-server": "^3.4.1",
"source-map-loader": "^0.2.4",
"core-js": "^3.0.1",
"regenerator-runtime": "^0.13.7",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
devtool: "source-map",

entry: {
index: ["core-js/stable", "./index.js"]
index: ["core-js/stable", "regenerator-runtime/runtime", "./index.js"]
},

output: {
Expand Down
1 change: 1 addition & 0 deletions dist/es2015/examples/javascript/amcharts3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"webpack-dev-server": "^3.4.1",
"source-map-loader": "^0.2.4",
"core-js": "^3.0.1",
"regenerator-runtime": "^0.13.7",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
devtool: "source-map",

entry: {
index: ["core-js/stable", "./index.js"]
index: ["core-js/stable", "regenerator-runtime/runtime", "./index.js"]
},

output: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"webpack-dev-server": "^3.4.1",
"source-map-loader": "^0.2.4",
"core-js": "^3.0.1",
"regenerator-runtime": "^0.13.7",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
devtool: "source-map",

entry: {
index: ["core-js/stable", "./index.js"]
index: ["core-js/stable", "regenerator-runtime/runtime", "./index.js"]
},

output: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"webpack-dev-server": "^3.4.1",
"source-map-loader": "^0.2.4",
"core-js": "^3.0.1",
"regenerator-runtime": "^0.13.7",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
devtool: "source-map",

entry: {
index: ["core-js/stable", "./index.js"]
index: ["core-js/stable", "regenerator-runtime/runtime", "./index.js"]
},

output: {
Expand Down
1 change: 1 addition & 0 deletions dist/es2015/examples/javascript/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"webpack-dev-server": "^3.4.1",
"source-map-loader": "^0.2.4",
"core-js": "^3.0.1",
"regenerator-runtime": "^0.13.7",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/examples/javascript/base/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
devtool: "source-map",

entry: {
index: ["core-js/stable", "./index.js"]
index: ["core-js/stable", "regenerator-runtime/runtime", "./index.js"]
},

output: {
Expand Down
1 change: 1 addition & 0 deletions dist/es2015/examples/javascript/bubble-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"webpack-dev-server": "^3.4.1",
"source-map-loader": "^0.2.4",
"core-js": "^3.0.1",
"regenerator-runtime": "^0.13.7",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
devtool: "source-map",

entry: {
index: ["core-js/stable", "./index.js"]
index: ["core-js/stable", "regenerator-runtime/runtime", "./index.js"]
},

output: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"webpack-dev-server": "^3.4.1",
"source-map-loader": "^0.2.4",
"core-js": "^3.0.1",
"regenerator-runtime": "^0.13.7",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
devtool: "source-map",

entry: {
index: ["core-js/stable", "./index.js"]
index: ["core-js/stable", "regenerator-runtime/runtime", "./index.js"]
},

output: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"webpack-dev-server": "^3.4.1",
"source-map-loader": "^0.2.4",
"core-js": "^3.0.1",
"regenerator-runtime": "^0.13.7",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
devtool: "source-map",

entry: {
index: ["core-js/stable", "./index.js"]
index: ["core-js/stable", "regenerator-runtime/runtime", "./index.js"]
},

output: {
Expand Down
Loading

0 comments on commit 9656bf6

Please sign in to comment.