This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git


    from 22e1d47de Merge 1.5.5 changes back to master.
     add 012663ed9 GUACAMOLE-1904: Pass the client directly to the field to 
allow saving field values.
     add 15b88dd4f GUACAMOLE-1904: Disable ManagedArgument instead of deleting 
when updated, to avoid fields disappearing upon modification.
     add 4d85c8120 GUACAMOLE-1904: Always render client menu even if not shown.
     add 2a18c330f GUACAMOLE-1904: Add new events to allow children to 
open/close the client menu.
     add 99e02b416 WIP: Allow the extension to do its own rendering of fields 
outside the menu if needed.
     add 70a7696f7 GUACAMOLE-1904: Deduplicate events by broadcasting all 
directly from the root scope.
     new fadbefec8 GUACAMOLE-1904: Merge enhancements to available events/hooks 
related to client args and menu.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/app/client/controllers/clientController.js | 18 +++++++++--
 .../src/app/client/directives/guacTiledClients.js  | 12 +++++--
 .../frontend/src/app/client/templates/client.html  |  1 +
 .../src/app/client/types/ManagedArgument.js        | 35 ++++++++++----------
 .../frontend/src/app/client/types/ManagedClient.js |  5 ++-
 .../main/frontend/src/app/form/directives/form.js  | 37 +++++++++++++++++++++-
 .../frontend/src/app/form/directives/formField.js  |  9 +++++-
 .../main/frontend/src/app/form/templates/form.html |  3 +-
 8 files changed, 92 insertions(+), 28 deletions(-)

Reply via email to