release: v0.9.31
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
## [0.9.31](https://github.com/Hufe921/canvas-editor/compare/v0.9.30...v0.9.31) (2023-04-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* lose line break when set title ([722a910](https://github.com/Hufe921/canvas-editor/commit/722a91014508d9a8d65a30ab7d71b23924fa9b91))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* range style anchor element ([d9eec5b](https://github.com/Hufe921/canvas-editor/commit/d9eec5b9be6cbb545c57cf8816b197a214c70f3e))
|
||||
|
||||
|
||||
|
||||
## [0.9.30](https://github.com/Hufe921/canvas-editor/compare/v0.9.29...v0.9.30) (2023-04-07)
|
||||
|
||||
|
||||
|
||||
@@ -43,12 +43,12 @@ new Editor(document.querySelector(".canvas-editor"), [
|
||||
|
||||
## dev
|
||||
|
||||
`yarn run dev`
|
||||
`npm run dev`
|
||||
|
||||
## build
|
||||
|
||||
#### app
|
||||
`yarn run build`
|
||||
`npm run build`
|
||||
|
||||
#### lib
|
||||
`yarn run lib`
|
||||
`npm run lib`
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "@hufe921/canvas-editor",
|
||||
"author": "Hufe",
|
||||
"license": "MIT",
|
||||
"version": "0.9.30",
|
||||
"version": "0.9.31",
|
||||
"description": "rich text editor by canvas/svg",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
|
||||
Reference in New Issue
Block a user