Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

59 lines (37 loc) · 1.32 KB

Changelog

0.1.8 (2024-02-08)

Enhancements

Bug fixes

  • Replace monaco-editor@latest with [email protected] to avoid upstream breaking changes or bugs

0.1.7 (2023-11-08)

Enhancements

  • Add :change option to capture editor content changes

0.1.6 (2023-09-18)

Enhancements

  • Auto resize editor on content or viewport change
  • Change default options to improve default look & feel

0.1.5 (2023-09-15)

Enhancements

  • Always load latest monaco editor package version

0.1.4 (2023-08-14)

Bug fixes

  • Add display: contents to wrapper div - lukad

0.1.3 (2023-06-28)

Bug fixes

  • DOM patch conflict causing the editor to stop receiving some keystrokes

0.1.2 (2023-06-10)

Enhancements

  • Load JetBrains Mono font by default
  • Load OneDark theme by default

Bug fixes

  • Remove unnecessary parent <div> element

0.1.1 (2023-06-08)

Enhancements

  • Set default theme vs-dark

Bug fixes

  • Only install and load esbuild in :dev env

0.1.0 (2023-05-23)

Enhancements

  • Add <LiveMonacoEditor.code_editor> component