Skip to content

Commit

Permalink
chore(release): 🤖 @antv/g-plugin-device-renderer@1.8.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 25, 2023
1 parent 875e937 commit eedb1f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/g-plugin-device-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/g-plugin-device-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit eedb1f8

Please sign in to comment.