Releases: mysticatea/vue-eslint-editor
Releases · mysticatea/vue-eslint-editor
v1.1.0
✨ Enhancements
- e2f9906 added the "Quick Fix" support for autofixes and suggestions. Thank you, @ota-meshi !
v1.0.0
v1.0.0 release! 🎉
✨ Enhancements
- 3d35912 upgraded
monaco-editor
to 0.20.0
that introduced renderValidationDecorations: "on"
option!
- e8fecf5 added the
renderValidationDecorations: "on"
option to show remaining errors in the right pane.
v0.1.4
🐛 Bug fixes
- 5c25c7d fixed a bug that mouse hover crashes the editor by updating
monaco-editor
to the latest.
v0.1.3
✨ Enhancements
- 5eef27c added
preprocess
and postprocess
properties.
⬆️ Chore
- 44fbde4 updated Monaco Editor to v0.15.
v0.1.2
Bug fixes
- It fixed a crash bug in
language
property changes.
v0.1.1
Chore
- It upgraded Monaco Editor to v0.14.