Skip to content

Commit

Permalink
Version 4.9.33
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Jul 23, 2020
1 parent bde61e0 commit 9a3852d
Show file tree
Hide file tree
Showing 67 changed files with 473 additions and 155 deletions.
9 changes: 9 additions & 0 deletions dist/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.9.32] - 2020-07-23

### Fixed
- If an item from a chart with `CategoryAxis` was removed and then a new item with the same category name was added, chart was not rendering the new item.
- A chart with multiple series starting/ending not at the same position could result in wrong zoom on `ValueAxis`
- Last bullet/column from `XYSeries` could disappear if end date was not exact as last data items date.
- `LineSeries` could skip a point in case distance between data points was very small, resulting in incorrect line series.


## [4.9.31] - 2020-07-21

### 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.9.31",
"version": "4.9.33",
"description": "Ember add-on for amCharts 4",
"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 @@ -5,6 +5,15 @@ 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.9.32] - 2020-07-23

### Fixed
- If an item from a chart with `CategoryAxis` was removed and then a new item with the same category name was added, chart was not rendering the new item.
- A chart with multiple series starting/ending not at the same position could result in wrong zoom on `ValueAxis`
- Last bullet/column from `XYSeries` could disappear if end date was not exact as last data items date.
- `LineSeries` could skip a point in case distance between data points was very small, resulting in incorrect line series.


## [4.9.31] - 2020-07-21

### 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.

3 changes: 2 additions & 1 deletion dist/ember/vendor/script/amcharts4/geodata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [UNRELEASED] - ????-??-??

### Added
- New map: Timor-Leste.
- New maps: Timor-Leste, Trinidad and Tobago.

### Fixed
- Fixed some name typos in Malaysian maps.
- Fixed IDs and some names in maps of Russia: ID for Tatarstan; ID and name for Altay (Republic); added "Kray" to Altay Kray to distinguish from the name-sake republic.
- Fixed Polish translation for Myanmar (`lang/PL`).
- Fixed Chile map: Ñuble region was missing.


## [4.1.16] - 2020-07-03
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/geodata/chileHigh.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/geodata/chileLow.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/trinidadTobagoHigh.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/trinidadTobagoLow.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions dist/ember/vendor/shims/amcharts4.js
Original file line number Diff line number Diff line change
Expand Up @@ -6654,6 +6654,22 @@ define('@amcharts/amcharts4-geodata/togoLow', [], function () {
}
throw new Error("You must add 'geodata/togoLow' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/trinidadTobagoHigh', [], function () {
'use strict';
var output = self.am4geodata_trinidadTobagoHigh;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/trinidadTobagoHigh' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/trinidadTobagoLow', [], function () {
'use strict';
var output = self.am4geodata_trinidadTobagoLow;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/trinidadTobagoLow' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/tunisiaHigh', [], function () {
'use strict';
var output = self.am4geodata_tunisiaHigh;
Expand Down
4 changes: 4 additions & 0 deletions dist/es2015/.internal/charts/axes/CategoryAxis.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/CategoryAxis.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/elements/XYChartScrollbar.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.

4 changes: 4 additions & 0 deletions dist/es2015/.internal/charts/series/XYSeries.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/series/XYSeries.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.

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

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.9.32] - 2020-07-23

### Fixed
- If an item from a chart with `CategoryAxis` was removed and then a new item with the same category name was added, chart was not rendering the new item.
- A chart with multiple series starting/ending not at the same position could result in wrong zoom on `ValueAxis`
- Last bullet/column from `XYSeries` could disappear if end date was not exact as last data items date.
- `LineSeries` could skip a point in case distance between data points was very small, resulting in incorrect line series.


## [4.9.31] - 2020-07-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amcharts/amcharts4",
"version": "4.9.31",
"version": "4.9.33",
"author": "amCharts <[email protected]> (https://www.amcharts.com/)",
"description": "amCharts 4",
"homepage": "https://www.amcharts.com/",
Expand Down
3 changes: 2 additions & 1 deletion dist/geodata/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [UNRELEASED] - ????-??-??

### Added
- New map: Timor-Leste.
- New maps: Timor-Leste, Trinidad and Tobago.

### Fixed
- Fixed some name typos in Malaysian maps.
- Fixed IDs and some names in maps of Russia: ID for Tatarstan; ID and name for Altay (Republic); added "Kray" to Altay Kray to distinguish from the name-sake republic.
- Fixed Polish translation for Myanmar (`lang/PL`).
- Fixed Chile map: Ñuble region was missing.


## [4.1.16] - 2020-07-03
Expand Down
31 changes: 16 additions & 15 deletions dist/geodata/es2015/chileHigh.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9a3852d

Please sign in to comment.