Skip to content

Commit

Permalink
Version 4.10.34
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Feb 9, 2023
1 parent 28e4380 commit abe2f49
Show file tree
Hide file tree
Showing 49 changed files with 426 additions and 45 deletions.
8 changes: 8 additions & 0 deletions dist/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.34] - 2023-01-02

### Fixed
- Fixed an accessibility warning `MapChart`.
- Bullet positions on a `PieSeries` was sometimes off.
- Legend with `scrollable = true` was scrolling even if scrollbar was not visible at that moment.


## [4.10.33] - 2023-01-02

### 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.10.33",
"version": "4.10.34",
"description": "Ember add-on for amCharts 4",
"keywords": [
"ember-addon",
Expand Down
8 changes: 8 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,14 @@ 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.34] - 2023-01-02

### Fixed
- Fixed an accessibility warning `MapChart`.
- Bullet positions on a `PieSeries` was sometimes off.
- Legend with `scrollable = true` was scrolling even if scrollbar was not visible at that moment.


## [4.10.33] - 2023-01-02

### Fixed
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: 3 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [UNRELEASED] - ????-??-??

### Added
- `spain2*` maps added. Same as `spain*`, except with off-shore islands misplaced so they show up close to the mainland.

### Changed
- Map of the Pakistan was updated to adhere to local requirements.

Expand Down
20 changes: 20 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/spain2High.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/spain2Low.js

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.

16 changes: 16 additions & 0 deletions dist/ember/vendor/shims/amcharts4.js
Original file line number Diff line number Diff line change
Expand Up @@ -7598,6 +7598,22 @@ define('@amcharts/amcharts4-geodata/southSudanLow', [], function () {
}
throw new Error("You must add 'geodata/southSudanLow' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/spain2High', [], function () {
'use strict';
var output = self.am4geodata_spain2High;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/spain2High' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/spain2Low', [], function () {
'use strict';
var output = self.am4geodata_spain2Low;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/spain2Low' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/spainHigh', [], function () {
'use strict';
var output = self.am4geodata_spainHigh;
Expand Down
1 change: 1 addition & 0 deletions dist/es2015/.internal/charts/Legend.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ export declare class Legend extends Component {
* @param event Event
*/
protected handleWheel(event: AMEvent<Sprite, ISpriteEvents>["wheel"]): void;
protected _handleWheelReal(shift: number): void;
/**
* @ignore
*/
Expand Down
36 changes: 29 additions & 7 deletions dist/es2015/.internal/charts/Legend.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/Legend.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/.internal/charts/types/MapChart.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/MapChart.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/es2015/.internal/charts/types/PieChart.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/PieChart.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/elements/Tooltip.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export interface ITooltipProperties extends IContainerProperties {
showInViewport?: boolean;
/**
* Normally, a tooltip's position will be adjusted so it always fits into
* chart's coundaries.
* chart's boundaries.
*
* Setting this to `false` will disable such checks and will allow tooltip
* to "bleed over" the edge of the chart.
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/.internal/core/elements/Tooltip.js.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.34] - 2023-01-02

### Fixed
- Fixed an accessibility warning `MapChart`.
- Bullet positions on a `PieSeries` was sometimes off.
- Legend with `scrollable = true` was scrolling even if scrollbar was not visible at that moment.


## [4.10.33] - 2023-01-02

### Fixed
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.10.33",
"version": "4.10.34",
"author": "amCharts <[email protected]> (https://www.amcharts.com/)",
"description": "amCharts 4",
"homepage": "https://www.amcharts.com/",
Expand Down
3 changes: 3 additions & 0 deletions dist/geodata/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [UNRELEASED] - ????-??-??

### Added
- `spain2*` maps added. Same as `spain*`, except with off-shore islands misplaced so they show up close to the mainland.

### Changed
- Map of the Pakistan was updated to adhere to local requirements.

Expand Down
Loading

0 comments on commit abe2f49

Please sign in to comment.