Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Moving to CodeMirror 6

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nexucis Nexucis released this 08 Aug 14:46

⚠️ This release is a huge breaking comparing to the previous version. There is nothing in common between this version and the previous one. It's mainly because we upgraded the codemirror dependency to the next major version and between the version 5 and 6, everything need to be reworked.

  • [BreakingChange] Moving to the codemirror v6
  • [BreakingChange] Remove codemirror-grammar dependency in favor of lezer-promql
  • [Feature] Connect the promQL mode to a Prometheus server in order to introduce a dynamic autocompletion regarding the metric name, the label name and the label value
  • [Feature] Support LSP (Language Server Protocol) autocompletion
  • [Enhancement] Create an app for the dev environment. Should be used using the command npm start