Skip to content

Commit 23e9ab6

Browse files
committed
Version 4.10.28
1 parent ef399b5 commit 23e9ab6

File tree

390 files changed

+1038
-559
lines changed

Some content is hidden

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

390 files changed

+1038
-559
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.28] - 2022-09-19
9+
10+
### Added
11+
- `"p"` number formatting modifier added. Works the same way as `"%"` except it treats numbers as absolute values and does not multiply them by 100.
12+
13+
### Changed
14+
- `"%"` number formatting modifier will now consider locale when choosing whether percent sign goes before or after the number. At this moment only `tr_TR` (Turkish) locale is placing percent sign before number.
15+
16+
### Fixed
17+
- Pressing ENTER while `PieSeries` was focused would not toggle it.
18+
- `SankeyLink` middle line was not drawn in it was a straight line.
19+
- Legend's scrollbar was not adjusting thumb size if the div of a chart changed its height.
20+
21+
822
## [4.10.27] - 2022-08-18
923

1024
### Added

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.27",
3+
"version": "4.10.28",
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.28] - 2022-09-19
9+
10+
### Added
11+
- `"p"` number formatting modifier added. Works the same way as `"%"` except it treats numbers as absolute values and does not multiply them by 100.
12+
13+
### Changed
14+
- `"%"` number formatting modifier will now consider locale when choosing whether percent sign goes before or after the number. At this moment only `tr_TR` (Turkish) locale is placing percent sign before number.
15+
16+
### Fixed
17+
- Pressing ENTER while `PieSeries` was focused would not toggle it.
18+
- `SankeyLink` middle line was not drawn in it was a straight line.
19+
- Legend's scrollbar was not adjusting thumb size if the div of a chart changed its height.
20+
21+
822
## [4.10.27] - 2022-08-18
923

1024
### Added

dist/ember/vendor/script/amcharts4/charts.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/charts.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/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/geodata/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010

1111
### Changed
1212
- Renamed "Turkey" to "Türkiye" in all maps.
13+
- Saint Kitts and Nevis is now specified as belonging North America in `countries2` data file.
1314

1415

1516
## [4.1.23] - 2022-03-31

dist/ember/vendor/script/amcharts4/geodata/data/countries2.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/lang/ar.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.

0 commit comments

Comments
 (0)