Skip to content

Commit 0d6f2be

Browse files
committed
Changelog.
1 parent 0c5802f commit 0d6f2be

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 1.2.0 - 2015-11-16
2+
3+
* New feature: require() support in code examples (#25, by [lovelybooks](https://github.com/lovelybooks)).
4+
* Show file name under component title (#29, by [lovelybooks](https://github.com/lovelybooks)).
5+
* New option: skipComponentsWithoutExample (#38, by [panayi](https://github.com/panayi)).
6+
* PropTypes.arrayOf and PropTypes.instanceOf support (#13, #17, #20).
7+
* A bit better JSX syntax highlighting (#19).
8+
* Add babel-plugin-react-display-name. Should preserve displayName when using React.createComponent (#18).
9+
* Use Babel instead of JSXTransformer to compile examples in the browser (#16).
10+
* Update react-codemirror, fix warnings in React 0.14 (#39).
11+
* Add react-dom as a peer dependency.
12+
* Drop Node 0.10 support.
13+
114
### 2015-10-28 v1.1.1
215

316
* Fix Wrapper component import to make Webpack’s aliases work with it.

0 commit comments

Comments
 (0)