New Features
-
MonacoDiffEditor: A new component has been added to support side-by-side comparison using Monaco's diff editor capabilities.
-
MonacoEditor Prop Enhancement: Added a new prop
onBeforeUnmount
which provides a callback right before the Monaco editor unmounts. This can be useful for cleanup operations or other tasks that need to run before the component is removed from the DOM.