- Bump version
- Fix colors in high contrast mode for legend and axis
- Improve data labels readability in high contrast mode
- Add Context Menu calls on empty space
- Update packages
- Remove outline on non-keyboard focus. Fix stream focus order.
- Add keyboard navigation
- powerbi-visuals-tools has been updated to 5.2.1
- UPD: powerbi-visuals-tools has been updated to 3.0.9 to add IE11 support
- UPD: API has been updated to 2.3.0 to add IE11 support
- UPD: powerbi-visuals-api has been updated to 2.3.1 to add IE11 support
- @babel/polyfill has been used as powerbi-visuals-tools@3.0.9 requirement
- Azure Pipelines integration
- Visual packages update
- Webpack migration
- API 2.1.0
- High contrast mode
- API 1.13.0
- Added localization for all supported languages
- UPD: powerbi-visuals-tools has been updated to 1.11.2 to support Bookmarks
- UPD: API has been updated to 1.11.0 to support Bookmarks
- UPD: powerbi-visuals-utils-interactivityutils has been updated to 3.1.0 to support Bookmarks
- UPD: powerbi-visuals-utils-testutils has been updated to "1.2.0" to support Bookmarks
- Fixed breaking issue if string value used instead of number in Values field bucket
- Stream Graph: Community suggestions
- Data Labels option can now displays measure field name measure value.
- Tooltip can now shows the group and measure value
- Axis text size can now be changed.
- Updated packages
- Removed jQuery and Lodash from dependencies
- Removed rotate labels of X axis
- Added native formatting for dates
- Updated the visual in order to support localization for English language
- Updated the visual in order to use API 1.7.0
- Fixed incorrectly location of axises titles
- Fixed rotate property does not work
- Fixed x-axis labels overlaps
- Updated StreamGraph to render x-Axis using ChartUtils->AxisHelper
- Updated UTests according to changes in Axis's rendering