diff --git a/CHANGES.txt b/CHANGES.txt index e4ea125..bef2dfc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next -==== +0.24.3 +====== - Added preview to file fields. The preview shows the preview of an image file which will be uploaded. @@ -7,6 +7,19 @@ Next browserlanguage is not german that the datepicker will use ISO8601 dateformat. +- Under certain circumstances conditionals were rendered invisible instead of + inactive, due to different contextual behaviour of "readonly". To circumvent + misinterpretation of the current context, the type is rendered alongside + other infos in the DOM-Node. + +- Private variables used to prefill the form are broken, when the form + contains "submitted" data. These are now conserved for rendering. + +0.24.2 +====== +- Added "self.converted" attribute to the form. This variable will save the + converted values on validation. + 0.24.1 ====== Bugfixrelease