Skip to content

Commit f3f8743

Browse files
committed
Version 4.10.36
1 parent 82f445a commit f3f8743

File tree

104 files changed

+171461
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+171461
-100
lines changed

dist/ember/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
Please note, that this project, while following numbering syntax, it DOES NOT
66
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
77

8+
## [4.10.36] - 2023-05-18
9+
10+
### Added
11+
- New locale: Faroese (fo_FO). Thanks Martin Puge.
12+
13+
### Changed
14+
- 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.
15+
- 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)).
16+
17+
### Fixed
18+
- 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.
19+
- Grip rollover labels of a vertical `Scrollbar` were showing opposite values.
20+
21+
822
## [4.10.35] - 2023-03-21
923

1024
### Fixed

dist/ember/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amcharts/amcharts4-ember",
3-
"version": "4.10.35",
3+
"version": "4.10.36",
44
"description": "Ember add-on for amCharts 4",
55
"keywords": [
66
"ember-addon",

dist/ember/vendor/script/amcharts4/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
Please note, that this project, while following numbering syntax, it DOES NOT
66
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
77

8+
## [4.10.36] - 2023-05-18
9+
10+
### Added
11+
- New locale: Faroese (fo_FO). Thanks Martin Puge.
12+
13+
### Changed
14+
- 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.
15+
- 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)).
16+
17+
### Fixed
18+
- 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.
19+
- Grip rollover labels of a vertical `Scrollbar` were showing opposite values.
20+
21+
822
## [4.10.35] - 2023-03-21
923

1024
### Fixed

dist/ember/vendor/script/amcharts4/core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ember/vendor/script/amcharts4/core.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ember/vendor/script/amcharts4/deps/canvg.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ember/vendor/script/amcharts4/deps/xlsx.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ember/vendor/script/amcharts4/deps/xlsx.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ember/vendor/script/amcharts4/lang/fo_FO.js

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ember/vendor/script/amcharts4/lang/fo_FO.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)