On Mon, Sep 9, 2024 at 2:02 PM Elijah <eli.ols...@gmail.com> wrote:
> Hi, > > When creating a custom AngularJS directive pre-v1.2.0, the name of the > client variable to bind to was “client”. Now, after upgrading the guacamole > client to v1.5.0, the name has been changed to “focusedClient”. Changing > this name has solved the issue completely. > > Could someone explain why this was changed and documented? > > This was changed in the 1.4.0 release, when connection tiling was introduced, and, thus, the idea of a "focusedClient". The Jira issue for this was GUACAMOLE-724 (https://issues.apache.org/jira/browse/GUACAMOLE-724), and the release notes for 1.4.0 cover the tiling changes: https://guacamole.apache.org/releases/1.4.0/. As this particular variable was part of the client front-end, and not part of the guacamole-common-js API, there's probably not anything that specifically calls out a change to this in the way that API-related changes would be documented. -Nick >