Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Feb 2, 2018
1 parent 8dd6c91 commit c3ade60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### v3.0.0 (2018/1/2)

React's new Context API has been finalized, and it uses functional `children` rather than a prop
named `render`. Accordingly, this library has been updated to use `children` as the default.

**Breaking**

- `<Composer/>` now uses `children` as the render prop, rather than `render`.
- The default `renderPropName` is now `"children"` rather than `"render"`

### v2.1.0 (2018/1/22)

**New Features**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-composer",
"version": "2.1.0",
"version": "3.0.0",
"description": "Compose render prop components",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit c3ade60

Please sign in to comment.