# React-highcharts Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
From http://keepachangelog.com

## [16.0.0] - 2018-01-14
- Clean up the prod version: minify, get rid of prop types. Overall reduce the size from 70 to 4kb, thanks @ilyjs 

## [15.0.0] - 2017-10-11
- Update Highcharts to 6.0.0 

## [14.0.0] - 2017-10-11
- This release never happened

## [13.0.0] - 2017-10-11
- Support React 16

## [12.0.0] - 2017-04-27
- Use create-react-class
- Add prop-types as a dependency

## [11.5.0] - 2017-01-04
- [Fix]  Throwing an error when rendering on the server


## [11.0.0] - 2016-10-22
- Update Highcharts to 5.0.0 

## [10.0.0] - 2016-07-06
- Introduce new `domProps` property to explicitly specifying DOM properties.

## [9.0.0] - 2016-07-06
- Get rid of custom property warnings in react 15.2

## [6.0.0] - 2015-11-26
### Changed
- Update Highcharts Highmaps and Highstock to 4.2.0 

## [5.0.6] - 2015-11-26
- No changes

## [5.0.5] - 2015-11-26
### Added
- Minify all js files by default. Keep source files as `file.src.js`. 


## [5.0.4] - 2015-11-17
### Fixed
- reverted changed in 5.0.3


## [5.0.3] - 2015-11-17
### Changed
- bundles copied to top level

### Added
- documentation : recipes.md


## [5.0.2] - 2015-11-14
### Added
- some examples using ReactHighcharts
- fakeHighcharts module for node.js env


## [5.0.1] - 2015-11-09
### Added
- npm version hooks

