You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog
2
2
3
+
## v0.15.0
4
+
5
+
> May 22, 2018
6
+
7
+
* Adds `YAxis` and `TimeAxis` styling of all elements. This is a breaking change, but now allows much more flexible styling. See the the DDoS example. In [#267](https://github.com/esnet/react-timeseries-charts/pull/267).
8
+
*`YAxis` now supports horizontal grid lines. This only applies to axes which are adjacent to the chart (Fixes #244). In [#267](https://github.com/esnet/react-timeseries-charts/pull/267).
9
+
*`TimeAxis` now supports angled labels [#229](https://github.com/esnet/react-timeseries-charts/pull/229)
10
+
* You can now add a title to the chart by passing one into the `ChartContainer` (Fixes #9)
11
+
*`AreaChart`s now have an option to break at data gaps (i.e. ignore `nulls` and `NaNs`) in [#247](https://github.com/esnet/react-timeseries-charts/pull/247)
12
+
*`ChartContainer` now has a margin prop that will surround the chart with empty space. This is useful to avoid clipped `TimeAxis` labels [#229](https://github.com/esnet/react-timeseries-charts/pull/229)
13
+
* Add drag to zoom feature by [@iabw](https://github.com/iabw) in [#252](https://github.com/esnet/react-timeseries-charts/pull/252)
14
+
* Current `TimeAxis` scale function exposed as second argument to `onTrackerChanged()` by [@ethanroday](https://github.com/ethanroday) in [#238](https://github.com/esnet/react-timeseries-charts/pull/238)
15
+
* Allow `YAxis` yscale by [@ethanroday](https://github.com/ethanroday) in [#251](https://github.com/esnet/react-timeseries-charts/pull/251)
16
+
17
+
Bug fixes:
18
+
19
+
*`TimeAxis` and `YAxis` now updates to additional prop changes (Fixes #259, Fixes #255 )
20
+
* Ease required props on `TimeRangeMarker` (Fixes #263)
21
+
*`ChartRow` is better protected against null children [#253](https://github.com/esnet/react-timeseries-charts/pull/253)
22
+
* Fix issues with using webpack and hot loader in [#248](https://github.com/esnet/react-timeseries-charts/pull/248)
0 commit comments