Skip to content

Commit

Permalink
release: v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Mar 11, 2024
1 parent 207e061 commit fb761e9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [0.0.2](https://github.com/js-tool-pack/canvas/compare/v0.0.1...v0.0.2) (2024-03-11)

### Bug Fixes

- **core/magnifier:** 放大镜有一点偏移 ([e20b694](https://github.com/js-tool-pack/canvas/commit/e20b69471cf4a44c4628ac44d7e4e8b63bc5e2c7))

### Features

- **core/graphics:** handleStyle 改为 onAppend 时才调用 ([ab9ea7a](https://github.com/js-tool-pack/canvas/commit/ab9ea7a1104ec8b25843c40ca86ec71cb2ca657d))
- **core/graphics:** 添加 update 方法 ([b1117ce](https://github.com/js-tool-pack/canvas/commit/b1117ce725db005c5a090a89d515d5160df99ff7))
- **core/renderer:** 新增 cloneCanvas 方法 ([2a298df](https://github.com/js-tool-pack/canvas/commit/2a298df3fe205447a680e35816da0be05d53c1f5))
- **core/style:** 新增 color ([e31e292](https://github.com/js-tool-pack/canvas/commit/e31e292d24a77c7e303ef8016838864974ce211d))
- **core:** 新增 Image 图片 ([5067a84](https://github.com/js-tool-pack/canvas/commit/5067a848e3ed42f2dbf6a27701b3311cc915cc32))
- **core:** 新增 Magnifier 放大镜 ([c174679](https://github.com/js-tool-pack/canvas/commit/c1746791147ccccd7bbca7c8a102dfeb1f22ca1e))
- **core:** 新增 Pencil 笔 ([2d5bf7c](https://github.com/js-tool-pack/canvas/commit/2d5bf7c97b9e14401b8e0bcd39b5dc59b527125d))
- **core:** 新增 Text 文本 ([48594f5](https://github.com/js-tool-pack/canvas/commit/48594f54208a2549035ddd5c79ccc88e08ffabb5))
- **deps:** update ([b5b469a](https://github.com/js-tool-pack/canvas/commit/b5b469ab0a39008a75bfbd136195c1fcc7c6d17e))

## 0.0.1 (2024-03-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tool-pack/canvas-monorepo",
"version": "0.0.1",
"version": "0.0.2",
"description": "dumi monorepo 快速启动模板",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"name": "@tool-pack/canvas",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": true,
Expand Down

0 comments on commit fb761e9

Please sign in to comment.