Skip to content

Commit 24a2053

Browse files
committed
v0.11.0
1 parent e7289ba commit 24a2053

File tree

7 files changed

+10192
-14
lines changed

7 files changed

+10192
-14
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# master / in development
1+
# 0.11.0 / 2015-03-11
22

33
## Breaking Changes
44

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +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.10.1/dist).
36+
You can find it in the [/dist directory](https://github.com/insin/newforms/tree/v0.11.0/dist).
3737

38-
## [Documentation @ ReadTheDocs](http://newforms.readthedocs.org/en/v0.10.0/)
38+
## [Upgrade Guide](https://github.com/insin/newforms/blob/react/UPGRADE_GUIDE.md#0110)
39+
40+
## [Documentation @ ReadTheDocs](http://newforms.readthedocs.org/en/v0.11.0/)
3941

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

UPGRADE_GUIDE.md

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

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

88
### Removed deprecated `formsetFactory()`
99

@@ -30,7 +30,7 @@ var DrinksFormSet = forms.FormSet.extend({
3030
})
3131
```
3232

33-
## 0.11.0 (next version)
33+
## 0.11.0
3434

3535
### npm publishing changes
3636

@@ -61,9 +61,9 @@ var FileField = require('newforms/FileField')
6161
### Removed deprecated default rendering methods
6262

6363
Default rendering methods on `Form` and `FormSet` (`render()`, `asTable()`,
64-
`asDiv()` and `asUl()`) - which were deprecated in 0.10 - have been removed.
65-
They have been replaced with React components which provide a default rendering
66-
implementation: `RenderForm` and `RenderFormSet`.
64+
`asDiv()` and `asUl()`) - deprecated in 0.10 - have been removed. They have been
65+
replaced with React components which provide a default rendering implementation:
66+
`RenderForm` and `RenderFormSet`.
6767

6868
```javascript
6969
// < 0.11.0

0 commit comments

Comments
 (0)