Skip to content

Commit 172ffdd

Browse files
committed
Release 2.0.0 - updating readme
1 parent 1651c6b commit 172ffdd

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,10 @@ the HTML into your app, complete with Angular directives, validation and Twitter
66

77
For full documentation and help getting started visit [http://angularforms.org](http://www.angularforms.org)
88

9-
Latest stable release: v1.0.9
9+
Latest stable release: v2.0.0
1010

1111
Devel Branch WIP
1212
================
13-
* Fixed hide/show fields and form validation. When fields are hidden using the ng-hide direcitve, they will now be removed from the angular form controller. When fields are shown using ng-show, they will be added to the angular form controller. Previously fields were not automatically added and removed from the controller, and this often caused the form to be in an invalid state due to errors on a hidden field. The user could not fix the problem, and the save button would be disabled.
14-
* Added a clearError() method to clear errors on a single field.
15-
* Code cleanup: removed afEmpty factory
16-
* Changing the module name to angularforms from AngularFormsModule. The factory is still called AngularForms.
17-
* For the modal module, changed the name to angularforms.modal from AngularFormsModalModule.
1813
* Adding unit tests
1914

2015
Requirements
@@ -45,7 +40,11 @@ Add the follwing stylesheets and scripts to your app:
4540
<script src="/bower_components/angular/angular.min.js"></script>
4641
<script src="/bower_components/angular-forms.js/angular-forms.min.js"></script>
4742

48-
Note the above script and link element examples assume bower was used for installation and that packages were installed in bower_components. If that is not the case, adjust accordingly.
43+
Notes
44+
-----
45+
* the above assume bower installation and with packages installed in bower_components
46+
* jQueryUI is only required when using the spinner control
47+
4948

5049
Sample Application
5150
==================
@@ -69,3 +68,15 @@ Contributing
6968

7069
At the moment there are no tests. They will be added shortly. In the meantime, install the sample app, as detailed above, and add new features or changes to the sample app and demonstrate that things are working as expected. Lint and minify the javascript using [Grunt](http://gruntjs.com)
7170

71+
72+
Release Notes
73+
=============
74+
75+
2.0.0
76+
-----
77+
* Fixed hide/show fields and form validation. When fields are hidden using the ng-hide direcitve, they will now be removed from the angular form controller. When fields are shown using ng-show, they will be added to the angular form controller. Previously fields were not automatically added and removed from the controller, and this often caused the form to be in an invalid state due to errors on a hidden field. The user could not fix the problem, and the save button would be disabled.
78+
* Added a clearError() method to clear errors on a single field.
79+
* Code cleanup: removed afEmpty factory
80+
* Changing the module name to angularforms from AngularFormsModule. The factory is still called AngularForms.
81+
* For the modal module, changed the name to angularforms.modal from AngularFormsModalModule.
82+

0 commit comments

Comments
 (0)