Skip to content

Commit 237071b

Browse files
committed
Changelog for 0.5.0
1 parent dcd4b5f commit 237071b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
### 0.4.1 (Apr 30, 2015)
3636

37-
- Remove react/addons dependency (now depending on `react` directly)
38-
- Add MIT License file
37+
- Remove react/addons dependency (now depending on `react` directly).
38+
- Add MIT License file.
3939
- Fix an issue where browser may be detected as touch-enabled but touch event isn't thrown.
4040

4141
### 0.4.2 (Apr 30, 2015)
@@ -46,3 +46,11 @@
4646
### 0.4.3 (Apr 30, 2015)
4747

4848
- Fix React.addons error caused by faulty test.
49+
50+
### 0.5.0 (May 2, 2015)
51+
52+
- Remove browserify browser config, reactify, and jsx pragma. Fixes #38
53+
- Use React.cloneElement instead of addons cloneWithProps (requires React 0.13)
54+
- Move to CSS transforms. Simplifies implementation and fixes #48, #34, #31.
55+
- Fixup linting and space/tab errors. Fixes #46.
56+

0 commit comments

Comments
 (0)