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 886c5b5 commit 9dcc101Copy full SHA for 9dcc101
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "editor",
3
"private": true,
4
- "version": "1.20.0",
+ "version": "1.21.0",
5
6
"type": "module",
7
"scripts": {
src/components/InfoModal.tsx
@@ -19,6 +19,13 @@ const tips: string[] = [
19
];
20
21
const changelog: ChangelogEntry[] = [
22
+ {
23
+ version:'1.21.0',
24
+ date: '19.04.2026',
25
+ changes: [
26
+ '2D & 3D table datapoint drag edit'
27
+ ]
28
+ },
29
30
version:'1.20.0',
31
date: '14.04.2026',
0 commit comments