Releases: ameyms/diffract
Releases · ameyms/diffract
v0.3.2
09 May 17:36
Compare
Sorry, something went wrong.
No results found
Update dependency on React. Now allows React 15+
v0.3.1
07 Apr 20:00
Compare
Sorry, something went wrong.
No results found
Changelog
New Features
BREAKING Now exposes separate XAxis and YAxis components instead of Axis component
BarChart and Pie expose onClick as a prop
Fixes
Axis components now use idiomatic React constructs (see 0d123cc )
New APIs
New props for XAxis and YAxis:
labels: PropTypes . func ,
orientation : PropTypes . oneOf ( [ 'top' , 'bottom' ] ) ,
tickFormat : PropTypes . func ,
outerTickSize : PropTypes . number ,
innerTickSize : PropTypes . number ,
tickPadding : PropTypes . number ,
tickValues : PropTypes . arrayOf ( PropTypes . any ) ,
ticks : PropTypes . arrayOf ( PropTypes . any ) ,
tickTextStyle : PropTypes . object ,
tickLineStyle : PropTypes . object ,
textRotation : PropTypes . number
v0.3.0
22 Mar 17:46
Compare
Sorry, something went wrong.
No results found
This release is a full rewrite and uses idiomatic React constructs for animation.
Now exposes much lower level primitives for finer grained control (see #10 ) :
Chart
DataSeries
BarChart
Stack
Group
Pie
v0.2.1
10 Mar 00:08
Compare
Sorry, something went wrong.
No results found
v0.2.0
10 Mar 00:04
Compare
Sorry, something went wrong.
No results found
Diffract now plays well with latest react/ react-dom/ react-addons
v0.1.1
07 Oct 03:08
Compare
Sorry, something went wrong.
No results found
Release Notes
Bug Fixes
Fixes #8 . Correctly naming files so that imports/requires work correctly on case sensitive OSes
Fixed animation issue in bar chart
Miscellaneous
Code base now uses ESNext with Babel
v0.1.0
26 Apr 02:15
Compare
Sorry, something went wrong.
No results found
This is an initial release with basic functionality. This includes two visualization widgets, viz., Donut and BarGraph.
Demos