Skip to content

Releases: antvis/G

5.18.9

04 Aug 07:15
Compare
Choose a tag to compare

Patch Changes

5.18.8

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

5.18.8

Patch Changes

5.18.7

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

Patch Changes

5.18.6

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

5.18.6

Patch Changes

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);

5.18.4

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

5.18.4

Patch Changes

5.18.3

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

Patch Changes

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.

@antv/[email protected]

28 Jun 06:29
Compare
Choose a tag to compare

5.18.1

Patch Changes

  • 12a1455: Declare sideEffects as true

@antv/[email protected]

27 Jun 07:23
Compare
Choose a tag to compare

@antv/react-g-v1.9.0 (2023-06-27)

Bug Fixes

Features