Skip to content

solid-monaco v0.2.0

Latest
Compare
Choose a tag to compare
@alxnddr alxnddr released this 09 Oct 03:20
· 8 commits to main since this release

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.