Releases: alxnddr/solid-monaco
Releases · alxnddr/solid-monaco
solid-monaco v0.2.0
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
New Features
- MonacoEditor Component: Introduced the
MonacoEditor
component, allowing users to seamlessly embed the Monaco editor into Solid.js applications.