Skip to content

Commit 9dcc101

Browse files
committed
1.21.0
1 parent 886c5b5 commit 9dcc101

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "editor",
33
"private": true,
4-
"version": "1.20.0",
4+
"version": "1.21.0",
55

66
"type": "module",
77
"scripts": {

src/components/InfoModal.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ const tips: string[] = [
1919
];
2020

2121
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+
},
2229
{
2330
version:'1.20.0',
2431
date: '14.04.2026',

0 commit comments

Comments
 (0)