<a name="1.9.2"></a>

## [1.9.2](https://github.com/eisisig/react-isolate/compare/v1.9.1...v1.9.2) (2015-11-25)



### Bug Fixes

* **docs:** updating the docgen-loader version ([437e7cd](https://github.com/eisisig/react-isolate/commit/437e7cd))



<a name="1.9.1"></a>

## [1.9.1](https://github.com/eisisig/react-isolate/compare/v1.9.0...v1.9.1) (2015-11-25)



### Bug Fixes

* **entry:** Fixed problems with multiple exports in components ([066f030](https://github.com/eisisig/react-isolate/commit/066f030))



<a name="1.8.0"></a>

# [1.8.0](https://github.com/eisisig/react-isolate/compare/v1.7.14...v1.8.0) (2015-11-24)



### Features

* **docs:** Added markdown parse which finds .md files in the components folder and adds the ([c16a71f](https://github.com/eisisig/react-isolate/commit/c16a71f))



<a name="1.7.14"></a>

## [1.7.14](https://github.com/eisisig/react-isolate/compare/v1.7.13...v1.7.14) (2015-11-24)



### Bug Fixes

* **proplist:** Fixed wrong formatting of shape. Small css changes ([5f5767c](https://github.com/eisisig/react-isolate/commit/5f5767c))



<a name="1.7.12"></a>

## [1.7.12](https://github.com/eisisig/react-isolate/compare/v1.7.11...v1.7.12) (2015-11-24)



### Bug Fixes

* **sidebar:** Show only component header when there are more than 1 fixtured component ([90de9db](https://github.com/eisisig/react-isolate/commit/90de9db))



<a name="1.7.10"></a>

## [1.7.10](https://github.com/eisisig/react-isolate/compare/v1.7.9...v1.7.10) (2015-11-23)



### Bug Fixes

* **editor:** The editor was not updating when prev and next fixtures name was the same. Fixed ([fee859b](https://github.com/eisisig/react-isolate/commit/fee859b))



<a name="1.7.9"></a>

## [1.7.9](https://github.com/eisisig/react-isolate/compare/v1.7.8...v1.7.9) (2015-11-23)



### Bug Fixes

* **props:** Added one more check ([2d5cc40](https://github.com/eisisig/react-isolate/commit/2d5cc40))



<a name="1.7.7"></a>

## [1.7.7](https://github.com/eisisig/react-isolate/compare/v1.7.6...v1.7.7) (2015-11-23)



### Bug Fixes

* **props:** Missing check in propList so sometimes few types werent displaying ([ed95692](https://github.com/eisisig/react-isolate/commit/ed95692))



<a name="1.7.6"></a>

## [1.7.6](https://github.com/eisisig/react-isolate/compare/v1.7.5...v1.7.6) (2015-11-23)



### Bug Fixes

* **preview:** still a better check in preview ([0b296bb](https://github.com/eisisig/react-isolate/commit/0b296bb))



<a name="1.7.5"></a>

## [1.7.5](https://github.com/eisisig/react-isolate/compare/v1.7.4...v1.7.5) (2015-11-23)



### Bug Fixes

* **preview:** Better check for state in the preview component ([56c2c5d](https://github.com/eisisig/react-isolate/commit/56c2c5d))



<a name="1.7.4"></a>

## [1.7.4](https://github.com/eisisig/react-isolate/compare/v1.7.3...v1.7.4) (2015-11-23)



### Bug Fixes

* **markup:** Added more checks to the markup parser to handle objects and fundtions as props ([4d1deb5](https://github.com/eisisig/react-isolate/commit/4d1deb5))



<a name="1.7.2"></a>

## [1.7.2](https://github.com/eisisig/react-isolate/compare/v1.7.1...v1.7.2) (2015-11-22)



### Bug Fixes

* **markup:** Added check for value in markup to not try trim if it is === true ([1ff4e99](https://github.com/eisisig/react-isolate/commit/1ff4e99))



<a name="1.7.1"></a>

## [1.7.1](https://github.com/eisisig/react-isolate/compare/v1.7.0...v1.7.1) (2015-11-22)



### Bug Fixes

* **markup:** Trimming key and value ([c102858](https://github.com/eisisig/react-isolate/commit/c102858))



<a name="1.7.0"></a>

# [1.7.0](https://github.com/eisisig/react-isolate/compare/v1.5.1...v1.7.0) (2015-11-22)



### Features

* **editor:** Added linting to the editor to indicate when there are errors in the fixture cod ([e71a9b2](https://github.com/eisisig/react-isolate/commit/e71a9b2))
  
* **preview:** Added state to the fitures and made it work from Component <> Editor. closes #9 ([281f3bb](https://github.com/eisisig/react-isolate/commit/281f3bb)), closes [#9](https://github.com/eisisig/react-isolate/issues/9)
  
  ​