Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating the version log file
  • Loading branch information
ericabouaf committed Feb 14, 2010
1 parent 9094fa0 commit 8343ff5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions version.txt
Expand Up @@ -15,10 +15,14 @@ version 0.4.1 :

- API changes:
* remove "inputParams" syntax when defining fields inside a group or form definition
* form buttons extracted in a widget class : inputEx.widget.Button (3 types : 'submit', 'submit-link', 'link')
* form buttons extracted in a widget class : inputEx.widget.Button (3 types : 'submit', 'submit-link', 'link')
* Adding setParentField/getParentField methods to all fields +
implementation in Group (+Form,Combine), InPlaceEdit, ListField, TreeField
and TypeField

- Added Fields
* TimeRange field
* SerializeField

- Field enhancements:
* id, className, and disabled options on buttons
Expand All @@ -27,14 +31,21 @@ version 0.4.1 :
* destroy method on group and form fields
* getFieldsStates method on group to know which fields do not validate (+error messages)
* trim option on StringField
* Fixing all standard parameters for KeyValueField and KeyOpValueField and changing the API
* RTEField: Changing the "type" option to "editorType"
* Group: Adding a span element to group labels
* Overridable readonly option in DatePickerField

- Widgets:
* new normalized buttons : inputEx.widget.Button

- Bug fixes
* fix setValue bug on checkboxes
* fix typeInvite on emailField
* Fixing all standard parameters for KeyValueField and KeyOpValueField and changing the API
* Bufix on enable/disable functions for RadioField and DatePickerField
* Fixed bug in checkbox where a string of "true" is passed and compared to
the default of a type boolean, hence always returning false. Added test
to convert type if needed.


version 0.4.0 :
Expand Down

0 comments on commit 8343ff5

Please sign in to comment.