Skip to content

Commit

Permalink
Version 4.10.28
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Sep 19, 2022
1 parent ef399b5 commit 23e9ab6
Show file tree
Hide file tree
Showing 390 changed files with 1,038 additions and 559 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.28] - 2022-09-19

### Added
- `"p"` number formatting modifier added. Works the same way as `"%"` except it treats numbers as absolute values and does not multiply them by 100.

### Changed
- `"%"` 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.

### Fixed
- Pressing ENTER while `PieSeries` was focused would not toggle it.
- `SankeyLink` middle line was not drawn in it was a straight line.
- Legend's scrollbar was not adjusting thumb size if the div of a chart changed its height.


## [4.10.27] - 2022-08-18

### Added
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.27",
"version": "4.10.28",
"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.28] - 2022-09-19

### Added
- `"p"` number formatting modifier added. Works the same way as `"%"` except it treats numbers as absolute values and does not multiply them by 100.

### Changed
- `"%"` 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.

### Fixed
- Pressing ENTER while `PieSeries` was focused would not toggle it.
- `SankeyLink` middle line was not drawn in it was a straight line.
- Legend's scrollbar was not adjusting thumb size if the div of a chart changed its height.


## [4.10.27] - 2022-08-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/charts.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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.

1 change: 1 addition & 0 deletions dist/ember/vendor/script/amcharts4/geodata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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


## [4.1.23] - 2022-03-31
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/lang/ar.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/ember/vendor/script/amcharts4/lang/ar.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 23e9ab6

Please sign in to comment.