Skip to content

Releases: alxnddr/solid-monaco

solid-monaco v0.2.0

09 Oct 03:20
Compare
Choose a tag to compare

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.

solid-monaco v0.1.0

24 Sep 19:43
Compare
Choose a tag to compare

New Features

  • MonacoEditor Component: Introduced the MonacoEditor component, allowing users to seamlessly embed the Monaco editor into Solid.js applications.