diff --git a/README.md b/README.md index cd9d6a7..7eec55c 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ ## snapshot -![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.9.6.png) +![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.9.8.png) ## next features -1. content block (iframe,video,gif etc), see [feature/content-block](https://github.com/Hufe921/canvas-editor/tree/feature/codeblock) +1. optimize content block 2. control rules 3. table paging 4. docs diff --git a/package.json b/package.json index 0e7124c..99bdb13 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.7", + "version": "0.9.8", "scripts": { "dev": "vite", "lib": "npm run lint && tsc && vite build --mode lib", diff --git a/src/assets/snapshots/main_v0.9.8.png b/src/assets/snapshots/main_v0.9.8.png new file mode 100644 index 0000000..235b4e3 Binary files /dev/null and b/src/assets/snapshots/main_v0.9.8.png differ