diff --git a/packages/g-plugin-device-renderer/CHANGELOG.md b/packages/g-plugin-device-renderer/CHANGELOG.md new file mode 100644 index 000000000..e3ab6e5e3 --- /dev/null +++ b/packages/g-plugin-device-renderer/CHANGELOG.md @@ -0,0 +1,17 @@ +# [@antv/g-plugin-device-renderer-v1.8.0-alpha.1](https://github.com/antvis/g/compare/@antv/g-plugin-device-renderer@1.7.63...@antv/g-plugin-device-renderer@1.8.0-alpha.1) (2023-06-25) + +### Bug Fixes + +- adjust anchor of SDF [#1377](https://github.com/antvis/g/issues/1377) ([#1378](https://github.com/antvis/g/issues/1378)) ([f339de1](https://github.com/antvis/g/commit/f339de1aff4f93bdcb8f142832932b019bc541cc)), closes [#1367](https://github.com/antvis/g/issues/1367) +- antialias line [#1352](https://github.com/antvis/g/issues/1352) ([#1355](https://github.com/antvis/g/issues/1355)) ([84eb6d5](https://github.com/antvis/g/commit/84eb6d5c5c99b152a0a5b865c4f76bc3cf59e8e0)), closes [#1356](https://github.com/antvis/g/issues/1356) +- 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)) +- check if object is already existed before pushing to dirty sorteā€¦ ([#1361](https://github.com/antvis/g/issues/1361)) ([3c21f94](https://github.com/antvis/g/commit/3c21f945fb73db796bcbc115f2931e5e09b1dbb8)) +- WebGPU HAL & handle lost context [#863](https://github.com/antvis/g/issues/863) & [#1362](https://github.com/antvis/g/issues/1362) ([#1372](https://github.com/antvis/g/issues/1372)) ([79c6ee1](https://github.com/antvis/g/commit/79c6ee15f47daa858ffe08bf0003fda39dc7947a)), closes [#1094](https://github.com/antvis/g/issues/1094) [#1369](https://github.com/antvis/g/issues/1369) + +### 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) + +### Performance Improvements + +- faster getImageData ([#1370](https://github.com/antvis/g/issues/1370)) ([fee038a](https://github.com/antvis/g/commit/fee038a700a51317cac5969b9c11f91b76a43850)) diff --git a/packages/g-plugin-device-renderer/package.json b/packages/g-plugin-device-renderer/package.json index 0722ef188..a115488ed 100644 --- a/packages/g-plugin-device-renderer/package.json +++ b/packages/g-plugin-device-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g-plugin-device-renderer", - "version": "1.7.70", + "version": "1.8.0-alpha.1", "description": "A G plugin of renderer implementation with GPUDevice", "keywords": [ "antv",