Skip to content

Commit d376672

Browse files
committed
Merge branch 'fix/drag-sexp-comments-3073' of https://github.com/jramosg/calva into fix/drag-sexp-comments-3073
2 parents 6c79d5c + 489fe61 commit d376672

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changes to Calva.
55
## [Unreleased]
66

77
- [Dragging sexps has weird behavior with adjacent comments](https://github.com/BetterThanTomorrow/calva/issues/3073)
8+
9+
## [2.0.579] - 2026-04-28
10+
811
- internal-dev: Update TypeScript codebase to use namespace imports throughout
912

1013
## [2.0.578] - 2026-04-27

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Calva: Clojure & ClojureScript Interactive Programming",
44
"description": "Integrated REPL, formatter, Paredit, and more. Powered by cider-nrepl and clojure-lsp.",
55
"icon": "assets/calva.png",
6-
"version": "2.0.579",
6+
"version": "2.0.580",
77
"publisher": "betterthantomorrow",
88
"author": {
99
"name": "Better Than Tomorrow",
@@ -3789,7 +3789,7 @@
37893789
]
37903790
},
37913791
"scripts": {
3792-
"watch-docs": "python3 -m venv .venv-docs && . .venv-docs/bin/activate && pip install -q -r requirements.txt && mkdocs serve",
3792+
"watch-docs": "python3 -m venv .venv-docs && . .venv-docs/bin/activate && pip install -q -r requirements.txt && mkdocs serve --livereload",
37933793
"clean": "rimraf ./out ./tsconfig.tsbuildinfo ./cljs-out ./repl-output-ui/js",
37943794
"update-grammar": "node ./src/calva-fmt/update-grammar.js ./src/calva-fmt/atom-language-clojure/grammars/clojure.cson clojure.tmLanguage.json",
37953795
"precompile": "npm i && npm run clean && npm run update-grammar",

0 commit comments

Comments
 (0)