Skip to content

Commit bd0501c

Browse files
committed
Freeze for release.
1 parent 3058639 commit bd0501c

File tree

9 files changed

+1062
-1160
lines changed

9 files changed

+1062
-1160
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,19 @@ Changelog
2626
* Send sync data when doc blocks receive focus.
2727
* Improve error handling.
2828
* Improve method used to keep Client and IDE contents in sync.
29+
* Correctly sync when IDE files are updated when editing in the Client.
30+
* Fix data corruption bug when creating new doc blocks in the Client --
31+
whitespace was lost.
32+
* Update line numbering in the Client when word wraps occur in a doc block.
33+
* Avoid unnecessary saves from the Client just after receiving new data.
34+
* Reduce delay between Client edits and IDE updates.
35+
* Increase time errors messages are displayed in the Client.
2936

3037
Version 0.1.41 -- 2025-Nov-17
3138
--------------------------------------------------------------------------------
3239

3340
* Math now renders in the active doc block, as shown below.
34-
* Math is now protected from accidental edits in the Client:\
41+
* Math is now protected from accidental edits in the Client:
3542
![](docs/changelog_0.1.41-math.png)
3643
* Improved synchronization between the cursor and scroll position of the Client
3744
and IDE.

builder/Cargo.lock

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

client/package.json5

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
codemirror: '^6.0.2',
6767
'graphviz-webcomponent': 'github:bjones1/graphviz-webcomponent#dist',
6868
mathjax: '4.0.0',
69-
mermaid: '^11.12.1',
69+
mermaid: '^11.12.2',
7070
'npm-check-updates': '^19.1.2',
71-
'pdfjs-dist': '^5.4.394',
71+
'pdfjs-dist': '^5.4.449',
7272
tinymce: '^8.2.2',
7373
'toastify-js': '^1.12.0',
7474
},
@@ -78,16 +78,16 @@
7878
'@types/mocha': '^10.0.10',
7979
'@types/node': '^24.10.1',
8080
'@types/toastify-js': '^1.12.4',
81-
'@typescript-eslint/eslint-plugin': '^8.46.4',
82-
'@typescript-eslint/parser': '^8.46.4',
81+
'@typescript-eslint/eslint-plugin': '^8.48.1',
82+
'@typescript-eslint/parser': '^8.48.1',
8383
chai: '^6.2.1',
84-
esbuild: '^0.27.0',
84+
esbuild: '^0.27.1',
8585
eslint: '^9.39.1',
8686
'eslint-config-prettier': '^10.1.8',
8787
'eslint-plugin-import': '^2.32.0',
8888
'eslint-plugin-prettier': '^5.5.4',
8989
mocha: '^11.7.5',
90-
prettier: '^3.6.2',
90+
prettier: '^3.7.4',
9191
typescript: '^5.9.3',
9292
},
9393
scripts: {

0 commit comments

Comments
 (0)