Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

78 lines (59 loc) · 2.04 KB

3.0.9.0

  • Bump version

3.0.8.0

  • Fix colors in high contrast mode for legend and axis

3.0.7.0

  • Improve data labels readability in high contrast mode

3.0.6.0

  • Add Context Menu calls on empty space
  • Update packages

3.0.5.0

  • Remove outline on non-keyboard focus. Fix stream focus order.

3.0.4.0

  • Add keyboard navigation
  • powerbi-visuals-tools has been updated to 5.2.1

2.0.2

  • 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

2.0.1

  • Azure Pipelines integration
  • Visual packages update

2.0.0

  • Webpack migration

1.8.0

  • API 2.1.0

1.7.0

  • High contrast mode
  • API 1.13.0

1.6.0

  • Added localization for all supported languages

1.5.0

  • 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

1.4.1

  • Fixed breaking issue if string value used instead of number in Values field bucket

1.4.0

  • 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.

1.3.0

  • Updated packages
  • Removed jQuery and Lodash from dependencies
  • Removed rotate labels of X axis
  • Added native formatting for dates

1.2.0

  • Updated the visual in order to support localization for English language
  • Updated the visual in order to use API 1.7.0

1.1.0

  • Fixed incorrectly location of axises titles
  • Fixed rotate property does not work

1.0.1

  • Fixed x-axis labels overlaps

0.5.2

  • Updated StreamGraph to render x-Axis using ChartUtils->AxisHelper
  • Updated UTests according to changes in Axis's rendering