Skip to content

Commit

Permalink
chore: v2.4.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Apr 28, 2022
1 parent 505c62f commit 82756a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## Version 2.4.0

- fix(window): avoid global.window redefinition (#91)
- feat: add translate, translateSelf, scale and scaleSelf to DOMMatrix (#83)
- optimize(Path2D): replace reassign-concat with for-push (#76)
- test: add test for vis @antv/g2plot (#79)
- fix(setLineDash): rename parameter value to segments (#74)
- fix(clip): delete clipping region with restore (#73)

## Version 2.3.0

- Added Prettier code style
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": "jest-canvas-mock",
"version": "2.3.1",
"version": "2.4.0",
"description": "Mock a canvas in your jest tests.",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 82756a7

Please sign in to comment.