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 -
v1.11.1 Changes
September 10, 2018 -
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