Skip to content

Releases: antvis/G

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

16 Nov 00:46
Compare
Choose a tag to compare
Pre-release
  • 🌟 support * for event delegation and add name and delegateObject attrs for event. #249

  • 🌟 事件委托支持 * 通配符匹配,以及事件新增 namedelegateObject 属性。#249

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

16 Nov 00:38
Compare
Choose a tag to compare
Pre-release
  • 🐞 Fix that bbox calculation for path with angle is not accurate. #252

  • 🐞 修复带角度 path 的包围盒计算不准确的问题。#252

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

16 Nov 00:44
Compare
Choose a tag to compare
Pre-release
  • 🌟 Add some member functions for Group. #260
  • 🐞 Fix that gradient color is not changed when animation is stopped. #261 @Leannechn

  • 🌟 Group 上新增一些成员方法。#260
  • 🐞 修复渐变色在应用动画时,颜色值没有最终生效的问题。#261 @Leannechn

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

01 Nov 15:04
Compare
Choose a tag to compare
Pre-release
  • 🐞 [g-svg] Fix incorrect path for marker. #240

  • 🐞 [g-svg] 修复 marker 的路径不正确的问题。#240

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

01 Nov 15:04
Compare
Choose a tag to compare
Pre-release
  • 🐞 [g-canvas] Fix that animation for marker is not effective. #236
  • 🐞 [g-canvas] Fix that bbox calculation is not correct for path with angle. #232

  • 🐞 [g-canvas] 修复 marker 动画不生效的问题。#236
  • 🐞 [g-canvas] 修复带有夹角 path 的包围盒计算不正确的问题。#232

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

26 Oct 04:22
Compare
Choose a tag to compare
Pre-release
  • 🗑 Remove export of BBox class. #229

  • 🗑 入口文件废弃掉 BBox 类的导出。#229

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

26 Oct 04:23
Compare
Choose a tag to compare
Pre-release
  • 🗑 Remove export of BBox class. #229

  • 🗑 入口文件废弃掉 BBox 类的导出。#229

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

26 Oct 04:22
Compare
Choose a tag to compare
Pre-release
  • 🐞 Fix that event delegation on shape is not effective. #227
  • 🗑 Remove export of BBox class. #229

  • 🐞 修复图形上的事件代理不生效的问题。#227
  • 🗑 入口文件废弃掉 BBox 类的导出。#229

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

24 Oct 08:48
Compare
Choose a tag to compare
Pre-release
  • 🐞 Fix that mouseenter and mouseleave is not effective. #205

  • 🐞 修复 mouseenter 和 mouseleave 事件监听不生效的问题。#205

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

24 Oct 08:42
Compare
Choose a tag to compare
Pre-release
  • 🐞 Fix that clip animation is not effective. #218
  • 🐞 Fix that bbox calculation is not correct for path with arc. #222

  • 🐞 修复裁剪动画不生效的问题。#218
  • 🐞 修复带有圆弧 path 的包围盒计算不正确的问题。#222