Skip to content

Releases: antvis/G

5.18.18

30 Oct 07:07
a07758a
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [7e3dbd7]
    • @antv/g-lite@1.2.16
    • @antv/g-camera-api@1.2.17
    • @antv/g-dom-mutation-observer-api@1.2.16
    • @antv/g-web-animations-api@1.2.16

Removing points attribute in Polygon & Polyline won't throw error now:

polygon.removeAttribute('points');
polyline.removeAttribute('points');

5.18.17

26 Oct 08:39
6d82b64
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [d2ed3d6]
    • @antv/g-camera-api@1.2.16

Add onframe callback in gotoLandmark params:

camera.gotoLandmark('reset', {
  duration: 1000,
  easing: 'ease-in',
  onfinish: () => {},
  onframe: (t) => {
    console.log(t); // [0, 1]
  }
});

5.18.16

09 Oct 02:43
7884292
Compare
Choose a tag to compare

Patch Changes

Skip triggering render hooks when camera changed only.

  • Updated dependencies [f109d83]
    • @antv/g-lite@1.2.15
    • @antv/g-camera-api@1.2.15
    • @antv/g-dom-mutation-observer-api@1.2.15
    • @antv/g-web-animations-api@1.2.15

5.18.14

29 Aug 05:54
a2c346c
Compare
Choose a tag to compare

Patch Changes

  • e5d69c7: Fix gradient path & add more geometry.

  • Updated dependencies [e5d69c7]

    • @antv/g-lite@1.2.13
    • @antv/g-camera-api@1.2.13
    • @antv/g-dom-mutation-observer-api@1.2.13
    • @antv/g-web-animations-api@1.2.13

5.18.13

11 Aug 08:38
e971431
Compare
Choose a tag to compare

Patch Changes

  • eb61cba: Add polyfill for performance.now.

  • eb61cba: Remove redundant m command when parsing path.

  • Updated dependencies [eb61cba]

    • @antv/g-lite@1.2.12
    • @antv/g-camera-api@1.2.12
    • @antv/g-dom-mutation-observer-api@1.2.12
    • @antv/g-web-animations-api@1.2.12

5.18.11

09 Aug 02:24
ede635a
Compare
Choose a tag to compare

Patch Changes

414d08d: Support multiple canvases in one container.

  • Updated dependencies [414d08d]
    • @antv/g-lite@1.2.10
    • @antv/g-camera-api@1.2.10
    • @antv/g-dom-mutation-observer-api@1.2.10
    • @antv/g-web-animations-api@1.2.10

5.18.9

04 Aug 07:15
Compare
Choose a tag to compare

Patch Changes

  • 3d4f5da: Support size attenuation.

  • 3d4f5da: Polyline should support 3D points.

  • 3d4f5da: Support rotation when applying billboard effect.

  • Updated dependencies [3d4f5da]

    • @antv/g-lite@1.2.8
    • @antv/g-camera-api@1.2.8
    • @antv/g-dom-mutation-observer-api@1.2.8
    • @antv/g-web-animations-api@1.2.8

5.18.8

26 Jul 07:04
9529a7e
Compare
Choose a tag to compare

5.18.8

Patch Changes

  • 70aa0b3: Retrieve runtime from context instead of global.

  • 789bd4c: Split a path containing multiple segments into subpaths.

  • Updated dependencies [70aa0b3]

  • Updated dependencies [789bd4c]

    • @antv/g-web-animations-api@1.2.7
    • @antv/g-camera-api@1.2.7
    • @antv/g-lite@1.2.7
    • @antv/g-dom-mutation-observer-api@1.2.7

5.18.7

21 Jul 08:06
c0f3d84
Compare
Choose a tag to compare

Patch Changes

  • 1b0901b: Make FillMesh instanced to enhance perf.

  • 1b0901b: ConvertToPath should account for Rect with undefined x/y.

  • 1b0901b: Make textBaseline in SVG the same with Canvas.

  • 1b0901b: Add a fixed offset for Text.

  • 1b0901b: ConvertToPath should be compatible with empty coords.

  • Updated dependencies [1b0901b]

    • @antv/g-lite@1.2.6
    • @antv/g-camera-api@1.2.6
    • @antv/g-dom-mutation-observer-api@1.2.6
    • @antv/g-web-animations-api@1.2.6

5.18.6

18 Jul 13:19
0e5ba2c
Compare
Choose a tag to compare

5.18.6

Patch Changes

  • ff2f458: Return empty object for globalthis.

  • 6fa21f8: Override offscreen canvas in runtime.

  • Updated dependencies [ff2f458]

  • Updated dependencies [6fa21f8]

    • @antv/g-lite@1.2.5
    • @antv/g-camera-api@1.2.5
    • @antv/g-dom-mutation-observer-api@1.2.5
    • @antv/g-web-animations-api@1.2.5