Skip to content

release_12.38.0

Compare
Choose a tag to compare
@tomlyn tomlyn released this 27 Nov 23:06
· 300 commits to main since this release
2d631f9

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 -
Screenshot 2023-11-27 at 9 38 28 AM

In this case, the method will return the id of Tab Test2 group -
Screenshot 2023-11-27 at 9 37 01 AM

Issues Resolved

#1631 updated translations (#1632)
#1629 Added getTopLevelActiveGroupId() method in properties controller (#1630)
#1627 Cannot edit nodes below the notification panel (#1628)