We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6961b commit 72ee32dCopy full SHA for 72ee32d
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.37.0 (2025-05-29)
2
+
3
+### New features
4
5
+View plugins can now take an argument, in which case they must be instantiated with their `of` method in order to be added to a configuration.
6
7
+The new `showDialog` function makes it easy to show a notification or prompt using a CodeMirror panel.
8
9
## 6.36.8 (2025-05-12)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.36.8",
+ "version": "6.37.0",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments