Skip to content

Releases: antvis/G

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

5.18.5

18 Jul 04:55
aad508e
Compare
Choose a tag to compare

5.18.5

Patch Changes

  • 6757ccb: Return an unprecise bound of HTML before it appending to document.
const html = new HTML({
  style: {
    x: 100,
    y: 100,
    width: 100,
    height: 100,
    innerHTML: '<h1>This is Title</h1>',
  },
});

// Use x/y/width/height defined by user.
const bounds = html.getBounds();
expect(bounds.halfExtents[0]).toBe(50);
expect(bounds.halfExtents[1]).toBe(50);
expect(bounds.center[0]).toBe(150);
expect(bounds.center[1]).toBe(150);
  • Updated dependencies [6757ccb]
    • @antv/g-lite@1.2.4
    • @antv/g-camera-api@1.2.4
    • @antv/g-dom-mutation-observer-api@1.2.4
    • @antv/g-web-animations-api@1.2.4

5.18.4

07 Jul 08:31
578a440
Compare
Choose a tag to compare

5.18.4

Patch Changes

  • 6cbaae4: Change picking process from async to sync way
  • Updated dependencies [6cbaae4]
    • @antv/g-lite@1.2.3
    • @antv/g-camera-api@1.2.3
    • @antv/g-dom-mutation-observer-api@1.2.3
    • @antv/g-web-animations-api@1.2.3

5.18.3

06 Jul 07:40
654021b
Compare
Choose a tag to compare

Patch Changes

  • 0eb5142: Avoid overriding defXY when parsing path

  • 7199054: Make picking process async for WebGL2 & WebGPU implementations

  • Updated dependencies [0eb5142]

  • Updated dependencies [7199054]

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

5.18.2

29 Jun 03:07
e629f56
Compare
Choose a tag to compare

Patch Changes

Remove this calling in @antv.g-math since its default export has been removed and changed to ESM format.

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