0.2.0 (2024-12-05)
Enhancements
- Support Phoenix LiveView 1.0
- Update Monaco Editor to 0.52.0
- Relax phoenix dependency to
~> 1.6
- Relax phoenix_live_view dependency to
~> 0.16
- Relax jason dependency to
~> 1.3
0.1.8 (2024-02-08)
Enhancements
Bug fixes
- Replace
monaco-editor@latest
with monaco-editor@0.45.0
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