Skip to content

Commit 0455f71

Browse files
committed
v0.12.0
1 parent 3b05054 commit 0455f71

File tree

8 files changed

+147
-169
lines changed

8 files changed

+147
-169
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# master / in development
1+
# 0.12.0 / 2015-03-11
22

33
## Breaking Changes
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ find global `React` variable to work with.
3333
The uncompressed bundle is in development mode, so will log warnings about
3434
potential mistakes.
3535

36-
You can find it in the [/dist directory](https://github.com/insin/newforms/tree/v0.11.0/dist).
36+
You can find it in the [/dist directory](https://github.com/insin/newforms/tree/v0.12.0/dist).
3737

38-
## [Upgrade Guide](https://github.com/insin/newforms/blob/react/UPGRADE_GUIDE.md#0110)
38+
## [Upgrade Guide](https://github.com/insin/newforms/blob/react/UPGRADE_GUIDE.md#0120)
3939

40-
## [Documentation @ ReadTheDocs](http://newforms.readthedocs.org/en/v0.11.0/)
40+
## [Documentation @ ReadTheDocs](http://newforms.readthedocs.org/en/v0.12.0/)
4141

4242
## [Newforms Examples @ GitHub](https://github.com/insin/newforms-examples)
4343

UPGRADE_GUIDE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
See [CHANGES](https://github.com/insin/newforms/blob/react/CHANGES.md) for the
44
full changelog between releases.
55

6-
## 0.12.0 (next version)
6+
## 0.12.0
77

8-
### React 0.13
8+
### Upgrade to React 0.13
99

10-
As of this release, newforms depends on React >=0.13.0 as a peer dependency.
10+
As of this release, newforms depends on React >=0.13.0 as a peer dependency and
11+
no longer requires `React.addons` to use a custom rendering component with
12+
`RenderForm`.
1113

1214
### Removed deprecated `formsetFactory()`
1315

dist/newforms.js

Lines changed: 130 additions & 154 deletions
Large diffs are not rendered by default.

dist/newforms.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/formsets_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Formsets API
1515

1616
.. versionadded:: 0.11
1717
FormSet options and defaulting from the prototype replace the use of
18-
``formsetFactory``.
18+
``formsetFactory``, which was removed in version 0.12.
1919

2020
The following options configure the FormSet itself.
2121

docs/react_components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ as a ``form`` prop.
359359

360360
.. Note::
361361
This method of implementing custom rendering by passing a prop is temporary.
362-
An upcoming change to React's currently (as of React 0.12) undocumented
362+
An upcoming change to React's currently (as of React 0.13) undocumented
363363
`context feature`_ will remove the need to pass props down the chain of
364364
components for this sort of scenario.
365365

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "newforms",
33
"description": "An isomorphic form-handling library for React",
4-
"version": "0.12.0-alpha",
4+
"version": "0.12.0",
55
"author": "Jonny Buchanan <[email protected]>",
66
"keywords": [
77
"isomorphic",

0 commit comments

Comments
 (0)