Skip to content

Commit

Permalink
Merged changes from v0.5.2 in 0.5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Apr 3, 2014
1 parent fd3abc0 commit 2da87c5
Show file tree
Hide file tree
Showing 4 changed files with 7,213 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5.2 / 2014-04-03
==================

* Fixed Select widget's defaultValue attribute.

0.5.1 / 2014-04-01
==================

Expand Down
9 changes: 1 addition & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,10 @@ Browser bundles
They expose newforms as a global ``forms`` variable and expect to find a
global ``React`` variable to work with.

Release bundles will be available from:
Release bundles are available from:

* https://github.com/insin/newforms/tree/react/dist

**v0.5.1** / 2014-04-01 -- `View CHANGES`_

* `newforms-0.5.1.js`_
* `newforms-0.5.1.min.js`_

Development bundles (updated intermittently):

* `newforms.js`_
Expand All @@ -47,8 +42,6 @@ Node.js
var forms = require('newforms')
.. _`newforms-0.5.1.js`: https://github.com/insin/newforms/raw/react/dist/newforms-0.5.1.js
.. _`newforms-0.5.1.min.js`: https://github.com/insin/newforms/raw/react/dist/newforms-0.5.1.min.js
.. _`View CHANGES`: https://github.com/insin/newforms/blob/react/CHANGES.rst
.. _`newforms.js`: https://github.com/insin/newforms/raw/react/newforms.js
.. _`newforms.min.js`: https://github.com/insin/newforms/raw/react/newforms.min.js
Expand Down
Loading

0 comments on commit 2da87c5

Please sign in to comment.