]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
bump version to 3.5.5
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 31 Jan 2023 16:31:31 +0000 (17:31 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 31 Jan 2023 16:31:31 +0000 (17:31 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/changelog

index ee7d00b9995b0bceeec0205195125733d1a9ef4b..6d9a250916035b9f6cfea93df5735a07be900771 100644 (file)
@@ -1,3 +1,25 @@
+proxmox-widget-toolkit (3.5.5) bullseye; urgency=medium
+
+  * combobox grid: use the grids view for the error message
+
+  * combobox grid: make height for the error configurable
+
+  * combobox grid: instead of hiding the picker collapse it, keeping the
+    internal state consitent which avoids, among other things, the need
+    fo two clicks after re-selecting an item
+
+  * utils: always html-encode response message from errors to avoid rendering
+    glitches, that while not known to be problematic from a safety POV, are
+    possibly odd for people to find.
+
+  * form: display-edit: add safe default renderer for display field to avoid
+    unproblematic, but possible odd and glitchy side-effects from the
+    value-bind if the display-edit field is in iput mode.
+
+  * api request: add wide spread alert-error logic as smart-on option
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 31 Jan 2023 17:27:41 +0100
+
 proxmox-widget-toolkit (3.5.4) bullseye; urgency=medium
 
   * api-viewer: allow text selection in the parameter and the return grids