Skip to content

Commit abe2f49

Browse files
committed
Version 4.10.34
1 parent 28e4380 commit abe2f49

Some content is hidden

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

49 files changed

+426
-45
lines changed

dist/ember/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.34] - 2023-01-02
9+
10+
### Fixed
11+
- Fixed an accessibility warning `MapChart`.
12+
- Bullet positions on a `PieSeries` was sometimes off.
13+
- Legend with `scrollable = true` was scrolling even if scrollbar was not visible at that moment.
14+
15+
816
## [4.10.33] - 2023-01-02
917

1018
### 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.33",
3+
"version": "4.10.34",
44
"description": "Ember add-on for amCharts 4",
55
"keywords": [
66
"ember-addon",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.34] - 2023-01-02
9+
10+
### Fixed
11+
- Fixed an accessibility warning `MapChart`.
12+
- Bullet positions on a `PieSeries` was sometimes off.
13+
- Legend with `scrollable = true` was scrolling even if scrollbar was not visible at that moment.
14+
15+
816
## [4.10.33] - 2023-01-02
917

1018
### 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/geodata/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
55

66
## [UNRELEASED] - ????-??-??
77

8+
### Added
9+
- `spain2*` maps added. Same as `spain*`, except with off-shore islands misplaced so they show up close to the mainland.
10+
811
### Changed
912
- Map of the Pakistan was updated to adhere to local requirements.
1013

dist/ember/vendor/script/amcharts4/geodata/spain2High.js

Lines changed: 20 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/geodata/spain2Low.js

Lines changed: 20 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/maps.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/maps.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.

0 commit comments

Comments
 (0)