diff options
author | ctrlaltca <ctrlaltca@gmail.com> | 2016-05-17 21:37:49 +0200 |
---|---|---|
committer | ctrlaltca <ctrlaltca@gmail.com> | 2016-05-17 21:37:49 +0200 |
commit | 01d8270370557699bdda9f420b64fef9aff36339 (patch) | |
tree | 52e62e47688d8c8d748563f383bc4a7de951ce21 /HISTORY | |
parent | 96f9d146247a17e2b79051ea4a38a6f59f58cd8a (diff) | |
parent | 468060a24d51deede9025ab865fed15d5e11f757 (diff) |
Merge pull request #593 from pradosoft/form
Serialize all inputs to catch inputs outside <form>
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ Version 3.3.2 xxx, 2016 BUG: Issue #592 - Fix TActiveMultiView brokwn on 3.3.1 (ctrlaltca) -ENH: Issue #591 Support for hyphenated attributes via <prop:*></prop:*> template syntax (emkael) +BUG: Issue #588 - Fix reading values of controls inside TJuiDialog (ctrlaltca) +ENH: Issue #591 - Support for hyphenated attributes via <prop:*></prop:*> template syntax (emkael) ENH: Allow TStyle behaviors (LCSKJ) + Version 3.3.1 April 19, 2016 BUG: Issue #540 - Fix TActiveFileUpload on IE11 (ctrlaltca) |