Skip to content

v0.0.7 – Editor Customization & Themes

Choose a tag to compare

@MihirMistry2 MihirMistry2 released this 03 Aug 14:38
· 18 commits to main since this release

🆕 Added

  • Added custom theme support.
  • Added dedicated editorOptions configuration.
  • Added configurable editor features:
    • Line numbers
    • Line wrapping
    • Active line highlighting
    • Selection matching
    • Code folding
    • Bracket matching
    • Auto-close brackets
    • Indentation on input
    • Configurable indentation size
    • Tab indentation
    • Multiple selections

✨ Improved

  • Replaced CodeMirror basicSetup with a customizable minimalSetup-based implementation.
  • Separated editor configuration from language configuration.
  • Modularized editor setup and consolidated keymaps.
  • Improved editor API organization and documentation.

💥 Breaking

  • Basic editor setup options are now configured through the dedicated editorOptions API.

📝 Notes

  • Minor release introducing custom theme support, a dedicated editor configuration API, and a more flexible, modular editor setup.