Releases: zakodium-oss/react-plot
Releases · zakodium-oss/react-plot
react-plot v0.13.0
Features
- add support for all line props and markerSize to arrow annotation (#247) (b4e7898)
- automatically create axes if they are omitted (#248) (0bbe3bd)
- implement all missing axis props & fix Position of tick labels (#254) (009a3bc)
- support annotation x/y coordinates as "%" (#255) (a23bda8)
Bug Fixes
react-plot v0.12.0
⚠ BREAKING CHANGES
Features
- add color prop to annotation arrow (#231) (989ad21)
- add onMouseUp, onMouseDown and onDoubleClick callbacks (3dc68cc)
- support alignment of annotation groups (#223) (0a46e11)
- tickLabelFormat callback in axis component (#220) (352dfe5)
- update annotations props names (#224) (9344269)
Code Refactoring
react-plot v0.11.0
react-plot v0.10.2
Bug Fixes
- update dependencies and add react as peer dependency (f935942)
react-plot v0.10.1
react-plot v0.10.0
react-plot v0.9.0
Features
Bug Fixes
react-plot v0.8.0
react-plot v0.7.1
react-plot v0.6.0
⚠ BREAKING CHANGES
- The PlotProps
style
andviewportStyle
props were renamed toplotViewportStyle
andseriesViewportStyle
, respectively.
Features
- add Annotation components (#137) (b56b734)
- add bar series component (#130) (6e3d213), closes #77
- add error bars (#141) (8a6688c)
- add secondary ticks (#128) (2a8f0ac), closes #116
- improve documentation of Plot and add "svgStyle" prop (be1c039)
Bug Fixes
- remove legend on unmount (#145) (3002c11)
- remove the stroke color from a Marker (#144) (aab12af), closes #138
- throw error if width or height are undefined (#129) (9f5cbaa)
- Tick text aligned according to ticks length (#142) (4bb9335), closes #139
- typo on dimensions (#146) (0f8f1ce)
- use align group to align embedded legend (ed6c1c2)
Code Refactoring
- rename style and viewportStyle props (ecdc727)