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 6ea9dd6 commit b5737c1Copy full SHA for b5737c1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.38.0 (2025-06-27)
2
+
3
+### New features
4
5
+Gutters can now specify that they should be displayed after the content (which would be to the right in a left-to-right layout).
6
7
## 6.37.2 (2025-06-12)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.37.2",
+ "version": "6.38.0",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments