Skip to content

Commit

Permalink
Version 4.10.36
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed May 18, 2023
1 parent 82f445a commit f3f8743
Show file tree
Hide file tree
Showing 104 changed files with 171,461 additions and 100 deletions.
14 changes: 14 additions & 0 deletions dist/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.36] - 2023-05-18

### Added
- New locale: Faroese (fo_FO). Thanks Martin Puge.

### Changed
- A link object that was created with `linkWith` for `ForceDirectedNode` is pushed to the child node's data items `childLinks` array and also `node.linksWith` list.
- Removed `xlsx` package (with vulnerability) from dependencies in favor of a bundled hard copy (version 0.19.3) due to their decision not to publish to NPM. ([Issue 4261](https://github.com/amcharts/amcharts4/issues/4261)).

### Fixed
- In some cases, when a series was removed from a `SerialChart` it was not disposing one of the listeners and could remain in the memory.
- Grip rollover labels of a vertical `Scrollbar` were showing opposite values.


## [4.10.35] - 2023-03-21

### 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.35",
"version": "4.10.36",
"description": "Ember add-on for amCharts 4",
"keywords": [
"ember-addon",
Expand Down
14 changes: 14 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,20 @@ 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.36] - 2023-05-18

### Added
- New locale: Faroese (fo_FO). Thanks Martin Puge.

### Changed
- A link object that was created with `linkWith` for `ForceDirectedNode` is pushed to the child node's data items `childLinks` array and also `node.linksWith` list.
- Removed `xlsx` package (with vulnerability) from dependencies in favor of a bundled hard copy (version 0.19.3) due to their decision not to publish to NPM. ([Issue 4261](https://github.com/amcharts/amcharts4/issues/4261)).

### Fixed
- In some cases, when a series was removed from a `SerialChart` it was not disposing one of the listeners and could remain in the memory.
- Grip rollover labels of a vertical `Scrollbar` were showing opposite values.


## [4.10.35] - 2023-03-21

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

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/deps/canvg.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.

21 changes: 21 additions & 0 deletions dist/ember/vendor/script/amcharts4/lang/fo_FO.js

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

1 change: 1 addition & 0 deletions dist/ember/vendor/script/amcharts4/lang/fo_FO.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/ember/vendor/shims/amcharts4.js
Original file line number Diff line number Diff line change
Expand Up @@ -8674,6 +8674,14 @@ define('@amcharts/amcharts4/lang/fi_FI', [], function () {
}
throw new Error("You must add 'lang/fi_FI' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4/lang/fo_FO', [], function () {
'use strict';
var output = self.am4lang_fo_FO;
if (output != null) {
return output;
}
throw new Error("You must add 'lang/fo_FO' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4/lang/fr_FR', [], function () {
'use strict';
var output = self.am4lang_fr_FR;
Expand Down
Loading

0 comments on commit f3f8743

Please sign in to comment.