diff --git a/README.md b/README.md index 3069491..8c68b19 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,14 @@ ## snapshot -![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.3.1.png) +![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.5.0.png) + +## next features + +1. merge table cell +2. change table cell size +3. table paging +4. contextmenu ## install diff --git a/package.json b/package.json index 7a2eb91..a4c5bac 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.4.0", + "version": "0.5.0", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/src/assets/snapshots/main_v0.5.0.png b/src/assets/snapshots/main_v0.5.0.png new file mode 100644 index 0000000..bdeb796 Binary files /dev/null and b/src/assets/snapshots/main_v0.5.0.png differ