Skip to content

Commit

Permalink
chore(release): 🤖 @antv/g@5.17.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 47276c2 commit 05333ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/g/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [@antv/g-v5.17.0](https://github.com/antvis/g/compare/@antv/g@5.16.26...@antv/g@5.17.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))

### 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-v5.17.0-beta.1](https://github.com/antvis/g/compare/@antv/g@5.16.26...@antv/g@5.17.0-beta.1) (2023-06-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/g/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g",
"version": "5.17.0-beta.1",
"version": "5.17.0",
"description": "A core module for rendering engine implements DOM API.",
"keywords": [
"antv",
Expand Down

0 comments on commit 05333ce

Please sign in to comment.