All Versions
217
Latest Version
Avg Release Cycle
16 days
Latest Release
640 days ago

Changelog History
Page 7

  • v35.3.0 Changes

    October 14, 2020
    • #1715 Adds a dependency on json-safe-stringify in VictorySharedEvents
    • โšก๏ธ #1716 Changes how event updates are cached to support React Strict Mode
  • v35.2.0 Changes

    October 08, 2020

    Accessibility Improvements

    • #1708 - This PR adds ariaLabel to Victory's primitive components (VictoryLabel, Area, Bar etc.). This new prop can take a string or a function that expected to return a string, and adds aria-label attributes to svg elements Victory renders. This PR also adds tabIndex and aria-label props to VictoryClipContainer, and creates a new groupContainer, VictoryAccessibleGroup, which renders a g tag and an optional desc tag along with its other children. VictoryAccessibleGroup also takes aria-label and aria-describedby props. Thanks @ljones87 for all the hard work on this new feature!

    • 0๏ธโƒฃ #1709 - Adds default onFocus and onBlur event handlers to VictoryTooltip so that users can trigger tooltips by tabbing through the chart elements when tabIndex is set.

    ๐Ÿ› Bug fixes for labels and tooltips

    • ๐Ÿ’… #1707 - Respects user-provided props on the label component VictoryVoronoiContainer renders, including text, style, flyoutStyle, width and height
    • ๐Ÿ‘ #1710 - Adds support for providing functions to the angle prop on VictoryLabel
    • ๐Ÿ›  #1711 - Fixes a bug related to applying angles to labels whose position is set by datum rather than coordinate.
  • v35.1.1 Changes

    September 28, 2020
    • #1693 - Add aria-labelledby and aria-describedby props to VictoryContainer. Thanks @elliotdickison!
  • v35.1.0 Changes

    September 25, 2020
    • #1692 - Adds a unique key prop for chart backgrounds
    • ๐Ÿ›  #1690 - Fixes a minor positioning bug in label backgrounds
    • ๐Ÿ›  #1688 - Fixes vertical alignment issue for labels. Thanks @Hypnosphi!
    • #1685 - Adds an optional preserveAspectRatio prop to VictoryContainer, and uses height: "100%" rather than height: "auto", giving users finer control over how Victory's svgs are positioned and scaled within their containers.
  • v35.0.9 Changes

    September 08, 2020
    • ๐Ÿ“ฆ #1677 - Add missing TS exports from the main victory package. Thanks @sarah-vanderlaan!
  • v35.0.8 Changes

    July 30, 2020
    • #1657 - Fix bug in ouiaSafe prop on VictoryContainer
  • v35.0.7 Changes

    July 29, 2020
    • #1654 - Add optional OUIA props for VictoryContainer. Thanks @dlabrecq!
  • v35.0.6 Changes

    July 28, 2020
    • #1652 - Fix a bug related to voronoi radius. Thanks @sseppola!
  • v35.0.5 Changes

    July 17, 2020
    • ๐Ÿ’… #1648 - Fix a bug effecting backgroundStyles when using functional styles. Thanks @chacestew!

    • โšก๏ธ #1649 - update lodash dependency

  • v35.0.4 Changes

    July 15, 2020
    • #1645 - Fix bug in text size approximation. Thanks @nburt!