Skip to content

Commit

Permalink
Version 4.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Sep 22, 2020
1 parent f0ba8d1 commit dabbb4f
Show file tree
Hide file tree
Showing 53 changed files with 332 additions and 152 deletions.
15 changes: 15 additions & 0 deletions dist/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.4] - 2020-09-22

### Changed
- Accessibility: `ExportMenu` top item has now role `menubar` rather than `menu`.
- Accessibility: `ExportMenu` will now set `aria-expanded` attributes for selected menu items/branches.

### Fixed
- Enabling `groupData` was causing some series not to appear in some cases (since 4.10.3).
- Toggling a legend item was adding a hidden element outside chart container area, which was sometimes causing scrollbars to appear on the web page.
- Toggling `rtl` value on an existing `Label` was not working properly.
- Accessibility: setting `rederTitle` or `itemReaderTitle` was not setting `aria-label` but rather adding `<desc>` tag and `aria-describedby` attirubute. It now will use `aria-label` for `readerTitle` and `<desc>` for `readerDescription`.
- Accessibility: there was no way to override hard-coded `role` of the slices or columns in series.
- Accessibility: navigating `ExportMenu` with arrow keys will not scroll web page anymore.


## [4.10.3] - 2020-09-19

### 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.3",
"version": "4.10.4",
"description": "Ember add-on for amCharts 4",
"keywords": [
"ember-addon",
Expand Down
15 changes: 15 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,21 @@ 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.4] - 2020-09-22

### Changed
- Accessibility: `ExportMenu` top item has now role `menubar` rather than `menu`.
- Accessibility: `ExportMenu` will now set `aria-expanded` attributes for selected menu items/branches.

### Fixed
- Enabling `groupData` was causing some series not to appear in some cases (since 4.10.3).
- Toggling a legend item was adding a hidden element outside chart container area, which was sometimes causing scrollbars to appear on the web page.
- Toggling `rtl` value on an existing `Label` was not working properly.
- Accessibility: setting `rederTitle` or `itemReaderTitle` was not setting `aria-label` but rather adding `<desc>` tag and `aria-describedby` attirubute. It now will use `aria-label` for `readerTitle` and `<desc>` for `readerDescription`.
- Accessibility: there was no way to override hard-coded `role` of the slices or columns in series.
- Accessibility: navigating `ExportMenu` with arrow keys will not scroll web page anymore.


## [4.10.3] - 2020-09-19

### Added
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/maps.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/charts/axes/DateAxis.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/es2015/.internal/charts/axes/DateAxis.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/charts/map/MapObject.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/es2015/.internal/charts/map/MapObject.js.map

Large diffs are not rendered by default.

16 changes: 12 additions & 4 deletions dist/es2015/.internal/charts/series/ColumnSeries.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/es2015/.internal/charts/series/ColumnSeries.js.map

Large diffs are not rendered by default.

16 changes: 12 additions & 4 deletions dist/es2015/.internal/charts/series/PercentSeries.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/es2015/.internal/charts/series/PercentSeries.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/es2015/.internal/charts/series/XYSeries.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/es2015/.internal/charts/series/XYSeries.js.map

Large diffs are not rendered by default.

78 changes: 33 additions & 45 deletions dist/es2015/.internal/core/Sprite.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/es2015/.internal/core/Sprite.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/core/System.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/es2015/.internal/core/System.js.map

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions dist/es2015/.internal/core/elements/Label.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,18 @@ export declare class Label extends Container {
* @todo Implement HTML support
*/
getSVGLineElement(text: string, y?: number): Group;
/**
* An RTL (right-to-left) setting.
*
* RTL may affect alignment, text, and other visual properties.
*
* If you set this on a top-level chart object, it will be used for all
* child elements, e.g. labels, unless they have their own `rtl` setting
* set directly on them.
*
* @param value `true` for to use RTL
*/
rtl: boolean;
/**
* Resets cached BBox.
*
Expand Down
29 changes: 29 additions & 0 deletions dist/es2015/.internal/core/elements/Label.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/es2015/.internal/core/elements/Label.js.map

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions dist/es2015/.internal/core/export/ExportMenu.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/es2015/.internal/core/export/ExportMenu.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/es2015/.internal/core/rendering/SVGContainer.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/es2015/.internal/core/rendering/SVGContainer.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/.internal/core/utils/Language.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export interface ILocaleProperties {
"Image"?: string;
"Data"?: string;
"Print"?: string;
"Press ENTER or use arrow keys to navigate"?: string;
"Click, tap or press ENTER to open"?: string;
"Click, tap or press ENTER to print."?: string;
"Click, tap or press ENTER to export as %1."?: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/.internal/core/utils/Language.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit dabbb4f

Please sign in to comment.