release_12.38.0
Feature Enhancements
Common-Canvas
#1631 updated translations
New translations have been added.
#1627 Cannot edit nodes below the notification panel
There is a bug in 12.37.0 that prevents the user from interacting with nodes that appear below the notification panel (when that panel is open). If your app is using the Notification Panel function you should use this release instead of 12.37.0.
Common-Properties
#1629 Added getTopLevelActiveGroupId() method in properties controller
A new properties controller method has been added called getTopLevelActiveGroupId()
.
/*
* Returns the id of top-level active tab or accordion
*/
getTopLevelActiveGroupId()
Please note this method won't work for nested tabs or panels.
In this case, the method will return the id of Tab Test3
group -
In this case, the method will return the id of Tab Test2
group -
Issues Resolved
#1631 updated translations (#1632)
#1629 Added getTopLevelActiveGroupId() method in properties controller (#1630)
#1627 Cannot edit nodes below the notification panel (#1628)