All Versions
21
Latest Version
Avg Release Cycle
37 days
Latest Release
1796 days ago

Changelog History
Page 1

  • v1.11.7 Changes

    April 19, 2019
    • Missing colon on series.md (#1087)
    • ๐Ÿ“„ Docs: simplify usage (#1094)
    • Alphabetize imports (#1105)
    • โž• Add className functionality to Hint and GridLines (#1008)
    • ๐Ÿ›  Fix a misnamed prop in colors doc (#1127)
    • ๐Ÿ›  Fix a typo (#1133)
    • ๐Ÿ›  Fix/inconsistent proptypes of discrete color legend (#1147)
    • ๐Ÿ›  Fix webpack windows build issue(#940) (#1144)
    • โšก๏ธ Update LabelSeries doc with a link that has more info on svg-text (#1150)
    • ๐Ÿ›  Fix stacking together different series types (#1037) (#1145)
  • v1.11.6 Changes

    January 14, 2019
    • โšก๏ธ Update treemap docs (#1044)
    • โž• Adding invert method to ordinal scale (#1046)
    • โšก๏ธ Update Hint and Crosshair to display Dates (#1077)
    • โšก๏ธ Update CustomSVGSeries to use getX / getY (#1051)
    • ๐Ÿ›  Fixes undefined X and Y of onNearestXY (#1000)
    • โž• Add hovering example for heatmap series (#1078)
  • v1.11.5 Changes

    November 21, 2018
    • ๐Ÿ›  Fixing BarSeries overlapped (#944)
    • โœ‚ Remove bad npm refs (#1025)
    • Install a pre-push hook for removing bad npm refs (#1026)
    • ๐Ÿ›  Fix showcase duplicate props (#1030)
    • More flexibility when rendering tick labels with tickFormat (#1019)
    • โœ‚ Remove unnecessary columns (#1035)
    • ๐Ÿ‘‰ Use dominant baseline instead of alignment for consistent rendering (#1034)
    • Construct Chart Label (#1038)
  • v1.11.4 Changes

    October 24, 2018
    • ๐Ÿ‘‰ Make bar width (percentage) a prop for Bar Series (#1018)
  • v1.11.3 Changes

    October 15, 2018
    • โš™ Run sort-comp Codemod (#964)
    • ๐Ÿ“„ Docs fixes (#974)
    • Gitignore Showcase bundles (#969)
    • ๐Ÿ›  Fix markdown formatting. (#982)
    • โšก๏ธ Update doc routes, center all the docs examples (#979)
    • โž• Add iris dashboard (#976)
    • โœ‚ Delete history example (#975)
    • โž• Add example of difference bar chart (#990)
    • ๐Ÿ›  Fix lint errors (#977)
    • โž• Add stroke properties to discrete color legend (#860) (#994)
    • ๐Ÿ“š Make props in documentation easier to parse (#984) (#993)
    • Propagate props for discrete color legend (#998)
    • ๐Ÿ’… Update HotizontalDiscreteColor example to show off stroke styles (#1001)
    • โš™ Run create-element-to-jsx Codemod (#961)
    • โš™ Run pure-component Codemod (#965)
    • โš™ Run manual-bind-to-arrow Codemod (#963)
    • Radar chart tooltips (#992)
  • v1.11.2 Changes

    September 21, 2018
    • ๐Ÿ‘Œ Improve some examples (#956)
    • โš™ Run Prettier on all files (#960)
    • ๐Ÿ›  Fix getY0 prop on AreaSeries (#971)
  • v1.11.1 Changes

    September 10, 2018
    • โž• Add Brushing Functionality (#939)
    • โž• Add Hexbin Series (#926)
    • โšก๏ธ Update Highlight Component (#938)
    • ๐Ÿ›  Fix Problematic Dependencies (#948)
    • ๐Ÿ›  Fix Showcase Links (#946)
    • ๐Ÿšš Move flare to the correct spot (#955)
    • ๐Ÿ›  Fix LineSeriesCanvas - onNearestXY not called (#931)
  • v1.9.2 Changes

    • ๐Ÿ’… we removed the check-stylesheets warnings.
    • ๐Ÿ‘ it's now possible to pass better styling options for radial charts labels. It's also possible to position axis titles along the axis.
    • โšก๏ธ react-motion and react minimal versions have been updated.

  • v1.0.0 Changes

    We recently made a major jump to version v1, which naturally includes some breaking changes. Specifically these include

    ๐Ÿ—„ Table is deprecated: There are other substantially better tables in the ecosystem, so we decided to stick to what we do best, charts and plots. ๐Ÿ’… Stylesheet has been moved: the stylesheet for react-vis can now be found within the dist folder, so simply modify your style import to be:

    @import './node_modules/react-vis/dist/main';
    

    0๏ธโƒฃ Default Opacity: The default opacity behavior has been modified. Previously, react-vis asserted you had a linear scale with range [0.1, 1] and place your value within that range. Now react-vis presents a literal-scale by default. Check your opacities to make sure they are correct. tickSizeInner & tickSizeOuter have been reversed: the names of these props on the axes component have been switched. We feel this arrangement offers a more natural way to interact with the plot. ALIGN.TOP_RIGHT was removed from hint.js: this case did not match the orientation scheme followed by this component so was removed.

  • v0.10.1 Changes

    ๐Ÿš€ In this release we release a new chart type, a large repo refactor, address a variety of bugs, and a host of additional features!

    • ๐Ÿ†• New Chart: Type: Sankey Diagram: this chart type allows users visualize data flows and transfers. We are initially releasing this chart in alpha, so that we can gather feedback, and iterate to make the best chart that we can! Check out the docs here here!

    • ๐Ÿ› Bug Fix: Fix numerous bugs on the radial plot, including mouse interaction issues, incorrect domains, and props falling out of sync

    • ๐Ÿ”จ Refactor: We reorganized the way that we are keeping/organizing our repo, installed yarn, added webpack for the examples. (Pro tip, if you are having trouble running the examples after upgrading rm -rf your dist)

    • ๐Ÿ”‹ Feature: Allow custom crosshair orientation

    • ๐Ÿ”‹ Feature: Added interaction listeners for the tree map