You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
Version numbers correspond to `bower.json` version
2
-
# Latest
3
-
4
-
- Now providing the `result` to each field template authors have the power to associate other values of the result set with the template
5
-
- Adding `requiredExpression` to field options and assinging the field's `required` property based on its evaluation. Works very much like `hideExpression`
2
+
# 0.0.15
3
+
4
+
- The password field no longer uses whitespace trimming.
5
+
- Added option to override whitespace trim setting for the password field.
6
+
- Revised support for setting the `default` for `select` fields.
7
+
- Added notes on contributing.
8
+
- Fixed #55 Error: field.watch.listener is undefined.
9
+
- Added support for `description` to all form fields.
10
+
- Now providing the `result` to each field template authors have the power to associate other values of the result set with the template.
11
+
- Adding `requiredExpression` to field options and assinging the field's `required` property based on its evaluation. Works very much like `hideExpression`.
6
12
- Added option to use `ng-if` instead of `ng-hide` to hide fields.
0 commit comments