Skip to content

Commit

Permalink
chore(release): 🤖 @antv/g-webgl@1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 27, 2023
1 parent 21e31cf commit 6dd4c11
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/g-webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [@antv/g-webgl-v1.8.0](https://github.com/antvis/g/compare/@antv/g-webgl@1.7.67...@antv/g-webgl@1.8.0) (2023-06-27)

### Bug Fixes

- 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)

# [@antv/g-webgl-v1.8.0-beta.1](https://github.com/antvis/g/compare/@antv/g-webgl@1.7.67...@antv/g-webgl@1.8.0-beta.1) (2023-06-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-webgl",
"version": "1.8.0-beta.1",
"version": "1.8.0",
"description": "A renderer implemented by WebGL1/2",
"keywords": [
"antv",
Expand Down

0 comments on commit 6dd4c11

Please sign in to comment.