Renamings
Panel Measurementsโ
The panel in the default extension is renamed from measure
to panelMeasurement
to be more consistent with the rest of the extensions.
Action Needed
Update any references to the measure
panel to panelMeasurement
in your code.
Find and replace
- Before ๐ฐ๏ธ
- After ๐
@ohif/extension-default.panelModule.measure
@ohif/extension-cornerstone.panelModule.panelMeasurement
addIcon from uiโ
The addIcon from the ui package has had a version added in the default extension as
utils.addIcon
which adds to both ui
and ui-next
.