Skip to content

Commit 0188669

Browse files
author
Peter Murphy
committed
Update changelog
1 parent 9fb3c58 commit 0188669

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

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)
23+
324
## v0.14.0
425

526
> March 2, 2018

0 commit comments

Comments
 (0)