Weekly Upgrade Announcement 11/21/22

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Weekly Upgrade Announcement 11/21/22

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday November 28th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2462 and RunTime Revision 1124. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM CST with an expected completion time of 12:30PM CST.

On Wednesday November 30th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1124. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM with an expected completion time of 12:30PM CST.


DesignTime
Revision 2456: Deprecated Service Suggestions
  • On the hover of deprecated services there is now tooltip showing the user which service to use in its place.
Revision 2457: Commonly Used Property Additions
  • The Cell control now has the HorizontalAlign and VerticalAlign properties in the Commonly Used section. The HtmlContent now has the TagName property in the Commonly Used section.
Revision 2458: Upgrade Page Fix
  • On the upgrade page there is a bug that won't refresh the page after an upgrade has been applied. Added a query on the Upgrade Status page load to always have the latest revision number before attempting to upgrade.
Revision 2459: WhereClause Service View Fix
  • The WhereClause node is always blank in the preview XML when parent service nodes are selected. Added an if else for the unique WhereClause case for showing its XML.
Revision 2460: Read Only Canvas Fix
  • When a canvas loads in read only mode the environment name doesn't display. The API that grabs this information has been changed to a promise so that it will probably add the information.
Revision 2461 and RunTime Revision 1124: Regex Split Service
  • Added a new service called Regex Split in the String Operations workshop. The service takes in an array of Evals with three service node inputs; Name, Expression, and Separator.
    • Name: Sets the output node name.
    • Expression: Takes in the value to split.
    • Separator: Takes in the value to split the expression on.
Revision 2462: WhereClause Sticky Panel Fix
  • The WhereClause panel can get stuck on the page in certain situations.  A condition has been added to always remove the panel on service node click.

RunTime
Revision 1123: Disabled Table Collapsing
  • If a collapsible table is disabled in any form then the collapse icon will never collapse/expand the table. The icon CSS has been changed to make the icon clickable even if the table is disabled.
word count: 440

Tags:
Locked