In the last month, 5 plug-ins have received updates, which are now available to implement into your components in the Architect.
In this post you will find the affected plug-ins and a short description of the changes. If you want further information please contact your primary contact person.
UPDATE
- P125 Settings Menu has been revoked, due to a loading issue in the global search. The global search would stay empty when the first user to load the global search options doesn’t have rights to the items. This affects other users too, since it’s cached.
Signed plug-ins
P9 Calendar r.117480
Changes
PI52136 Icons don't work on Apple
Bugfix - The icons in the tooltip of the Time Registration don’t work on an Apple or on a browser where the device pixel ratio of the selected config is 1.5 or higher.
P11 String Extensions r.117994
Changes
PI52456 - Missing Architect error to prevent type error
The "string".isnullorempty()
function has been made available to the emailaddress typehandler, since this one inherits from the string typehandler.
PI52481 - Validated expression field does expression debugger's datamodelinfo request in each new window it's loaded in
Performance/bugfix - now the data model won’t be needlessly loaded every time a validated expression field is opened in a tab.
PI52543 - Create isAlphaNumeric function in String Extensions
A new function has been added to the String Extensions plug-in: "string".isalphanumeric()
. It checks if the string that it’s called on contains only numbers and letters.
P36 Process Variables r.118582
Changes
PI52381 - Return the just-set variable from SetVariable action (just like declare does)
There is a need that the SetProcessVariable action returns the just-set value as a return value. A return value named “value” has been added.
P125 Settings menu r.118275
P150 Filters r.116843
Changes
PI50021 - Expand/Collapse of filters sidebar messes up styles for other plug-ins
UX change - collapsing/expanding sidebar happen without animations now.
PI51680 - After selecting an item in the filter, the typed value of the search is not cleared
UX-change - now after selecting an item from the filter, the query is cleared and the search/result list shows all viable options again.