Releases: d3plus/d3plus-shape
Releases · d3plus/d3plus-shape
v0.8.14
- updates d3plus-common to v0.5.20 (34d9b7a)
- allows passing constants to Area x/y methods (e423f68)
- adds jsdoc to constructor of all classes (f7b7b8d)
- cleans up Area path x/y setting behavior (3ad496b)
- fixes pointer-events on Lines and Areas (afda149)
v0.8.13
- adds Area shape (4b13c66)
- fixes styling of nested objects (4c54c25)
- removes incorrect documentation from Line (6c8103c)
- updates d3plus-common to v0.5.12 (6c7f8ec)
- fixes custom x/y accessors for Line (178451d)
- updates d3plus-common v0.5.11 (d8cd72b)
- uses d3-interpolate-path for Line updating (e921332)
v0.8.12
- implements new d3plus-text strip function for class names (1ac9d83)
v0.8.11
- implements new className standard (28f6554)
v0.8.10
- removes global update method in favor of shape individual methods (ba7b612)
v0.8.9
- cleans up some import statements (1a986d8)
- fixes mouse events data and scope binding (b8f937a)
v0.8.8
- adds update method for only updating specific shapes (42ed3b1)
- updates example image and docs (29493d8)
- updates d3plus-common to v0.5.9 (1b8822e)
v0.8.7
- updates eslintrc (a448f96)
- adds ability to supply a custom hitArea (closes #4) (5e5c75d)
- updates d3plus-common to v0.5.7 (a6b9787)
- disables mouse events during shape transitions (closes #19) (97572ba)
v0.8.6
- removes console statement (14de4ba)
v0.8.5
- fixes Line label positioning (042bdac)