From 572d2fd9ca1a03bdec2a0a42b14ea4f05940116c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Jun 2023 07:26:26 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=A4=96=20@antv/g-plugin?= =?UTF-8?q?-rough-svg-renderer@1.8.0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/g-plugin-rough-svg-renderer/CHANGELOG.md | 10 ++++++++++ packages/g-plugin-rough-svg-renderer/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/g-plugin-rough-svg-renderer/CHANGELOG.md b/packages/g-plugin-rough-svg-renderer/CHANGELOG.md index ba0e6a69d..66c925753 100644 --- a/packages/g-plugin-rough-svg-renderer/CHANGELOG.md +++ b/packages/g-plugin-rough-svg-renderer/CHANGELOG.md @@ -1,3 +1,13 @@ +# [@antv/g-plugin-rough-svg-renderer-v1.8.0](https://github.com/antvis/g/compare/@antv/g-plugin-rough-svg-renderer@1.7.54...@antv/g-plugin-rough-svg-renderer@1.8.0) (2023-06-27) + +### Bug Fixes + +- change canvas' init hook frin async to sync [#1117](https://github.com/antvis/g/issues/1117) ([#1368](https://github.com/antvis/g/issues/1368)) ([037f76e](https://github.com/antvis/g/commit/037f76e73dfcd47843fcda2e2151139c65ac2934)) + +### Features + +- support 'pixels' in pointer-events [#1373](https://github.com/antvis/g/issues/1373) ([#1374](https://github.com/antvis/g/issues/1374)) ([3595884](https://github.com/antvis/g/commit/35958840b44ee58a157f90043530b3fc34686c18)), closes [#1325](https://github.com/antvis/g/issues/1325) [#1375](https://github.com/antvis/g/issues/1375) + # [@antv/g-plugin-rough-svg-renderer-v1.8.0-beta.1](https://github.com/antvis/g/compare/@antv/g-plugin-rough-svg-renderer@1.7.54...@antv/g-plugin-rough-svg-renderer@1.8.0-beta.1) (2023-06-26) ### Bug Fixes diff --git a/packages/g-plugin-rough-svg-renderer/package.json b/packages/g-plugin-rough-svg-renderer/package.json index 7f59a1a9c..abc9195d6 100644 --- a/packages/g-plugin-rough-svg-renderer/package.json +++ b/packages/g-plugin-rough-svg-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-rough-svg-renderer", - "version": "1.8.0-beta.1", + "version": "1.8.0", "description": "A G plugin of renderer implementation with rough.js", "keywords": [ "antv",