Skip to content

Releases: antvis/G

@antv/g-base@0.1.0-beta.5

24 Oct 08:47
Compare
Choose a tag to compare
Pre-release
  • TypeScript
    • 🌟 Add type definition for path param.

  • TypeScript
    • 🌟 新增 path 参数的类型定义。

@antv/g-canvas@0.1.0-beta.4

18 Oct 06:15
Compare
Choose a tag to compare
Pre-release

🐞 Fix that non-array value is not compatible with lineDash. #206
🐞 Fix that bbox calculation should ignore NaN for path attribute. #210


🐞 修复 lineDash 为非数组值时页面报错的问题。 #206
🐞 修复计算涉及 path 属性的包围盒时没有处理 NaN 的问题。#210

@antv/g-base@0.1.0-beta.4

18 Oct 06:16
Compare
Choose a tag to compare
Pre-release

🐞 Fix incorrect hit for shape with matrix. #202


🐞 修复设置了 matrix 的图形拾取不正确的问题。#202

@antv/g-canvas@0.1.0-beta.3

12 Oct 02:56
Compare
Choose a tag to compare
Pre-release
  • 🐞 Fix that context.scale() is not effective according to pixelRatio for g-canvas. #187

  • 🐞 修复 g-canvas 根据 pixelRatio 进行缩放操作不生效的问题。#187

@antv/g-base@0.1.0-beta.3

12 Oct 02:59
Compare
Choose a tag to compare
Pre-release
  • 🐞 Fix incorrect logic of animation cover. #200

  • 🐞 修复动画的覆盖逻辑不正确的问题。 #200

@antv/g-svg@0.1.0-beta.2

12 Oct 10:32
Compare
Choose a tag to compare
Pre-release
  • 🐞 Fix redundant rendering for g-svg when animating. #191

  • 🐞 修复 g-svg 执行动画时同一元素重复渲染的问题。#191